Commits
Showing commits that first shipped in 12 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2023-04-15 | Fix assignment to array of domain over composite, redux. | Tom Lane | 12.15 |
| 2023-02-25 | Fix MULTIEXPR_SUBLINK with partitioned target tables, yet again. | Tom Lane | 12.15 |
| 2022-03-17 | Revert applying column aliases to the output of whole-row Vars. | Tom Lane | 12.11 |
| 2021-10-19 | Fix assignment to array of domain over composite. | Tom Lane | 12.9 |
| 2021-05-10 | Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists. | Tom Lane | 12.7 |
| 2021-04-13 | Redesign the caching done by get_cached_rowtype(). | Tom Lane | 12.7 |
| 2019-05-22 | Phase 2 pgindent run for v12. | Tom Lane | 12.0 |
| 2019-05-22 | Initial pgindent run for v12. | Tom Lane | 12.0 |
| 2019-02-28 | Standardize some more loops that chase down parallel lists. | Tom Lane | 12.0 |
| 2019-01-29 | Refactor planner's header files. | Tom Lane | 12.0 |
| 2018-11-04 | Fix unused-variable warning. | Tom Lane | 12.0 |
| 2018-10-30 | Fix interaction of CASE and ArrayCoerceExpr. | Tom Lane | 12.0 |