Commits
Showing commits that first shipped in 16 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2024-12-13 | Fix possible crash in pg_dump with identity sequences. | Tom Lane | 16.7 |
| 2023-12-29 | In pg_dump, don't dump a stats object unless dumping underlying table. | Tom Lane | 16.2 |
| 2023-10-29 | Teach pg_dump about the new pg_subscription.subrunasowner option. | Tom Lane | 16.1 |
| 2023-06-04 | Fix pg_dump's failure to honor dependencies of SQL functions. | Tom Lane | 16.0 |
| 2023-03-17 | Simplify and speed up pg_dump's creation of parent-table links. | Tom Lane | 16.0 |
| 2023-03-17 | Fix pg_dump for hash partitioning on enum columns. | Tom Lane | 16.0 |