Commits

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

DateSubjectAuthorReleases
2022-03-21 Fix assorted missing logic for GroupingFunc nodes. Tom Lane 11.16
2020-10-19 Relax some asserts in merge join costing code David Rowley 11.10
2018-12-18 Fix ancient thinko in mergejoin cost estimation. Tom Lane 11.2
2018-07-14 Fix hashjoin costing mistake introduced with inner_unique optimization. Tom Lane 11.0
2018-04-23 Add GUC enable_partition_pruning Alvaro Herrera 11.0
2018-04-20 Tweak a couple of planner APIs to save recalculating join relids. Tom Lane 11.0
2018-04-20 Change more places to be less trusting of RestrictInfo.is_pushed_down. Tom Lane 11.0
2018-03-22 Implement partition-wise grouping/aggregation. Robert Haas 11.0
2018-03-07 Fix costing of parallel hash joins. Peter Eisentraut 11.0
2018-02-22 Charge cpu_tuple_cost * 0.5 for Append and MergeAppend nodes. Robert Haas 11.0
2018-02-16 Rename enable_partition_wise_join to enable_partitionwise_join Peter Eisentraut 11.0
2018-02-02 Support parallel btree index builds. Robert Haas 11.0
2018-01-04 Code review for Parallel Append. Robert Haas 11.0
2018-01-03 Update copyright for 2018 Bruce Momjian 11.0
2017-12-21 Add parallel-aware hash joins. Andres Freund 11.0
2017-12-05 Support Parallel Append plan nodes. Robert Haas 11.0
2017-11-15 Add parallel_leader_participation GUC. Robert Haas 11.0
2017-11-10 Account for the effect of lossy pages when costing bitmap scans. Robert Haas 11.0
2017-11-02 Teach planner to account for HAVING quals in aggregation plan nodes. Tom Lane 11.0
2017-10-06 Basic partition-wise join functionality. Robert Haas 11.0
2017-09-30 Support arrays over domains. Tom Lane 11.0
2017-09-21 Quieten warnings about unused variables Andrew Dunstan 11.0
2017-08-15 Avoid out-of-memory in a hash join with many duplicate inner keys. Tom Lane 11.0