Commits

DateSubjectAuthorReleases
2026-02-12 Add support for INSERT ... ON CONFLICT DO SELECT. Dean Rasheed 19 (unreleased)
2026-01-04 Add parse location to IndexElem. Tom Lane 19 (unreleased)
2025-12-12 Reject opclass options in ON CONFLICT clause Álvaro Herrera 19 (unreleased)
2025-10-07 Assign each subquery a unique name prior to planning it. Robert Haas 19 (unreleased)
2024-10-11 Adjust EXPLAIN's output for disabled nodes David Rowley 18.0
2024-06-11 Fix infer_arbiter_indexes() to not assume resultRelation is 1. Tom Lane 16.4
2024-06-11 Fix infer_arbiter_indexes() to not assume resultRelation is 1. Tom Lane 12.20
2024-06-11 Fix infer_arbiter_indexes() to not assume resultRelation is 1. Tom Lane 17.0
2024-06-11 Fix infer_arbiter_indexes() to not assume resultRelation is 1. Tom Lane 13.16
2024-06-11 Fix infer_arbiter_indexes() to not assume resultRelation is 1. Tom Lane 15.8
2024-06-11 Fix infer_arbiter_indexes() to not assume resultRelation is 1. Tom Lane 14.13
2024-03-19 Improve EXPLAIN's display of SubPlan nodes and output parameters. Tom Lane 17.0
2024-01-20 Add hint about not qualifying UPDATE...SET target with relation name. Tom Lane 17.0
2022-11-22 Give better hints for ambiguous or unreferenceable columns. Tom Lane 16.0
2021-04-13 Allow table-qualified variable names in ON CONFLICT ... WHERE. Tom Lane 14.0
2021-03-31 Rework planning and execution of UPDATE and DELETE. Tom Lane 14.0
2021-03-31 Add support for asynchronous execution. Etsuro Fujita 14.0
2020-09-27 Move resolution of AlternativeSubPlan choices to the planner. Tom Lane 14.0
2018-12-05 Don't mark partitioned indexes invalid unnecessarily Alvaro Herrera 11.2
2018-12-05 Don't mark partitioned indexes invalid unnecessarily Alvaro Herrera 12.0
2018-11-21 Remove WITH OIDS support, change oid catalog column visibility. Andres Freund 12.0
2018-11-13 Add INSERT ON CONFLICT test on partitioned tables with transition table Alvaro Herrera 12.0
2018-04-16 Update expected output of new test Alvaro Herrera 11.0
2018-04-16 Ignore whole-rows in INSERT/CONFLICT with partitioned tables Alvaro Herrera 11.0
2018-03-26 Handle INSERT .. ON CONFLICT with partitioned tables Alvaro Herrera 11.0