summaryrefslogtreecommitdiff
path: root/src/bin/pg_dump/t
AgeCommit message (Expand)Author
2025-11-25pg_dump tests: don't put dumps in stdoutÁlvaro Herrera
2025-11-18Fix typoÁ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-11Restore test coverage of LZ4Stream_gets().Tom Lane
2025-10-09Add "ALL SEQUENCES" support to publications.Amit Kapila
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-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-30Revert Non text modes for pg_dumpall, and pg_restore supportAndrew Dunstan
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-06-30Run pgperltidyJoe Conway
2025-06-26pg_dump: include comments on valid not-null constraints, tooÁlvaro Herrera
2025-06-16Message style improvementsPeter Eisentraut
2025-05-27Change pg_dump default for statistics export.Jeff Davis
2025-05-20pg_dump: Fix array literals in fetchAttributeStats().Nathan Bossart
2025-04-28Fix pg_dump for inherited validated not-null constraintsÁlvaro Herrera
2025-04-19Fix typos and grammar in the codeMichael Paquier
2025-04-07Allow NOT NULL constraints to be added as NOT VALIDÁlvaro Herrera
2025-04-04Fix a couple of error messages and tests for themAndrew Dunstan
2025-04-04Add more TAP tests for pg_dumpallAndrew Dunstan
2025-04-04Non text modes for pg_dumpall, correspondingly change pg_restoreAndrew Dunstan
2025-03-31Add relallfrozen to pg_dump statistics.Jeff Davis
2025-03-26Add pg_dump --with-{schema|data|statistics} options.Jeff Davis
2025-03-25pg_dump: Add --sequence-data.Nathan Bossart
2025-03-25Stats: use schemaname/relname instead of regclass.Jeff Davis
2025-03-16pg_dump, pg_dumpall, pg_restore: Add --no-policies option.Tom Lane
2025-02-26Use attnum to identify index columns in pg_restore_attribute_stats().Tom Lane
2025-02-20Transfer statistics during pg_upgrade.Jeff Davis
2025-02-20Include schema/table publications even with exclude options in dump.Amit Kapila
2025-02-07Virtual generated columnsPeter Eisentraut
2025-01-23Change publication's publish_generated_columns option type to enum.Amit Kapila
2025-01-22Improve grammar of options for command arrays in TAP testsMichael Paquier
2025-01-01Update copyright for 2025Bruce Momjian
2024-11-08Add pg_constraint rows for not-null constraintsÁlvaro Herrera
2024-11-07Replicate generated columns when 'publish_generated_columns' is set.Amit Kapila
2024-10-28Change the default value of the streaming option to 'parallel'.Amit Kapila
2024-09-17Add temporal PRIMARY KEY and UNIQUE constraintsPeter Eisentraut
2024-07-29Reduce number of commands dumpTableSchema emits for binary upgrade.Tom Lane
2024-07-02Cleanup perl code from unused variables and routinesMichael Paquier
2024-05-16Revert temporal primary keys and foreign keysPeter Eisentraut
2024-05-14Pre-beta mechanical code beautification.Tom Lane
2024-05-13Revert structural changes to not-null constraintsAlvaro Herrera