Commits

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

DateSubjectAuthorReleases
2022-12-04 Fix generate_partitionwise_join_paths() to tolerate failure. Tom Lane 11.19
2020-08-22 Avoid pushing quals down into sub-queries that have grouping sets. Tom Lane 11.10
2020-07-14 Cope with lateral references in the quals of a subquery RTE. Tom Lane 11.9
2020-07-03 Clamp total-tuples estimates for foreign tables to ensure planner sanity. Tom Lane 11.9
2020-02-06 Fix typo. Amit Kapila 11.7
2019-03-30 Avoid crash in partitionwise join planning under GEQO. Tom Lane 11.3
2019-03-14 Ensure dummy paths have correct required_outer if rel is parameterized. Tom Lane 11.3
2019-03-07 Fix handling of targetlist SRFs when scan/join relation is known empty. Tom Lane 11.3
2019-02-09 Call set_rel_pathlist_hook before generate_gather_paths, not after. Tom Lane 11.2
2019-01-21 Postpone generating tlists and EC members for inheritance dummy children. Etsuro Fujita 11.2
2018-09-14 Don't allow LIMIT/OFFSET clause within sub-selects to be pushed to workers. Amit Kapila 11.0
2018-08-31 Disable support for partitionwise joins in problematic cases. Etsuro Fujita 11.0
2018-08-01 Fix run-time partition pruning for appends with multiple source rels. Tom Lane 11.0
2018-07-19 Fix print of Path nodes when using OPTIMIZER_DEBUG Michael Paquier 11.0
2018-06-20 Don't consider parallel append for parallel unsafe paths. Amit Kapila 11.0
2018-06-11 Improve commentary about run-time partition pruning data structures. Tom Lane 11.0
2018-04-26 Post-feature-freeze pgindent run. Tom Lane 11.0
2018-04-25 Prevent generation of bogus subquery scan paths. Robert Haas 11.0
2018-04-23 Add GUC enable_partition_pruning Alvaro Herrera 11.0
2018-04-07 Support partition pruning at execution time Alvaro Herrera 11.0
2018-04-06 Faster partition pruning Alvaro Herrera 11.0
2018-03-29 Postpone generate_gather_paths for topmost scan/join rel. Robert Haas 11.0
2018-03-22 Implement partition-wise grouping/aggregation. Robert Haas 11.0
2018-03-14 Fix typo in add_paths_to_append_rel() Stephen Frost 11.0
2018-03-13 Let Parallel Append over simple UNION ALL have partial subpaths. Robert Haas 11.0