Commits

DateSubjectAuthorReleases
2026-01-01 Update copyright for 2026 Bruce Momjian 19 (unreleased)
2025-07-22 Centralize collection of catalog info needed early in the planner Richard Guo 19 (unreleased)
2025-07-22 Expand virtual generated columns before sublink pull-up Richard Guo 19 (unreleased)
2025-02-25 Expand virtual generated columns in the planner Richard Guo 18.0
2025-01-01 Update copyright for 2025 Bruce Momjian 18.0
2024-12-19 Improve planner's handling of SetOp plans. Tom Lane 18.0
2024-05-21 Re-allow planner to use Merge Append to efficiently implement UNION. Robert Haas 17.0
2024-05-20 Revert commit 66c0185a3 and follow-on patches. Tom Lane 17.0
2024-03-25 Allow planner to use Merge Append to efficiently implement UNION David Rowley 17.0
2024-01-04 Update copyright for 2024 Bruce Momjian 17.0
2023-01-30 Make Vars be outer-join-aware. Tom Lane 16.0
2023-01-02 Update copyright for 2023 Bruce Momjian 16.0
2022-09-20 Harmonize more parameter names in bulk. Peter Geoghegan 16.0
2022-03-28 Add support for MERGE SQL command Alvaro Herrera 15.0
2022-01-08 Update copyright for 2022 Bruce Momjian 15.0
2021-05-10 Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists. Tom Lane 14.0
2021-03-31 Rework planning and execution of UPDATE and DELETE. Tom Lane 14.0
2021-01-02 Update copyright for 2021 Bruce Momjian 14.0
2020-11-24 Move per-agg and per-trans duplicate finding to the planner. Heikki Linnakangas 14.0
2020-01-01 Update copyrights for 2020 Bruce Momjian 13.0
2019-08-01 Allow functions-in-FROM to be pulled up if they reduce to constants. Tom Lane 13.0
2019-01-29 Rename nodes/relation.h to nodes/pathnodes.h. Tom Lane 12.0
2019-01-29 Refactor planner's header files. Tom Lane 12.0
2019-01-29 Make some small planner API cleanups. Tom Lane 12.0
2019-01-28 In the planner, replace an empty FROM clause with a dummy RTE. Tom Lane 12.0