Commits

DateSubjectAuthorReleases
2024-12-19 Convert SetOp to read its inputs as outerPlan and innerPlan. Tom Lane 18.0
2024-03-26 Propagate pathkeys from CTEs up to the outer query. Tom Lane 17.0
2024-03-19 Postpone reparameterization of paths until create_plan(). Tom Lane 17.0
2024-01-08 Allow examine_simple_variable() to work on INSERT RETURNING Vars. Tom Lane 17.0
2023-05-17 Fix some issues with improper placement of outer join clauses. Tom Lane 16.0
2023-01-30 Make Vars be outer-join-aware. Tom Lane 16.0
2022-07-19 Estimate cost of elided SubqueryScan, Append, MergeAppend nodes better. Tom Lane 16.0
2022-07-01 Remove no-longer-used parameter for create_groupingsets_path(). Tom Lane 16.0
2021-03-31 Rework planning and execution of UPDATE and DELETE. Tom Lane 14.0
2021-02-01 Remove [Merge]AppendPath.partitioned_rels. Tom Lane 14.0
2020-11-30 Fix missing outfuncs.c support for IncrementalSortPath. Tom Lane 13.2
2020-11-30 Fix missing outfuncs.c support for IncrementalSortPath. Tom Lane 14.0
2019-08-09 Cosmetic improvements in setup of planner's per-RTE arrays. Tom Lane 13.0
2019-05-22 Phase 2 pgindent run for v12. Tom Lane 12.0
2019-04-05 Use Append rather than MergeAppend for scanning ordered partitions. Tom Lane 12.0
2019-03-30 Speed up planning when partitions can be pruned at plan time. Tom Lane 12.0
2019-03-26 Build "other rels" of appendrel baserels in a separate step. Tom Lane 12.0
2019-02-09 Refactor the representation of indexable clauses in IndexPaths. Tom Lane 12.0
2019-02-07 Split create_foreignscan_path() into three functions. Tom Lane 12.0
2019-01-29 Rename nodes/relation.h to nodes/pathnodes.h. Tom Lane 12.0
2019-01-28 In the planner, replace an empty FROM clause with a dummy RTE. Tom Lane 12.0
2018-10-07 Remove some unnecessary fields from Plan trees. Tom Lane 12.0
2018-07-11 Fix bugs with degenerate window ORDER BY clauses in GROUPS/RANGE mode. Tom Lane 11.0
2018-07-11 Fix bugs with degenerate window ORDER BY clauses in GROUPS/RANGE mode. Tom Lane 12.0
2017-06-21 Phase 2 of pgindent updates. Tom Lane 10.0