Commits
Showing commits that first shipped in 13 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2024-06-11 | Fix infer_arbiter_indexes() to not assume resultRelation is 1. | Tom Lane | 13.16 |
| 2023-01-05 | Fix calculation of which GENERATED columns need to be updated. | Tom Lane | 13.10 |
| 2022-10-17 | Guard against table-AM-less relations in planner. | Tom Lane | 13.9 |
| 2020-04-03 | Cosmetic improvements for code related to partitionwise join. | Tom Lane | 13.0 |
| 2019-07-17 | Avoid using lcons and list_delete_first where it's easy to do so. | Tom Lane | 13.0 |
| 2019-07-15 | Represent Lists as expansible arrays, not chains of cons-cells. | Tom Lane | 13.0 |