summaryrefslogtreecommitdiff
path: root/src/test/modules/test_pg_dump/t
AgeCommit message (Expand)Author
2025-10-17Improve TAP tests by replacing ok() with better Test::More functionsMichael Paquier
2025-03-25pg_dump: Add --sequence-data.Nathan Bossart
2025-03-17Fix inconsistent quoting for some options in TAP testsMichael Paquier
2025-03-17Apply more consistent style for command options in TAP testsMichael Paquier
2025-01-01Update copyright for 2025Bruce Momjian
2024-05-14Pre-beta mechanical code beautification.Tom Lane
2024-03-20Add "--exclude-extension" to pg_dump's options.Dean Rasheed
2024-02-08Apply pg_dump test cleanups to test_pg_dump as wellPeter Eisentraut
2024-01-11Fix some inconsistent whitespace in Perl filePeter Eisentraut
2024-01-03Update copyright for 2024Bruce Momjian
2023-12-29Make all Perl warnings fatalPeter Eisentraut
2023-11-14Allow new role 'regress_dump_login_role' to log in under SSPI.Tom Lane
2023-11-13Don't try to dump RLS policies or security labels for extension objects.Tom Lane
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-03-22Fix a couple of typosMichael Paquier
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-05pg_dump: Remove "blob" terminologyPeter Eisentraut
2022-12-02Switch pg_dump to use compression specificationsMichael Paquier
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-04-06Allow granting SET and ALTER SYSTEM privileges on GUC parameters.Tom Lane
2022-03-24Remove unused module imports from TAP testsDaniel Gustafsson
2022-02-11Replace Test::More plans with done_testingDaniel Gustafsson
2022-01-07Update copyright for 2022Bruce Momjian
2021-10-24Move Perl test modules to a better namespaceAndrew Dunstan
2021-09-06Remove some unused variables in TAP testsMichael Paquier
2021-07-29Unify PostgresNode's new() and get_new_node() methodsAndrew Dunstan
2021-06-28Dump public schema ownership and security labels.Noah Misch
2021-05-07Add a copyright notice to perl files lacking one.Andrew Dunstan
2021-04-15Tweak behavior of pg_dump --extension with configuration tablesMichael Paquier
2021-04-13Remove duplicated --no-sync switches in new tests of test_pg_dumpMichael Paquier
2021-03-31Add support for --extension in pg_dumpMichael Paquier
2021-01-16Fix pg_dump for GRANT OPTION among initial privileges.Noah Misch
2020-10-07Rethink recent fix for pg_dump's handling of extension config tables.Tom Lane
2020-09-04Collect attribute data on extension owned tables being dumpedAndrew Dunstan
2020-03-11Add pg_dump support for ALTER obj DEPENDS ON EXTENSIONAlvaro Herrera
2018-05-09Restrict vertical tightness to parentheses in Perl codeAndrew Dunstan
2018-04-27perltidy: Add option --nooutdent-long-commentsPeter Eisentraut
2018-04-27perltidy: Add option --nooutdent-long-quotesPeter Eisentraut
2018-04-25Reindent Perl files with perltidy version 20170521.Tom Lane
2018-04-04Rewrite pg_dump TAP testsStephen Frost
2018-02-26Avoid using unsafe search_path settings during dump and restore.Tom Lane
2017-05-17Post-PG 10 beta1 pgperltidy runBruce Momjian
2017-04-10Run most pg_dump and pg_dumpall tests with --no-syncAndrew Dunstan
2017-02-10Add CREATE SEQUENCE AS <data type> clausePeter Eisentraut
2017-01-31test_pg_dump: perltidy cleanupStephen Frost
2017-01-29Handle ALTER EXTENSION ADD/DROP with pg_init_privsStephen Frost
2017-01-29test_pg_dump TAP test whitespace cleanupStephen Frost
2017-01-19Dump sequence data based on the TableDataInfo flagStephen Frost
2016-11-07Change qr/foo$/m to qr/foo\n/m, for Perl 5.8.8.Noah Misch
2016-09-08Allow pg_dump to dump non-extension members of an extension-owned schema.Tom Lane