Commits

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

DateSubjectAuthorReleases
2023-04-12 Fix parallel-safety marking when moving initplans to another node. Tom Lane 11.20
2021-05-31 Fix mis-planning of repeated application of a projection. Tom Lane 11.13
2020-07-14 Fix bitmap AND/OR scans on the inside of a nestloop partition-wise join. Tom Lane 11.9
2020-05-01 Get rid of trailing semicolons in C macro definitions. Tom Lane 11.8
2019-02-07 Ensure that foreign scans with lateral refs are planned correctly. Tom Lane 11.2
2018-07-19 Fix re-parameterize of MergeAppendPath Michael Paquier 11.0
2018-07-11 Fix bugs with degenerate window ORDER BY clauses in GROUPS/RANGE mode. Tom Lane 11.0
2018-06-22 Improve coding pattern in Parallel Append code. Amit Kapila 11.0
2018-04-25 Prevent generation of bogus subquery scan paths. Robert Haas 11.0
2018-04-12 Revert MERGE patch Simon Riggs 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-20 Don't pass the grouping target around unnecessarily. Robert Haas 11.0
2018-01-23 Teach reparameterize_path() to handle AppendPaths. Tom Lane 11.0
2018-01-19 Allow UPDATE to move rows between partitions. Robert Haas 11.0
2018-01-17 Reorder C includes Bruce Momjian 11.0
2018-01-09 Improve the heuristic for ordering child paths of a parallel append. Tom Lane 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-30 Make create_unique_path manage memory like mark_dummy_rel. Robert Haas 11.0
2017-11-29 Update typedefs.list and re-run pgindent Robert Haas 11.0
2017-11-13 Push target list evaluation through Gather Merge. Robert Haas 11.0