Commits

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

DateSubjectAuthorReleases
2022-01-03 Fix index-only scan plans, take 2. Tom Lane 11.15
2022-01-01 Fix index-only scan plans when not all index columns can be returned. Tom Lane 11.15
2019-05-17 Restructure creation of run-time pruning steps. Tom Lane 11.4
2018-11-15 Correct code comments for PartitionedRelPruneInfo struct Peter Eisentraut 11.2
2018-08-01 Fix run-time partition pruning for appends with multiple source rels. Tom Lane 11.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 11.0