Commits

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

DateSubjectAuthorReleases
2025-04-18 Fixup various older misuses of appendPQExpBuffer David Rowley 18.0
2025-04-16 Fixup various new-to-v18 usages of appendPQExpBuffer David Rowley 18.0
2025-04-16 Fix pg_dump --clean with partitioned indexes. Tom Lane 18.0
2025-04-10 Fix incorrect format placeholders Peter Eisentraut 18.0
2025-04-07 Allow NOT NULL constraints to be added as NOT VALID Álvaro Herrera 18.0
2025-04-05 pg_dump: Fix query for gathering attribute stats on older versions. Nathan Bossart 18.0
2025-04-04 Move common pg_dump code related to connections to a new file Andrew Dunstan 18.0
2025-04-04 Non text modes for pg_dumpall, correspondingly change pg_restore Andrew Dunstan 18.0
2025-04-04 pg_dump: Retrieve attribute statistics in batches. Nathan Bossart 18.0
2025-04-04 pg_dump: Reduce memory usage of dumps with statistics. Nathan Bossart 18.0
2025-04-04 Extend ALTER DEFAULT PRIVILEGES to define default privileges for large objects. Fujii Masao 18.0
2025-04-03 Remove duplicate set of print_notnull Álvaro Herrera 18.0
2025-04-02 Add support for NOT ENFORCED in foreign key constraints Peter Eisentraut 18.0
2025-03-31 Add relallfrozen to pg_dump statistics. Jeff Davis 18.0
2025-03-28 Matview statistics depend on matview data. Jeff Davis 18.0
2025-03-26 Add pg_dump --with-{schema|data|statistics} options. Jeff Davis 18.0
2025-03-25 pg_dump: Add --sequence-data. Nathan Bossart 18.0
2025-03-25 Stats: use schemaname/relname instead of regclass. Jeff Davis 18.0
2025-03-16 pg_dump, pg_dumpall, pg_restore: Add --no-policies option. Tom Lane 18.0
2025-03-08 Don't convert to and from floats in pg_dump. Jeff Davis 18.0
2025-02-28 Adjust pg_dump tag for relation stats. Jeff Davis 18.0
2025-02-26 Use attnum to identify index columns in pg_restore_attribute_stats(). Tom Lane 18.0
2025-02-26 pg_dump: prepare attribute stats query. Jeff Davis 18.0
2025-02-26 Avoid unnecessary relation stats query in pg_dump. Jeff Davis 18.0
2025-02-20 Transfer statistics during pg_upgrade. Jeff Davis 18.0