Commits

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

DateSubjectAuthorReleases
2016-08-31 Update comments to reflect code rearrangement. Robert Haas 9.6.0
2016-08-24 Fix improper repetition of previous results from a hashed aggregate. Tom Lane 9.6.0
2016-07-15 Avoid invalidating all foreign-join cached plans when user mappings change. Tom Lane 9.6.0
2016-06-26 Rethink node-level representation of partial-aggregation modes. Tom Lane 9.6.0
2016-06-09 pgindent run for 9.6 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-18 Directly modify foreign tables. Robert Haas 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-07 Introduce a new GUC force_parallel_mode for testing purposes. 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 multi-stage aggregation. Robert Haas 9.6.0
2016-01-02 Update copyright for 2016 Bruce Momjian 9.6.0
2015-11-12 Provide readfuncs support for custom scans. Robert Haas 9.6.0
2015-11-11 Make sequential scans parallel-aware. Robert Haas 9.6.0
2015-10-20 Fix incorrect comment in plannodes.h Robert Haas 9.6.0
2015-10-15 Allow FDWs to push down quals without breaking EvalPlanQual rechecks. 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-07-25 Redesign tablesample method API, and do extensive code review. Tom Lane 9.6.0