summaryrefslogtreecommitdiff
path: root/src/test/regress/sql/insert_conflict.sql
AgeCommit message (Expand)Author
2016-11-07Band-aid fix for incorrect use of view options as StdRdOptions.Tom Lane
2016-10-23Don't throw serialization errors for self-conflicts in INSERT ON CONFLICT.Tom Lane
2016-07-04Fix failure to handle conflicts in non-arbiter exclusion constraints.Tom Lane
2016-05-11Fix assorted missing infrastructure for ON CONFLICT.Tom Lane
2015-10-03Fix several bugs related to ON CONFLICT's EXCLUDED pseudo relation.Andres Freund
2015-09-28Fix ON CONFLICT DO UPDATE for tables with oids.Andres Freund
2015-07-26Check the relevant index element in ON CONFLICT unique index inference.Andres Freund
2015-07-14Remove regression test added on auto-pilot.Robert Haas
2015-05-18Attach ON CONFLICT SET ... WHERE to the correct planstate.Andres Freund
2015-05-08Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund