summaryrefslogtreecommitdiff
path: root/src/test/regress/sql/insert_conflict.sql
Commit message (Expand)AuthorAgeFilesLines
* Revert "Allow ON CONFLICT .. DO NOTHING on a partitioned table."Robert Haas2017-03-311-10/+0
* Allow ON CONFLICT .. DO NOTHING on a partitioned table.Robert Haas2017-03-271-0/+10
* Fix typos in comments.Heikki Linnakangas2017-02-061-1/+1
* Band-aid fix for incorrect use of view options as StdRdOptions.Tom Lane2016-11-071-0/+18
* Don't throw serialization errors for self-conflicts in INSERT ON CONFLICT.Tom Lane2016-10-231-0/+32
* Fix failure to handle conflicts in non-arbiter exclusion constraints.Tom Lane2016-07-041-0/+14
* Fix assorted missing infrastructure for ON CONFLICT.Tom Lane2016-05-111-0/+22
* Fix several bugs related to ON CONFLICT's EXCLUDED pseudo relation.Andres Freund2015-10-031-0/+68
* Fix ON CONFLICT DO UPDATE for tables with oids.Andres Freund2015-09-281-0/+22
* Check the relevant index element in ON CONFLICT unique index inference.Andres Freund2015-07-261-0/+12
* Remove regression test added on auto-pilot.Robert Haas2015-07-141-1/+0
* Attach ON CONFLICT SET ... WHERE to the correct planstate.Andres Freund2015-05-191-0/+2
* Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund2015-05-081-0/+284