Commits

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

DateSubjectAuthorReleases
2025-04-16 Fix pg_dump --clean with partitioned indexes. Tom Lane 14.18
2024-12-13 Fix possible crash in pg_dump with identity sequences. Tom Lane 14.16
2023-12-29 In pg_dump, don't dump a stats object unless dumping underlying table. Tom Lane 14.11
2023-11-13 Don't try to dump RLS policies or security labels for extension objects. Tom Lane 14.11
2023-06-04 Fix pg_dump's failure to honor dependencies of SQL functions. Tom Lane 14.9
2023-03-17 Fix pg_dump for hash partitioning on enum columns. Tom Lane 14.8
2022-11-19 pg_dump: avoid unsafe function calls in getPolicies(). Tom Lane 14.7
2022-11-19 Postpone calls of unsafe server-side functions in pg_dump. Tom Lane 14.7
2022-01-23 pg_dump: avoid useless query in binary_upgrade_set_type_oids_by_type_oid Tom Lane 14.2
2021-11-22 Fix pg_dump --inserts mode for generated columns with dropped columns. Tom Lane 14.2
2021-10-22 pg_dump: fix mis-dumping of non-global default privileges. Tom Lane 14.1
2021-10-16 Avoid core dump in pg_dump when dumping from pre-8.3 server. Tom Lane 14.1
2021-10-16 Make pg_dump acquire lock on partitioned tables that are to be dumped. Tom Lane 14.1
2021-09-08 Avoid useless malloc/free traffic around getFormattedTypeName(). Tom Lane 14.0
2021-08-31 In pg_dump, avoid doing per-table queries for RLS policies. Tom Lane 14.0
2021-08-31 Cache the results of format_type() queries in pg_dump. Tom Lane 14.0
2021-05-27 Rethink definition of pg_attribute.attcompression. Tom Lane 14.0
2021-04-15 Undo decision to allow pg_proc.prosrc to be NULL. Tom Lane 14.0
2021-03-30 Further tweaking of pg_dump's handling of default_toast_compression. Tom Lane 14.0
2021-03-20 Fix up pg_dump's handling of per-attribute compression options. Tom Lane 14.0
2021-01-14 pg_dump: label PUBLICATION TABLE ArchiveEntries with an owner. Tom Lane 14.0
2021-01-12 pg_dump: label INDEX ATTACH ArchiveEntries with an owner. Tom Lane 14.0
2021-01-12 Dump ALTER TABLE ... ATTACH PARTITION as a separate ArchiveEntry. Tom Lane 14.0
2020-12-09 Support subscripting of arbitrary types, not only arrays. Tom Lane 14.0
2020-12-07 pg_dump: Reorganize dumpBaseType() Tom Lane 14.0