Commits
Showing commits that first shipped in 15 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2024-04-16 | Fix generation of EC join conditions at the wrong plan level. | Tom Lane | 15.7 |
| 2024-01-11 | Allow subquery pullup to wrap a PlaceHolderVar in another one. | Tom Lane | 15.6 |
| 2022-11-29 | Remove bogus Assert and dead code in remove_useless_results_recurse(). | Tom Lane | 15.2 |
| 2022-10-03 | Revert "Optimize order of GROUP BY keys". | Tom Lane | 15.0 |
| 2022-02-08 | Rearrange core regression tests to reduce cross-script dependencies. | Tom Lane | 15.0 |
| 2021-09-17 | Fix pull_varnos to cope with translated PlaceHolderVars. | Tom Lane | 15.0 |
| 2021-07-09 | Avoid creating a RESULT RTE that's marked LATERAL. | Tom Lane | 15.0 |