Commits

Showing commits that first shipped in 14 (backpatches included). Clear

DateSubjectAuthorReleases
2025-03-13 Repair commits 317aba70e et al for -DWRITE_READ_PARSE_PLAN_TREES. Tom Lane 14.18
2025-01-17 Fix setrefs.c's failure to do expression processing on prune steps. Tom Lane 14.16
2024-05-18 Account for optimized MinMax aggregates during SS_finalize_plan. Tom Lane 14.13
2023-09-25 Collect dependency information for parsed CallStmts. Tom Lane 14.10
2023-09-13 Fix incorrect logic in plan dependency recording David Rowley 14.10
2023-04-12 Fix parallel-safety marking when moving initplans to another node. Tom Lane 14.8
2022-01-25 Consider parallel awareness when removing single-child Appends David Rowley 14.2
2022-01-03 Fix index-only scan plans, take 2. Tom Lane 14.2
2021-09-14 Fix planner error with multiple copies of an AlternativeSubPlan. Tom Lane 14.0
2021-07-14 Change the name of the Result Cache node to Memoize David Rowley 14.0
2021-05-25 Fix setrefs.c code for Result Cache nodes David Rowley 14.0
2021-04-08 Speedup ScalarArrayOpExpr evaluation David Rowley 14.0
2021-04-02 Add Result Cache executor node (take 2) David Rowley 14.0
2021-04-01 Revert b6002a796 David Rowley 14.0
2021-03-31 Add Result Cache executor node David Rowley 14.0
2021-03-31 Rework planning and execution of UPDATE and DELETE. Tom Lane 14.0
2021-03-31 Allow an alias to be attached to a JOIN ... USING Peter Eisentraut 14.0
2021-02-27 Add TID Range Scans to support efficient scanning ranges of TIDs David Rowley 14.0
2021-01-02 Update copyright for 2021 Bruce Momjian 14.0
2020-10-28 Calculate extraUpdatedCols in query rewriter, not parser. Tom Lane 14.0
2020-10-14 Include result relation info in direct modify ForeignScan nodes. Heikki Linnakangas 14.0
2020-10-13 Create ResultRelInfos later in InitPlan, index them by RT index. Heikki Linnakangas 14.0
2020-09-27 Move resolution of AlternativeSubPlan choices to the planner. Tom Lane 14.0