Commits

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

DateSubjectAuthorReleases
2016-03-21 Support parallel aggregation. Robert Haas 9.6.0
2016-03-14 Provide a planner hook at a suitable place for creating upper-rel Paths. Tom Lane 9.6.0
2016-03-14 Rethink representation of PathTargets. Tom Lane 9.6.0
2016-03-14 Update more comments for 96198d94cb7adc664bda341842dc8db671d8be72. Robert Haas 9.6.0
2016-03-09 Improve handling of group-column indexes in GroupingSetsPath. Tom Lane 9.6.0
2016-03-07 Make the upper part of the planner work by generating and comparing Paths. Tom Lane 9.6.0
2016-02-19 Add an explicit representation of the output targetlist to Paths. Tom Lane 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-18 Restructure index access method API to hide most of it at the C level. Tom Lane 9.6.0
2016-01-02 Update copyright for 2016 Bruce Momjian 9.6.0
2015-12-11 Get rid of the planner's LateralJoinInfo data structure. Tom Lane 9.6.0
2015-12-11 Still more fixes for planner's handling of LATERAL references. Tom Lane 9.6.0
2015-12-08 Allow foreign and custom joins to handle EvalPlanQual rechecks. Robert Haas 9.6.0
2015-12-07 Simplify LATERAL-related calculations within add_paths_to_joinrel(). Tom Lane 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-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-16 Determine whether it's safe to attempt a parallel plan for a query. Robert Haas 9.6.0
2015-08-12 Postpone extParam/allParam calculations until the very end of planning. Tom Lane 9.6.0