summaryrefslogtreecommitdiff
path: root/src/bin/pg_dump
AgeCommit message (Expand)Author
7 daysUpdate copyright for 2026Bruce Momjian
12 daysAdd oauth_validator_libraries to variable_is_guc_list_quoteDaniel Gustafsson
2025-12-18Sort DO_SUBSCRIPTION_REL dump objects independent of OIDs.Noah Misch
2025-12-09Remove unnecessary casts in printf format arguments (%zu/%zd)Peter Eisentraut
2025-12-09Use palloc_object() and palloc_array() in more areas of the treeMichael Paquier
2025-12-08Unify error messagesÁlvaro Herrera
2025-12-02Remove useless casting to same typePeter Eisentraut
2025-12-02Update comment related to C99Peter Eisentraut
2025-11-25pg_dump tests: don't put dumps in stdoutÁlvaro Herrera
2025-11-18Fix typoÁlvaro Herrera
2025-11-13Fix indentation issueMichael Paquier
2025-11-04Allow "SET list_guc TO NULL" to specify setting the GUC to empty.Tom Lane
2025-10-21Avoid short seeks in pg_restore.Tom Lane
2025-10-20pg_dump: Remove unnecessary code for security labels on extensions.Fujii Masao
2025-10-19Don't rely on zlib's gzgetc() macro.Tom Lane
2025-10-18Fix determination of not-null constraint "locality" for inherited columnsÁlvaro Herrera
2025-10-18Fix pg_dump sorting of foreign key constraintsÁlvaro Herrera
2025-10-17Improve TAP tests by replacing ok() with better Test::More functionsTom Lane
2025-10-17Improve TAP tests by replacing ok() with better Test::More functionsMichael Paquier
2025-10-16Add more TAP test coverage for pg_dump.Tom Lane
2025-10-16Split 002_pg_dump.pl into two test files.Tom Lane
2025-10-16Align the data block sizes of pg_dump's various compression modes.Tom Lane
2025-10-16Refactor logical worker synchronization code into a separate file.Amit Kapila
2025-10-13Fix serious performance problems in LZ4Stream_read_internal.Tom Lane
2025-10-13Fix poor buffering logic in pg_dump's lz4 and zstd compression code.Tom Lane
2025-10-13Fix issue with reading zero bytes in Gzip_read.Tom Lane
2025-10-11Restore test coverage of LZ4Stream_gets().Tom Lane
2025-10-09Add "ALL SEQUENCES" support to publications.Amit Kapila
2025-09-18pg_restore: Fix security label handling with --no-publications/subscriptions.Fujii Masao
2025-09-16Fix pg_dump COMMENT dependency for separate domain constraints.Noah Misch
2025-09-16pg_dump: Fix dumping of security labels on subscriptions and event triggers.Fujii Masao
2025-09-16pg_restore: Fix comment handling with --no-policies.Fujii Masao
2025-09-16pg_restore: Fix comment handling with --no-publications / --no-subscriptions.Fujii Masao
2025-09-08pg_upgrade: Transfer pg_largeobject_metadata's files when possible.Nathan Bossart
2025-09-03Generate GUC tables from .dat filePeter Eisentraut
2025-09-02Add max_retention_duration option to subscriptions.Amit Kapila
2025-08-29pg_dump: Fix compression API errorhandlingDaniel Gustafsson
2025-08-23Sort DO_DEFAULT_ACL dump objects independent of OIDs.Noah Misch
2025-08-11Restrict psql meta-commands in plain-text dumps.Nathan Bossart
2025-08-11Convert newlines to spaces in names written in v11+ pg_dump comments.Noah Misch
2025-08-08pg_dump: Fix incorrect parsing of object types in pg_dump --filter.Fujii Masao
2025-08-02Simplify options in pg_dump and pg_restore.Jeff Davis
2025-08-01pg_dump: reject combination of "only" and "with"Jeff Davis
2025-07-31Sort dump objects independent of OIDs, for the 7 holdout object types.Noah Misch
2025-07-30Revert Non text modes for pg_dumpall, and pg_restore supportAndrew Dunstan
2025-07-23Preserve conflict-relevant data during logical replication.Amit Kapila
2025-07-21pg_dump: include comments on not-null constraints on domains, tooÁlvaro Herrera
2025-07-18pg_upgrade: Use COPY for large object metadata.Nathan Bossart
2025-07-16Fix dumping of comments on invalid constraints on domainsÁlvaro Herrera
2025-07-16pg_dumpall: Skip global objects with --statistics-only or --no-schema.Jeff Davis