Commits

DateSubjectAuthorReleases
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
2017-11-13 Push target list evaluation through Gather Merge. Robert Haas 11.0
2017-11-13 Track in the plan the types associated with PARAM_EXEC parameters. Robert Haas 11.0
2017-10-06 Basic partition-wise join functionality. Robert Haas 11.0
2017-10-05 Allow DML commands that create tables to use parallel query. 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-17 Attempt to clarify comments related to force_parallel_mode. Robert Haas 11.0
2017-08-15 Teach adjust_appendrel_attrs(_multilevel) to do multiple translations. Robert Haas 11.0
2017-05-01 Fire per-statement triggers on partitioned tables. Robert Haas 10.0
2017-04-04 Abstract logic to allow for multiple kinds of child rels. Robert Haas 10.0