summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/insert_conflict.out
Commit message (Expand)AuthorAgeFilesLines
* Give better hints for ambiguous or unreferenceable columns.Tom Lane2022-11-221-1/+1
* Allow table-qualified variable names in ON CONFLICT ... WHERE.Tom Lane2021-04-131-2/+2
* Rework planning and execution of UPDATE and DELETE.Tom Lane2021-03-311-1/+1
* Add support for asynchronous execution.Etsuro Fujita2021-03-311-1/+3
* Move resolution of AlternativeSubPlan choices to the planner.Tom Lane2020-09-271-4/+2
* Don't mark partitioned indexes invalid unnecessarilyAlvaro Herrera2018-12-051-1/+1
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-201-65/+2
* Add INSERT ON CONFLICT test on partitioned tables with transition tableAlvaro Herrera2018-11-131-0/+22
* Update expected output of new testAlvaro Herrera2018-04-161-1/+5
* Ignore whole-rows in INSERT/CONFLICT with partitioned tablesAlvaro Herrera2018-04-161-0/+16
* Handle INSERT .. ON CONFLICT with partitioned tablesAlvaro Herrera2018-03-261-11/+97
* Allow UNIQUE indexes on partitioned tablesAlvaro Herrera2018-02-191-1/+1
* Re-allow INSERT .. ON CONFLICT DO NOTHING on partitioned tables.Robert Haas2017-12-011-0/+13
* 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/+24
* Don't throw serialization errors for self-conflicts in INSERT ON CONFLICT.Tom Lane2016-10-231-0/+35
* Fix failure to handle conflicts in non-arbiter exclusion constraints.Tom Lane2016-07-041-0/+23
* Fix some infelicities in EXPLAIN output for parallel query plans.Tom Lane2016-06-291-1/+3
* Fix assorted missing infrastructure for ON CONFLICT.Tom Lane2016-05-111-0/+15
* Message improvementsPeter Eisentraut2015-11-161-3/+3
* Fix several bugs related to ON CONFLICT's EXCLUDED pseudo relation.Andres Freund2015-10-031-0/+121
* Fix ON CONFLICT DO UPDATE for tables with oids.Andres Freund2015-09-281-0/+59
* Check the relevant index element in ON CONFLICT unique index inference.Andres Freund2015-07-261-0/+18
* Remove regression test added on auto-pilot.Robert Haas2015-07-141-1/+0
* Various fixes around ON CONFLICT for rule deparsing.Andres Freund2015-05-191-1/+1
* Attach ON CONFLICT SET ... WHERE to the correct planstate.Andres Freund2015-05-191-0/+16
* Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund2015-05-081-0/+476