UPSERT with PostgreSQL 9.5
Recently at carwow we worked on importing and processing a big quantity of data, and for some steps of the importer we needed to use the UPSERT feature, which was introduced in PostgreSQL only in version 9.5, while other databases like MySQL already had it for a while.