summaryrefslogtreecommitdiff
path: root/src/bin/pg_dump
AgeCommit message (Expand)Author
2016-05-09Translation updatesPeter Eisentraut
2016-04-13Fix pg_dump so pg_upgrade'ing an extension with simple opfamilies works.Tom Lane
2016-03-28Translation updatesPeter Eisentraut
2016-02-08Translation updatesPeter Eisentraut
2016-02-04In pg_dump, ensure that view triggers are processed after view rules.Tom Lane
2016-01-13Handle extension members when first setting object dump flags in pg_dump.Tom Lane
2016-01-03Teach pg_dump to quote reloption values safely.Tom Lane
2015-11-22Adopt the GNU convention for handling tar-archive members exceeding 8GB.Tom Lane
2015-10-05Translation updatesPeter Eisentraut
2015-10-01Fix pg_dump to handle inherited NOT VALID check constraints correctly.Tom Lane
2015-09-21Restrict file mode creation mask during tmpfile().Noah Misch
2015-09-11pg_dump, pg_upgrade: allow postgres/template1 tablespace movesBruce Momjian
2015-08-11Fix privilege dumping from servers too old to have that type of privilege.Tom Lane
2015-08-04Fix pg_dump to dump shell types.Tom Lane
2015-07-25Restore use of zlib default compression in pg_dump directory mode.Andrew Dunstan
2015-07-12Fix assorted memory leaks.Tom Lane
2015-05-18Translation updatesPeter Eisentraut
2015-03-02Fix pg_dump handling of extension config tablesStephen Frost
2015-02-18Fix failure to honor -Z compression level option in pg_dump -Fd.Tom Lane
2015-02-12pg_upgrade: preserve freeze info for postgres/template1 dbsBruce Momjian
2015-02-11Fix more memory leaks in failure path in buildACLCommands.Tom Lane
2015-02-11Fix pg_dump's heuristic for deciding which casts to dump.Tom Lane
2015-02-02Translation updatesPeter Eisentraut
2015-01-18Fix use of already freed memory when dumping a database's security label.Andres Freund
2014-11-13Fix pg_dumpall to restore its ability to dump from ancient servers.Tom Lane
2014-10-17Fix core dump in pg_dump --binary-upgrade on zero-column composite type.Tom Lane
2014-09-26Fix identify_locking_dependencies for schema-only dumps.Robert Haas
2014-07-25Fix a performance problem in pg_dump's dump order selection logic.Tom Lane
2014-06-13Fix pg_restore's processing of old-style BLOB COMMENTS data.Tom Lane
2014-05-06Remove tabs after spaces in C commentsBruce Momjian
2013-12-29Don't attempt to limit target database for pg_restore.Kevin Grittner
2013-12-02Translation updatesPeter Eisentraut
2013-11-30Fix pg_dumpall to work for databases flagged as read-only.Kevin Grittner
2013-10-07Translation updatesPeter Eisentraut
2013-06-27Mark index-constraint comments with correct dependency in pg_dump.Tom Lane
2013-06-25Properly dump dropped foreign table cols in binary-upgrade mode.Andrew Dunstan
2013-06-15Fix pg_restore -l with the directory archive to display the correct format name.Fujii Masao
2013-06-10Fix ordering of obj id for Rules and EventTriggers in pg_dump.Joe Conway
2013-04-26Ensure that user created rows in extension tables get dumped if the table is ...Joe Conway
2013-04-01Translation updatesPeter Eisentraut
2013-03-31Translation updatesAlvaro Herrera
2013-03-29Must check indisready not just indisvalid when dumping from 9.2 server.Tom Lane
2013-03-26Ignore invalid indexes in pg_dump.Tom Lane
2013-02-20Fix pg_dumpall with database names containing =Heikki Linnakangas
2013-02-20Don't pass NULL to fprintf, if a bogus connection string is given to pg_dump.Heikki Linnakangas
2013-02-04Translation updatesPeter Eisentraut
2013-01-25Make pg_dump exclude unlogged table data on hot standby slavesMagnus Hagander
2012-12-09Fix assorted bugs in privileges-for-types patch.Tom Lane
2012-12-03Translation updatesPeter Eisentraut
2012-10-26In pg_dump, dump SEQUENCE SET items in the data not pre-data section.Tom Lane