Commits
Showing commits that first shipped in 12 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2020-11-06 | Revert "pg_dump: Lock all relations, not just plain tables". | Tom Lane | 12.5 |
| 2020-10-27 | pg_dump: Lock all relations, not just plain tables | Alvaro Herrera | 12.5 |
| 2020-09-24 | Fix handling of -d "connection string" in pg_dump/pg_restore. | Tom Lane | 12.5 |
| 2020-07-11 | Avoid trying to restore table ACLs and per-column ACLs in parallel. | Tom Lane | 12.4 |
| 2019-05-24 | Fix typos. | Thomas Munro | 12.0 |
| 2019-05-22 | Phase 2 pgindent run for v12. | Tom Lane | 12.0 |
| 2019-03-07 | pg_dump: allow multiple rows per insert | Alvaro Herrera | 12.0 |
| 2018-11-21 | Remove WITH OIDS support, change oid catalog column visibility. | Andres Freund | 12.0 |
| 2018-09-14 | Improve parallel scheduling logic in pg_dump/pg_restore. | Tom Lane | 12.0 |
| 2018-07-13 | Add pg_dump --on-conflict-do-nothing option. | Thomas Munro | 12.0 |