Commits

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

DateSubjectAuthorReleases
2018-06-22 Avoid generating bogus paths with partitionwise aggregate. Robert Haas 11.0
2018-04-02 postgres_fdw: Push down partition-wise aggregation. Robert Haas 11.0
2018-03-30 Don't call IS_DUMMY_REL() when cheapest_total_path might be junk. Robert Haas 11.0
2018-03-29 Remove 'target' from GroupPathExtraData. Robert Haas 11.0
2018-03-29 Rewrite the code that applies scan/join targets to 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-20 Don't pass the grouping target around unnecessarily. Robert Haas 11.0
2018-03-20 Determine grouping strategies in create_grouping_paths. Robert Haas 11.0
2018-03-20 Defer creation of partially-grouped relation until it's needed. Robert Haas 11.0
2018-03-15 Split create_grouping_paths into degenerate and non-degenerate cases. Robert Haas 11.0
2018-03-15 Pass additional arguments to a couple of grouping-related functions. Robert Haas 11.0
2018-03-13 Let Parallel Append over simple UNION ALL have partial subpaths. Robert Haas 11.0
2018-03-08 Correctly assess parallel-safety of tlists when SRFs are used. Robert Haas 11.0
2018-02-27 Minor cleanup of code related to partially_grouped_rel. Robert Haas 11.0
2018-02-27 Fix logic error in add_paths_to_partial_grouping_rel. Robert Haas 11.0
2018-02-26 Add a new upper planner relation for partially-aggregated results. Robert Haas 11.0
2018-02-12 Fix parallel index builds for dynamic_shared_memory_type=none. Robert Haas 11.0
2018-02-02 Support parallel btree index builds. Robert Haas 11.0
2018-01-26 Factor some code out of create_grouping_paths. Robert Haas 11.0
2018-01-19 Allow UPDATE to move rows between partitions. Robert Haas 11.0
2017-12-19 Re-fix wrong costing of Sort under Gather Merge. Robert Haas 11.0
2017-12-05 Support Parallel Append plan nodes. Robert Haas 11.0
2017-11-16 Pass InitPlan values to workers via Gather (Merge). Robert Haas 11.0
2017-11-15 Add parallel_leader_participation GUC. Robert Haas 11.0