summaryrefslogtreecommitdiff
path: root/src/bin/pg_dump/t
Commit message (Expand)AuthorAgeFilesLines
* Advance input pointer when LZ4 compressing dataTomas Vondra2023-05-171-0/+46
* Revert "Catalog NOT NULL constraints" and falloutAlvaro Herrera2023-04-121-3/+3
* Catalog NOT NULL constraintsAlvaro Herrera2023-04-071-3/+3
* Support long distance matching for zstd compressionTomas Vondra2023-04-061-1/+2
* pg_dump: Add support for zstd compressionTomas Vondra2023-04-051-3/+76
* Canonicalize ICU locale names to language tags.Jeff Davis2023-04-041-2/+2
* pg_dump: Fix gzip compression of empty dataTomas Vondra2023-03-291-0/+23
* Fix pg_dump for hash partitioning on enum columns.Tom Lane2023-03-171-0/+81
* Allow pg_dump to include/exclude child tables automatically.Tom Lane2023-03-141-81/+458
* Use ICU by default at initdb time.Jeff Davis2023-03-091-1/+1
* Fix condition in pg_dump TAP testTomas Vondra2023-03-011-3/+3
* Add LZ4 compression to pg_dumpTomas Vondra2023-02-231-4/+78
* Introduce a generic pg_dump compression APITomas Vondra2023-02-231-5/+5
* Get rid of the "new" and "old" entries in a view's rangetable.Tom Lane2023-01-181-6/+6
* Revert "Get rid of the "new" and "old" entries in a view's rangetable."Tom Lane2023-01-111-6/+6
* Get rid of the "new" and "old" entries in a view's rangetable.Tom Lane2023-01-111-6/+6
* Update copyright for 2023Bruce Momjian2023-01-024-4/+4
* Fix typo in commentPeter Eisentraut2022-12-191-1/+1
* Add grantable MAINTAIN privilege and pg_maintain role.Jeff Davis2022-12-131-1/+1
* Remove extra space from dumped ALTER DEFAULT PRIVILEGES.Jeff Davis2022-12-121-5/+5
* Provide test coverage in pg_dump for default behaviors with compressionMichael Paquier2022-12-061-6/+71
* pg_dump: Remove "blob" terminologyPeter Eisentraut2022-12-051-23/+23
* Switch pg_dump to use compression specificationsMichael Paquier2022-12-022-7/+30
* Provide per-table permissions for vacuum and analyze.Andrew Dunstan2022-11-281-1/+1
* pg_dump: fix failure to dump comments on constraints in some cases.Tom Lane2022-11-021-4/+11
* pg_dump test: Make concatenated create_sql commands more readablePeter Eisentraut2022-10-311-2/+6
* Allow publications with schema and table of the same schema.Amit Kapila2022-09-231-0/+14
* Remove ALL keyword from TABLES IN SCHEMA for publicationAlvaro Herrera2022-09-221-8/+7
* pg_dump: Fix new ICU testsPeter Eisentraut2022-08-251-0/+4
* pg_dump: Dump colliculocalePeter Eisentraut2022-08-241-1/+27
* Allow users to skip logical replication of data having origin.Amit Kapila2022-07-211-0/+22
* pgindent run prior to branching v15.Tom Lane2022-06-301-1/+2
* logging: Also add the command prefix to detail and hint messagesPeter Eisentraut2022-05-301-1/+1
* Pre-beta mechanical code beautification.Tom Lane2022-05-124-29/+30
* Remove some recently-added pg_dump test cases.Robert Haas2022-04-221-30/+0
* Allow db.schema.table patterns, but complain about random garbage.Robert Haas2022-04-201-0/+107
* Improve frontend error logging style.Tom Lane2022-04-081-1/+1
* Revert "Logical decoding of sequences"Tomas Vondra2022-04-071-36/+4
* Extend TAP tests of pg_dump to test for compression with gzipMichael Paquier2022-04-051-2/+91
* Add TAP test in pg_dump with --format=tar and --compressMichael Paquier2022-03-301-0/+16
* Allow specifying column lists for logical replicationTomas Vondra2022-03-261-0/+60
* Remove unused module imports from TAP testsDaniel Gustafsson2022-03-242-2/+0
* Add decoding of sequences to built-in replicationTomas Vondra2022-03-241-4/+36
* Change HAVE_LIBLZ4 and HAVE_LIBZSTD tests to USE_LZ4 and USE_ZSTD.Robert Haas2022-03-151-1/+1
* Introduce PG_TEST_TIMEOUT_DEFAULT for TAP suite non-elapsing timeouts.Noah Misch2022-03-041-1/+2
* Add some additional tests for row filters in logical replication.Amit Kapila2022-03-041-0/+34
* Replace Test::More plans with done_testingDaniel Gustafsson2022-02-114-82/+10
* Add support for --no-table-access-method in pg_{dump,dumpall,restore}Michael Paquier2022-01-171-2/+14
* Update copyright for 2022Bruce Momjian2022-01-074-4/+4
* Fix pg_dump --inserts mode for generated columns with dropped columns.Tom Lane2021-11-221-1/+68