summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/insert_conflict.out
AgeCommit message (Expand)Author
2024-10-11Adjust EXPLAIN's output for disabled nodesDavid Rowley
2024-06-11Fix infer_arbiter_indexes() to not assume resultRelation is 1.Tom Lane
2024-03-19Improve EXPLAIN's display of SubPlan nodes and output parameters.Tom Lane
2024-01-20Add hint about not qualifying UPDATE...SET target with relation name.Tom Lane
2022-11-22Give better hints for ambiguous or unreferenceable columns.Tom Lane
2021-04-13Allow table-qualified variable names in ON CONFLICT ... WHERE.Tom Lane
2021-03-31Rework planning and execution of UPDATE and DELETE.Tom Lane
2021-03-31Add support for asynchronous execution.Etsuro Fujita
2020-09-27Move resolution of AlternativeSubPlan choices to the planner.Tom Lane
2018-12-05Don't mark partitioned indexes invalid unnecessarilyAlvaro Herrera
2018-11-21Remove WITH OIDS support, change oid catalog column visibility.Andres Freund
2018-11-13Add INSERT ON CONFLICT test on partitioned tables with transition tableAlvaro Herrera
2018-04-16Update expected output of new testAlvaro Herrera
2018-04-16Ignore whole-rows in INSERT/CONFLICT with partitioned tablesAlvaro Herrera
2018-03-26Handle INSERT .. ON CONFLICT with partitioned tablesAlvaro Herrera
2018-02-19Allow UNIQUE indexes on partitioned tablesAlvaro Herrera
2017-12-01Re-allow INSERT .. ON CONFLICT DO NOTHING on partitioned tables.Robert Haas
2017-03-31Revert "Allow ON CONFLICT .. DO NOTHING on a partitioned table."Robert Haas
2017-03-27Allow ON CONFLICT .. DO NOTHING on a partitioned table.Robert Haas
2017-02-06Fix typos in comments.Heikki Linnakangas
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-06-29Fix some infelicities in EXPLAIN output for parallel query plans.Tom Lane
2016-05-11Fix assorted missing infrastructure for ON CONFLICT.Tom Lane
2015-11-17Message improvementsPeter Eisentraut
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-19Various fixes around ON CONFLICT for rule deparsing.Andres Freund
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