Commits

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

DateSubjectAuthorReleases
2025-09-16 Fix pg_dump COMMENT dependency for separate domain constraints. Noah Misch 13.23
2025-09-16 pg_dump: Fix dumping of security labels on subscriptions and event triggers. Fujii Masao 13.23
2025-08-11 Restrict psql meta-commands in plain-text dumps. Nathan Bossart 13.22
2025-08-11 Convert newlines to spaces in names written in v11+ pg_dump comments. Noah Misch 13.22
2025-07-31 Sort dump objects independent of OIDs, for the 7 holdout object types. Noah Misch 13.22
2025-07-16 Fix dumping of comments on invalid constraints on domains Álvaro Herrera 13.22
2025-04-16 Fix pg_dump --clean with partitioned indexes. Tom Lane 13.21
2025-02-10 Specify the encoding of input to fmtId() Andres Freund 13.19
2024-12-13 Fix possible crash in pg_dump with identity sequences. Tom Lane 13.19
2024-08-05 Restrict accesses to non-system views and foreign tables during pg_dump. Masahiko Sawada 13.16
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-07-16 Fix pg_dump for disabled triggers on partitioned tables Alvaro Herrera 13.4
2021-02-03 pg_dump: Fix dumping of inherited generated columns Peter Eisentraut 13.2
2021-01-14 pg_dump: label PUBLICATION TABLE ArchiveEntries with an owner. Tom Lane 13.2