Commits

DateSubjectAuthorReleases
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.5.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.5.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
2015-09-23 Print a MergeJoin's mergeNullsFirst array as bool, not int. 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-05-01 Allow FDWs and custom scan providers to replace joins with scans. Robert Haas 9.5.0