Commits
Showing commits that first shipped in 12 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2024-05-18 | Account for optimized MinMax aggregates during SS_finalize_plan. | Tom Lane | 12.20 |
| 2021-01-21 | Fix pull_varnos' miscomputation of relids set for a PlaceHolderVar. | Tom Lane | 12.6 |
| 2019-05-22 | Phase 2 pgindent run for v12. | Tom Lane | 12.0 |
| 2019-03-27 | Avoid passing query tlist around separately from root->processed_tlist. | Tom Lane | 12.0 |
| 2019-03-26 | Build "other rels" of appendrel baserels in a separate step. | Tom Lane | 12.0 |
| 2019-03-22 | Collations with nondeterministic comparison | Peter Eisentraut | 12.0 |
| 2019-01-29 | Rename nodes/relation.h to nodes/pathnodes.h. | Tom Lane | 12.0 |
| 2019-01-29 | Refactor planner's header files. | Tom Lane | 12.0 |
| 2019-01-10 | Fix C++ compile failures in headers. | Tom Lane | 12.0 |
| 2019-01-02 | Update copyright for 2019 | Bruce Momjian | 12.0 |
| 2018-12-13 | Drop no-op CoerceToDomain nodes from expressions at planning time. | Tom Lane | 12.0 |
| 2018-12-12 | Repair bogus EPQ plans generated for postgres_fdw foreign joins. | Tom Lane | 12.0 |