Commits

DateSubjectAuthorReleases
2026-03-26 Add an alternative_plan_name field to PlannerInfo. Robert Haas 19 (unreleased)
2026-02-10 Store information about Append node consolidation in the final plan. Robert Haas 19 (unreleased)
2026-01-28 Allow for plugin control over path generation strategies. Robert Haas 19 (unreleased)
2025-10-07 Assign each subquery a unique name prior to planning it. Robert Haas 19 (unreleased)
2024-07-22 Remove grotty use of disable_cost for TID scan plans. Robert Haas 18.0
2024-05-21 Re-allow planner to use Merge Append to efficiently implement UNION. Robert Haas 17.0
2018-04-25 Prevent generation of bogus subquery scan paths. Robert Haas 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-13 Let Parallel Append over simple UNION ALL have partial subpaths. Robert Haas 11.0
2018-02-26 Add a new upper planner relation for partially-aggregated results. Robert Haas 11.0
2018-02-05 Fix possible crash in partition-wise join. Robert Haas 11.0
2018-02-02 Support parallel btree index builds. Robert Haas 11.0
2018-01-19 Allow UPDATE to move rows between partitions. Robert Haas 11.0
2018-01-10 Add missing "return" statement to accumulate_append_subpath. Robert Haas 11.0
2017-12-12 Remove bug from OPTIMIZER_DEBUG code for partition-wise join. Robert Haas 11.0
2017-12-05 Support Parallel Append plan nodes. Robert Haas 11.0
2017-10-31 Fix code related to partitioning schemes for dropped columns. Robert Haas 11.0
2017-10-06 Basic partition-wise join functionality. Robert Haas 11.0
2017-09-20 Fix typo. Robert Haas 11.0
2017-09-14 Expand partitioned table RTEs level by level, without flattening. Robert Haas 11.0
2017-09-14 Set partitioned_rels appropriately when UNION ALL is used. Robert Haas 10.0
2017-09-14 Set partitioned_rels appropriately when UNION ALL is used. Robert Haas 11.0
2017-08-15 Teach adjust_appendrel_attrs(_multilevel) to do multiple translations. Robert Haas 11.0
2017-06-22 Update comment to account for table partitioning. Robert Haas 10.0