Commits
Showing commits that first shipped in 13 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2025-09-10 | Fix memory leakage in nodeSubplan.c. | Tom Lane | 13.23 |
| 2023-02-25 | Fix MULTIEXPR_SUBLINK with partitioned target tables, yet again. | Tom Lane | 13.11 |
| 2022-08-27 | Repair rare failure of MULTIEXPR_SUBLINK subplans in inherited updates. | Tom Lane | 13.9 |
| 2020-11-03 | Guard against core dump from uninitialized subplan. | Tom Lane | 13.1 |
| 2020-08-15 | Be more careful about the shape of hashable subplan clauses. | Tom Lane | 13.0 |
| 2020-02-29 | Correctly re-use hash tables in buildSubPlanHash(). | Tom Lane | 13.0 |
| 2019-08-05 | Fix choice of comparison operators for cross-type hashed subplans. | Tom Lane | 13.0 |