Commits

Showing commits that first shipped in 13 (backpatches included). Clear

DateSubjectAuthorReleases
2025-04-16 Fix pg_dump --clean with partitioned indexes. Tom Lane 13.21
2024-12-13 Fix possible crash in pg_dump with identity sequences. Tom Lane 13.19
2023-12-29 In pg_dump, don't dump a stats object unless dumping underlying table. Tom Lane 13.14
2023-11-13 Don't try to dump RLS policies or security labels for extension objects. Tom Lane 13.14
2023-03-17 Fix pg_dump for hash partitioning on enum columns. Tom Lane 13.11
2022-11-19 pg_dump: avoid unsafe function calls in getPolicies(). Tom Lane 13.10
2022-11-19 Postpone calls of unsafe server-side functions in pg_dump. Tom Lane 13.10
2021-11-22 Fix pg_dump --inserts mode for generated columns with dropped columns. Tom Lane 13.6
2021-10-22 pg_dump: fix mis-dumping of non-global default privileges. Tom Lane 13.5
2021-10-16 Avoid core dump in pg_dump when dumping from pre-8.3 server. Tom Lane 13.5
2021-10-16 Make pg_dump acquire lock on partitioned tables that are to be dumped. Tom Lane 13.5
2021-09-08 Avoid useless malloc/free traffic around getFormattedTypeName(). Tom Lane 13.5
2021-08-31 In pg_dump, avoid doing per-table queries for RLS policies. Tom Lane 13.5
2021-08-31 Cache the results of format_type() queries in pg_dump. Tom Lane 13.5
2021-01-14 pg_dump: label PUBLICATION TABLE ArchiveEntries with an owner. Tom Lane 13.2
2021-01-12 pg_dump: label INDEX ATTACH ArchiveEntries with an owner. Tom Lane 13.2
2020-11-06 Revert "pg_dump: Lock all relations, not just plain tables". Tom Lane 13.1
2020-10-07 Rethink recent fix for pg_dump's handling of extension config tables. Tom Lane 13.1
2020-09-24 Fix handling of -d "connection string" in pg_dump/pg_restore. Tom Lane 13.1
2020-07-11 Avoid trying to restore table ACLs and per-column ACLs in parallel. Tom Lane 13.0
2020-05-18 Remove unused variables. Tom Lane 13.0
2020-05-14 Initial pgindent and pgperltidy run for v13. Tom Lane 13.0
2020-03-05 Remove the "opaque" pseudo-type and associated compatibility hacks. Tom Lane 13.0
2020-03-04 Introduce macros for typalign and typstorage constants. Tom Lane 13.0
2020-02-17 Teach pg_dump to dump comments on RLS policy objects. Tom Lane 13.0