Commits
Showing commits that first shipped in 13 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2019-07-17 | Avoid using lcons and list_delete_first where it's easy to do so. | Tom Lane | 13.0 |
| 2019-07-16 | Clean up some ad-hoc code for sorting and de-duplicating Lists. | Tom Lane | 13.0 |
| 2019-07-15 | Represent Lists as expansible arrays, not chains of cons-cells. | Tom Lane | 13.0 |