Commits

DateSubjectAuthorReleases
2024-12-19 Improve planner's handling of SetOp plans. Tom Lane 18.0
2024-05-20 Revert commit 66c0185a3 and follow-on patches. Tom Lane 17.0
2023-01-30 Make Vars be outer-join-aware. Tom Lane 16.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
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
2018-03-11 Fix improper uses of canonicalize_qual(). Tom Lane 9.3.23
2018-03-11 Fix improper uses of canonicalize_qual(). Tom Lane 9.4.18
2018-03-11 Fix improper uses of canonicalize_qual(). Tom Lane 10.4
2018-03-11 Fix improper uses of canonicalize_qual(). Tom Lane 9.6.9
2018-03-11 Fix improper uses of canonicalize_qual(). Tom Lane 11.0
2018-03-11 Fix improper uses of canonicalize_qual(). Tom Lane 9.5.13
2017-11-27 Fix creation of resjunk tlist entries for inherited mixed UPDATE/DELETE. Tom Lane 9.5.11
2017-11-27 Fix creation of resjunk tlist entries for inherited mixed UPDATE/DELETE. Tom Lane 9.6.7
2017-11-27 Fix creation of resjunk tlist entries for inherited mixed UPDATE/DELETE. Tom Lane 10.2
2017-11-27 Fix creation of resjunk tlist entries for inherited mixed UPDATE/DELETE. Tom Lane 11.0
2017-06-21 Phase 2 of pgindent updates. Tom Lane 10.0
2017-01-18 Improve RLS planning by marking individual quals with security levels. Tom Lane 10.0
2016-03-07 Make the upper part of the planner work by generating and comparing Paths. Tom Lane 9.6.0
2015-03-12 Support flattening of empty-FROM subqueries and one-row VALUES tables. Tom Lane 9.5.0
2014-10-01 Fix some more problems with nested append relations. Tom Lane 9.4.0