Commits
Showing commits that first shipped in 15 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2024-09-17 | Repair pg_upgrade for identity sequences with non-default persistence. | Tom Lane | 15.9 |
| 2022-11-04 | Fix CREATE DATABASE so we can pg_upgrade DBs with OIDs above 2^31. | Tom Lane | 15.1 |
| 2022-10-16 | Rename parser token REF to REF_P to avoid a symbol conflict. | Tom Lane | 15.1 |
| 2022-09-20 | Suppress variable-set-but-not-used warnings from clang 15. | Tom Lane | 15.0 |
| 2022-05-30 | Make STRING an unreserved_keyword. | Tom Lane | 15.0 |
| 2022-04-06 | Allow granting SET and ALTER SYSTEM privileges on GUC parameters. | Tom Lane | 15.0 |