Commits
Showing commits that first shipped in 16 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2024-02-01 | Apply band-aid fix for an oversight in reparameterize_path_by_child. | Tom Lane | 16.2 |
| 2023-07-21 | Fix calculation of relid sets for partitionwise child joins. | Tom Lane | 16.0 |
| 2023-04-05 | Support "Right Anti Join" plan shapes. | Tom Lane | 16.0 |
| 2023-01-30 | Make Vars be outer-join-aware. | Tom Lane | 16.0 |
| 2023-01-18 | Remove redundant grouping and DISTINCT columns. | Tom Lane | 16.0 |
| 2023-01-09 | Allow left join removals and unique joins on partitioned tables | David Rowley | 16.0 |
| 2022-12-16 | Remove pessimistic cost penalization from Incremental Sort | David Rowley | 16.0 |
| 2022-10-27 | Avoid making commutatively-duplicate clauses in EquivalenceClasses. | Tom Lane | 16.0 |
| 2022-10-03 | Revert "Optimize order of GROUP BY keys". | Tom Lane | 16.0 |