Commits
Showing commits that first shipped in 16 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2023-06-29 | Defend against bogus parameterization of join input paths. | Tom Lane | 16.0 |
| 2023-06-20 | Centralize fixups for mismatched nullingrels in nestloop params. | Tom Lane | 16.0 |
| 2023-06-13 | Fix "wrong varnullingrels" for Memoize's lateral references, too. | Tom Lane | 16.0 |
| 2023-04-05 | Support "Right Anti Join" plan shapes. | Tom Lane | 16.0 |
| 2023-02-13 | Fix thinkos in have_unsafe_outer_join_ref; reduce to Assert check. | Tom Lane | 16.0 |
| 2023-01-30 | Invent "join domains" to replace the below_outer_join hack. | Tom Lane | 16.0 |
| 2023-01-30 | Make Vars be outer-join-aware. | Tom Lane | 16.0 |
| 2022-12-05 | Fix Memoize to work with partitionwise joining. | Tom Lane | 16.0 |