Commits

DateSubjectAuthorReleases
2018-10-07 Remove some unnecessary fields from Plan trees. Tom Lane 12.0
2018-10-04 Centralize executor's opening/closing of Relations for rangetable entries. Tom Lane 12.0
2018-08-01 Fix run-time partition pruning for appends with multiple source rels. Tom Lane 11.0
2018-08-01 Fix run-time partition pruning for appends with multiple source rels. Tom Lane 12.0
2018-07-19 Expand run-time partition pruning to work with MergeAppend Heikki Linnakangas 12.0
2018-06-11 Improve commentary about run-time partition pruning data structures. Tom Lane 11.0
2018-06-10 Assorted cosmetic cleanup of run-time-partition-pruning code. Tom Lane 11.0
2018-06-10 Relocate partition pruning structs to a saner place. Tom Lane 11.0
2018-04-12 Revert MERGE patch Simon Riggs 11.0
2018-04-09 Fix incorrect logic for choosing the next Parallel Append subplan Alvaro Herrera 11.0
2018-04-07 Support partition pruning at execution time Alvaro Herrera 11.0
2018-04-03 MERGE SQL Command following SQL:2016 Simon Riggs 11.0
2018-04-02 Revert "Modified files for MERGE" Simon Riggs 11.0
2018-04-02 Modified files for MERGE Simon Riggs 11.0
2018-03-22 Basic planner and executor integration for JIT. Andres Freund 11.0
2018-02-07 Support all SQL:2011 options for window frame clauses. Tom Lane 11.0
2018-01-19 Allow UPDATE to move rows between partitions. Robert Haas 11.0
2018-01-03 Update copyright for 2018 Bruce Momjian 11.0
2017-12-21 Add parallel-aware hash joins. Andres Freund 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-13 Track in the plan the types associated with PARAM_EXEC parameters. Robert Haas 11.0
2017-10-11 pg_stat_statements: Widen query IDs from 32 bits to 64 bits. Robert Haas 11.0
2017-08-30 Force rescanning of parallel-aware scan nodes below a Gather[Merge]. Tom Lane 10.0
2017-08-30 Force rescanning of parallel-aware scan nodes below a Gather[Merge]. Tom Lane 11.0