Commits

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

DateSubjectAuthorReleases
2022-12-04 Fix generate_partitionwise_join_paths() to tolerate failure. Tom Lane 12.14
2022-04-21 Remove inadequate assertion check in CTE inlining. Tom Lane 12.11
2020-08-22 Avoid pushing quals down into sub-queries that have grouping sets. Tom Lane 12.5
2020-07-14 Cope with lateral references in the quals of a subquery RTE. Tom Lane 12.4
2020-07-03 Clamp total-tuples estimates for foreign tables to ensure planner sanity. Tom Lane 12.4
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-30 Avoid crash in partitionwise join planning under GEQO. Tom Lane 12.0
2019-03-26 Build "other rels" of appendrel baserels in a separate step. Tom Lane 12.0
2019-03-25 Suppress Append and MergeAppend plan nodes that have a single child. Tom Lane 12.0
2019-03-14 Ensure dummy paths have correct required_outer if rel is parameterized. Tom Lane 12.0
2019-03-07 Fix handling of targetlist SRFs when scan/join relation is known empty. Tom Lane 12.0
2019-02-09 Call set_rel_pathlist_hook before generate_gather_paths, not after. Tom Lane 12.0
2019-01-29 Refactor planner's header files. Tom Lane 12.0
2019-01-28 In the planner, replace an empty FROM clause with a dummy RTE. Tom Lane 12.0
2018-11-07 Postpone calculating total_table_pages until after pruning/exclusion. Tom Lane 12.0
2018-08-01 Fix run-time partition pruning for appends with multiple source rels. Tom Lane 12.0