summaryrefslogtreecommitdiff
path: root/src/test/modules/test_pg_dump
Commit message (Expand)AuthorAgeFilesLines
* Fix a couple of typosMichael Paquier2023-03-221-3/+3
* meson: Prevent installation of test files during main installPeter Eisentraut2023-03-031-3/+1
* Update copyright for 2023Bruce Momjian2023-01-022-2/+2
* Add copyright notices to meson filesAndrew Dunstan2022-12-201-0/+2
* meson: Add 'running' test setup, as a replacement for installcheckAndres Freund2022-12-071-0/+2
* pg_dump: Remove "blob" terminologyPeter Eisentraut2022-12-051-1/+1
* Switch pg_dump to use compression specificationsMichael Paquier2022-12-021-0/+16
* meson: Add initial version of meson based build systemAndres Freund2022-09-211-0/+22
* Pre-beta mechanical code beautification.Tom Lane2022-05-121-1/+1
* Allow granting SET and ALTER SYSTEM privileges on GUC parameters.Tom Lane2022-04-061-0/+32
* Remove unused module imports from TAP testsDaniel Gustafsson2022-03-241-1/+0
* Replace Test::More plans with done_testingDaniel Gustafsson2022-02-111-38/+2
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Move Perl test modules to a better namespaceAndrew Dunstan2021-10-241-5/+5
* Remove some unused variables in TAP testsMichael Paquier2021-09-061-1/+0
* Unify PostgresNode's new() and get_new_node() methodsAndrew Dunstan2021-07-291-1/+1
* Dump public schema ownership and security labels.Noah Misch2021-06-281-0/+8
* Add a copyright notice to perl files lacking one.Andrew Dunstan2021-05-071-0/+3
* Tweak behavior of pg_dump --extension with configuration tablesMichael Paquier2021-04-151-0/+34
* Remove duplicated --no-sync switches in new tests of test_pg_dumpMichael Paquier2021-04-131-2/+2
* Add support for --extension in pg_dumpMichael Paquier2021-03-311-17/+36
* Fix pg_dump for GRANT OPTION among initial privileges.Noah Misch2021-01-162-0/+48
* Rethink recent fix for pg_dump's handling of extension config tables.Tom Lane2020-10-072-17/+33
* Collect attribute data on extension owned tables being dumpedAndrew Dunstan2020-09-042-2/+27
* Refactor AlterExtensionContentsStmt grammarPeter Eisentraut2020-06-131-3/+1
* Fix possible future cache reference leak in ALTER EXTENSION ADD/DROP.Tom Lane2020-04-173-2/+6
* Add pg_dump support for ALTER obj DEPENDS ON EXTENSIONAlvaro Herrera2020-03-111-0/+32
* Add PGXS options to control TAP and isolation tests, take twoMichael Paquier2018-12-031-5/+1
* Revert all new recent changes to add PGXS options for TAP and isolationMichael Paquier2018-11-261-1/+5
* Add PGXS options to control TAP and isolation testsMichael Paquier2018-11-261-5/+1
* Restrict vertical tightness to parentheses in Perl codeAndrew Dunstan2018-05-091-54/+127
* perltidy: Add option --nooutdent-long-commentsPeter Eisentraut2018-04-271-2/+2
* perltidy: Add option --nooutdent-long-quotesPeter Eisentraut2018-04-271-4/+4
* Reindent Perl files with perltidy version 20170521.Tom Lane2018-04-251-54/+49
* Rewrite pg_dump TAP testsStephen Frost2018-04-041-364/+79
* Avoid using unsafe search_path settings during dump and restore.Tom Lane2018-02-261-25/+25
* Add a temp-install prerequisite to "check"-like targets not having one.Noah Misch2017-11-051-1/+1
* Post-PG 10 beta1 pgperltidy runBruce Momjian2017-05-171-47/+23
* Run most pg_dump and pg_dumpall tests with --no-syncAndrew Dunstan2017-04-101-23/+56
* Add CREATE SEQUENCE AS <data type> clausePeter Eisentraut2017-02-101-0/+1
* test_pg_dump: perltidy cleanupStephen Frost2017-01-311-508/+377
* Handle ALTER EXTENSION ADD/DROP with pg_init_privsStephen Frost2017-01-293-7/+293
* test_pg_dump TAP test whitespace cleanupStephen Frost2017-01-291-322/+462
* Dump sequence data based on the TableDataInfo flagStephen Frost2017-01-192-0/+22
* Change qr/foo$/m to qr/foo\n/m, for Perl 5.8.8.Noah Misch2016-11-071-24/+24
* Fix two src/test/modules MakefilesAlvaro Herrera2016-09-081-6/+6
* Allow pg_dump to dump non-extension members of an extension-owned schema.Tom Lane2016-09-082-1/+229
* Final pgindent + perltidy run for 9.6.Tom Lane2016-08-151-34/+34
* Correctly handle owned sequences with extensionsStephen Frost2016-07-312-2/+85
* Establish conventions about global object names used in regression tests.Tom Lane2016-07-172-10/+10