Commits

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

DateSubjectAuthorReleases
2025-09-16 Fix pg_dump COMMENT dependency for separate domain constraints. Noah Misch 14.20
2025-09-16 pg_dump: Fix dumping of security labels on subscriptions and event triggers. Fujii Masao 14.20
2025-08-11 Restrict psql meta-commands in plain-text dumps. Nathan Bossart 14.19
2025-08-11 Convert newlines to spaces in names written in v11+ pg_dump comments. Noah Misch 14.19
2025-07-31 Sort dump objects independent of OIDs, for the 7 holdout object types. Noah Misch 14.19
2025-07-16 Fix dumping of comments on invalid constraints on domains Álvaro Herrera 14.19
2025-04-16 Fix pg_dump --clean with partitioned indexes. Tom Lane 14.18
2025-02-10 Specify the encoding of input to fmtId() Andres Freund 14.16
2024-12-13 Fix possible crash in pg_dump with identity sequences. Tom Lane 14.16
2024-08-05 Restrict accesses to non-system views and foreign tables during pg_dump. Masahiko Sawada 14.13
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-04-20 Allow db.schema.table patterns, but complain about random garbage. Robert Haas 14.3
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