I also miss this feature however there are options:
a) for small and mid-sized tables you can use a SELECT + conditional INSERT or UPDATE or INSERT-on-exception-UPDATE works
b) write-heavy tables are worth being rearchitected to be INSERT-only as this helps avoiding any locks