Commits
Showing commits that first shipped in 18 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2025-04-16 | Fix pg_dump --clean with partitioned indexes. | Tom Lane | 18.0 |
| 2025-03-16 | pg_dump, pg_dumpall, pg_restore: Add --no-policies option. | Tom Lane | 18.0 |
| 2025-02-26 | Use attnum to identify index columns in pg_restore_attribute_stats(). | Tom Lane | 18.0 |
| 2025-02-12 | Fix minor memory leaks in pg_dump. | Tom Lane | 18.0 |
| 2024-12-13 | Fix possible crash in pg_dump with identity sequences. | Tom Lane | 18.0 |
| 2024-09-17 | Repair pg_upgrade for identity sequences with non-default persistence. | Tom Lane | 18.0 |
| 2024-07-29 | Reduce number of commands dumpTableSchema emits for binary upgrade. | Tom Lane | 18.0 |