Commits

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

DateSubjectAuthorReleases
2017-04-01 Fix parallel query so it doesn't spoil row estimates above Gather. Robert Haas 9.6.3
2016-07-01 Set consider_parallel correctly for upper planner rels. Robert Haas 9.6.0
2016-06-09 Don't generate parallel paths for rels with parallel-restricted outputs. Robert Haas 9.6.0
2016-06-09 Eliminate "parallel degree" terminology. Robert Haas 9.6.0
2016-04-27 Fix EXPLAIN VERBOSE output for parallel aggregate. Robert Haas 9.6.0
2016-03-29 Allow aggregate transition states to be serialized and deserialized. Robert Haas 9.6.0
2016-03-29 Rework custom scans to work more like the new extensible node stuff. Robert Haas 9.6.0
2016-03-21 Support parallel aggregation. Robert Haas 9.6.0
2016-03-18 Directly modify foreign tables. Robert Haas 9.6.0
2016-02-12 Introduce extensible node types. Robert Haas 9.6.0
2016-02-07 Introduce a new GUC force_parallel_mode for testing purposes. Robert Haas 9.6.0
2016-02-03 Remove CustomPath's TextOutCustomPath method. Robert Haas 9.6.0
2016-01-28 Only try to push down foreign joins if the user mapping OIDs match. Robert Haas 9.6.0
2016-01-20 Support parallel joins, and make related improvements. Robert Haas 9.6.0
2016-01-20 Support multi-stage aggregation. Robert Haas 9.6.0
2015-12-08 Allow foreign and custom joins to handle EvalPlanQual rechecks. Robert Haas 9.6.0
2015-11-12 Provide readfuncs support for custom scans. Robert Haas 9.6.0
2015-11-11 Generate parallel sequential scan plans in simple cases. Robert Haas 9.6.0
2015-11-11 Make sequential scans parallel-aware. Robert Haas 9.6.0
2015-11-11 Add outfuncs.c support for GatherPath. Robert Haas 9.6.0
2015-10-15 Allow FDWs to push down quals without breaking EvalPlanQual rechecks. Robert Haas 9.6.0
2015-10-01 Fix readfuncs/outfuncs problems in last night's Gather patch. Robert Haas 9.6.0
2015-09-30 Add a Gather executor node. Robert Haas 9.6.0
2015-09-29 Parallel executor support. Robert Haas 9.6.0
2015-09-23 Add readfuncs.c support for plan nodes. Robert Haas 9.6.0