Commits
Showing commits that first shipped in 12 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2023-02-25 | Fix MULTIEXPR_SUBLINK with partitioned target tables, yet again. | Tom Lane | 12.15 |
| 2022-08-27 | Repair rare failure of MULTIEXPR_SUBLINK subplans in inherited updates. | Tom Lane | 12.13 |
| 2020-11-03 | Guard against core dump from uninitialized subplan. | Tom Lane | 12.5 |
| 2020-08-15 | Be more careful about the shape of hashable subplan clauses. | Tom Lane | 12.5 |
| 2020-02-29 | Correctly re-use hash tables in buildSubPlanHash(). | Tom Lane | 12.3 |
| 2019-08-05 | Fix choice of comparison operators for cross-type hashed subplans. | Tom Lane | 12.0 |
| 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-01-29 | Make some small planner API cleanups. | Tom Lane | 12.0 |
| 2018-09-15 | Fix failure with initplans used conditionally during EvalPlanQual rechecks. | Tom Lane | 12.0 |