summaryrefslogtreecommitdiff
path: root/src/bin/pg_dump
Commit message (Expand)AuthorAgeFilesLines
* Revert "Add USER SET parameter values for pg_db_role_setting"Alexander Korotkov2023-05-174-38/+7
* pg_dump: Error message improvementsAlvaro Herrera2023-05-171-2/+2
* pg_dump: Have _EndLO report errno after CFH->write_func() failureAlvaro Herrera2023-05-171-1/+7
* Advance input pointer when LZ4 compressing dataTomas Vondra2023-05-173-1/+55
* Null-terminate the output buffer of LZ4Stream_getsTomas Vondra2023-05-171-1/+11
* Add missing source file to nls.mkPeter Eisentraut2023-05-081-0/+1
* pg_dump: Restore lost translation markerPeter Eisentraut2023-05-081-1/+1
* Rework code defining default compression for dir/custom formats in pg_dumpMichael Paquier2023-04-271-15/+15
* Fix stop condition for dumping GRANT commandsDaniel Gustafsson2023-04-261-0/+1
* Fix various typos and incorrect/outdated name referencesDavid Rowley2023-04-191-1/+1
* Fix some typos and some incorrectly duplicated wordsDavid Rowley2023-04-181-2/+2
* Fix various typosDavid Rowley2023-04-183-3/+3
* Add missing source files to nls.mkPeter Eisentraut2023-04-141-0/+4
* Harmonize some more function parameter names.Peter Geoghegan2023-04-131-1/+1
* Revert "Catalog NOT NULL constraints" and falloutAlvaro Herrera2023-04-125-197/+37
* Catalog NOT NULL constraintsAlvaro Herrera2023-04-075-37/+197
* Support long distance matching for zstd compressionTomas Vondra2023-04-062-1/+7
* pg_dump: Add support for zstd compressionTomas Vondra2023-04-059-49/+703
* Canonicalize ICU locale names to language tags.Jeff Davis2023-04-041-2/+2
* pg_dump: Use only LZ4 frame format for compressionTomas Vondra2023-04-011-211/+343
* Add new predefined role pg_create_subscription.Robert Haas2023-03-302-2/+15
* pg_dump: Fix gzip compression of empty dataTomas Vondra2023-03-292-59/+100
* meson: add install-{quiet, world} targetsAndres Freund2023-03-231-1/+1
* Minor comment improvements for compress_lz4Tomas Vondra2023-03-231-5/+20
* Unify buffer sizes in pg_dump compression APITomas Vondra2023-03-235-25/+21
* Improve type handling in pg_dump's compress file APITomas Vondra2023-03-237-115/+148
* Simplify and speed up pg_dump's creation of parent-table links.Tom Lane2023-03-173-80/+56
* Fix pg_dump for hash partitioning on enum columns.Tom Lane2023-03-176-38/+288
* Allow pg_dump to include/exclude child tables automatically.Tom Lane2023-03-142-94/+531
* Use ICU by default at initdb time.Jeff Davis2023-03-091-1/+1
* meson: tests: Adjust with_icu/ZSTD env vars for pg_dump, pg_basebackupAndres Freund2023-03-081-0/+1
* Allow tailoring of ICU locales with custom rulesPeter Eisentraut2023-03-081-0/+37
* Break up long GETTEXT_FILES listsPeter Eisentraut2023-03-081-7/+19
* Mark options as deprecated in usage outputDaniel Gustafsson2023-03-021-4/+4
* Fix outdated references to guc.cDaniel Gustafsson2023-03-021-1/+1
* Improve wording in pg_dump compression docsTomas Vondra2023-03-012-3/+3
* Fix condition in pg_dump TAP testTomas Vondra2023-03-011-3/+3
* Fix logic buglets in pg_dump's flagInhAttrs().Tom Lane2023-02-282-10/+29
* Disallow NULLS NOT DISTINCT indexes for primary keysDaniel Gustafsson2023-02-241-1/+6
* pg_dump: Remove move "blob" terminologyDaniel Gustafsson2023-02-241-3/+3
* Add LZ4 compression to pg_dumpTomas Vondra2023-02-239-16/+772
* Introduce a generic pg_dump compression APITomas Vondra2023-02-2313-751/+1042
* Prepare pg_dump internals for additional compression methodsTomas Vondra2023-02-234-128/+138
* pg_dump: Remove some dead codePeter Eisentraut2023-02-222-6/+0
* Fix various typos in code and testsMichael Paquier2023-02-092-2/+2
* Remove useless casts to (void *) in arguments of some system functionsPeter Eisentraut2023-02-073-4/+3
* Fix behavior with pg_restore -l and compressed dumpsMichael Paquier2023-01-271-1/+1
* Avoid harmless warning from pg_dump --if-exists mode.Tom Lane2023-01-191-2/+7
* Get rid of the "new" and "old" entries in a view's rangetable.Tom Lane2023-01-181-6/+6
* Remove redundant relkind checkJohn Naylor2023-01-171-2/+1