Commits

DateSubjectAuthorReleases
2016-10-23 Don't throw serialization errors for self-conflicts in INSERT ON CONFLICT. Tom Lane 9.6.1
2016-10-23 Don't throw serialization errors for self-conflicts in INSERT ON CONFLICT. Tom Lane 10.0
2016-10-23 Don't throw serialization errors for self-conflicts in INSERT ON CONFLICT. Tom Lane 9.5.5
2016-07-04 Fix failure to handle conflicts in non-arbiter exclusion constraints. Tom Lane 9.6.0
2016-07-04 Fix failure to handle conflicts in non-arbiter exclusion constraints. Tom Lane 9.5.4
2016-05-11 Fix assorted missing infrastructure for ON CONFLICT. Tom Lane 9.6.0
2016-05-11 Fix assorted missing infrastructure for ON CONFLICT. Tom Lane 9.5.4
2015-10-03 Fix several bugs related to ON CONFLICT's EXCLUDED pseudo relation. Andres Freund 9.5.0
2015-10-03 Fix several bugs related to ON CONFLICT's EXCLUDED pseudo relation. Andres Freund 9.6.0
2015-09-28 Fix ON CONFLICT DO UPDATE for tables with oids. Andres Freund 9.5.0
2015-09-28 Fix ON CONFLICT DO UPDATE for tables with oids. Andres Freund 9.6.0
2015-07-26 Check the relevant index element in ON CONFLICT unique index inference. Andres Freund 9.5.0
2015-07-26 Check the relevant index element in ON CONFLICT unique index inference. Andres Freund 9.6.0
2015-07-14 Remove regression test added on auto-pilot. Robert Haas 9.5.0
2015-07-14 Remove regression test added on auto-pilot. Robert Haas 9.6.0
2015-05-18 Attach ON CONFLICT SET ... WHERE to the correct planstate. Andres Freund 9.5.0
2015-05-08 Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE. Andres Freund 9.5.0