Commits
Showing commits that first shipped in 16 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2024-09-17 | Repair pg_upgrade for identity sequences with non-default persistence. | Tom Lane | 16.5 |
| 2023-03-15 | Support [NO] INDENT option in XMLSERIALIZE(). | Tom Lane | 16.0 |
| 2022-11-10 | Support writing "CREATE/ALTER TABLE ... SET STORAGE DEFAULT". | Tom Lane | 16.0 |
| 2022-11-04 | Fix CREATE DATABASE so we can pg_upgrade DBs with OIDs above 2^31. | Tom Lane | 16.0 |
| 2022-10-16 | Rename parser token REF to REF_P to avoid a symbol conflict. | Tom Lane | 16.0 |
| 2022-09-20 | Suppress variable-set-but-not-used warnings from clang 15. | Tom Lane | 16.0 |