]> granicus.if.org Git - postgresql/history - src/test/regress/expected/insert_conflict.out
Don't throw serialization errors for self-conflicts in INSERT ON CONFLICT.
[postgresql] / src / test / regress / expected / insert_conflict.out
2016-10-23 Tom LaneDon't throw serialization errors for self-conflicts...
2016-07-04 Tom LaneFix failure to handle conflicts in non-arbiter exclusio...
2016-06-29 Tom LaneFix some infelicities in EXPLAIN output for parallel...
2016-05-11 Tom LaneFix assorted missing infrastructure for ON CONFLICT.
2015-11-17 Peter EisentrautMessage improvements
2015-10-03 Andres FreundFix several bugs related to ON CONFLICT's EXCLUDED...
2015-09-28 Andres FreundFix ON CONFLICT DO UPDATE for tables with oids.
2015-07-26 Andres FreundCheck the relevant index element in ON CONFLICT unique...
2015-07-14 Robert HaasRemove regression test added on auto-pilot.
2015-05-19 Andres FreundVarious fixes around ON CONFLICT for rule deparsing.
2015-05-18 Andres FreundAttach ON CONFLICT SET ... WHERE to the correct planstate.
2015-05-08 Andres FreundAdd support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.