Commits
Showing commits that first shipped in 16 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2023-05-19 | Pre-beta mechanical code beautification. | Tom Lane | 16.0 |
| 2023-05-17 | Fix some issues with improper placement of outer join clauses. | Tom Lane | 16.0 |
| 2023-04-05 | Support "Right Anti Join" plan shapes. | Tom Lane | 16.0 |
| 2023-01-30 | Do assorted mop-up in the planner. | Tom Lane | 16.0 |
| 2023-01-30 | Make Vars be outer-join-aware. | Tom Lane | 16.0 |
| 2022-10-03 | Revert "Optimize order of GROUP BY keys". | Tom Lane | 16.0 |
| 2022-08-17 | Use an explicit state flag to control PlaceHolderInfo creation. | Tom Lane | 16.0 |
| 2022-08-17 | Avoid using list_length() to test for empty list. | Tom Lane | 16.0 |
| 2022-07-19 | Estimate cost of elided SubqueryScan, Append, MergeAppend nodes better. | Tom Lane | 16.0 |