summaryrefslogtreecommitdiff
path: root/src/bin/pg_dump/pg_backup_tar.c
Commit message (Expand)AuthorAgeFilesLines
* Sync pg_dump and pg_dumpall outputAndrew Dunstan2017-03-221-0/+5
* Rationalize parallel dump/restore's handling of worker cmd/status messages.Tom Lane2016-09-271-3/+0
* Create src/fe_utils/, and move stuff into there from pg_dump's dumputils.Tom Lane2016-03-241-0/+1
* Access pg_dump's options structs through Archive struct, not directly.Tom Lane2016-01-131-15/+19
* Adopt the GNU convention for handling tar-archive members exceeding 8GB.Tom Lane2015-11-211-30/+20
* Restrict file mode creation mask during tmpfile().Noah Misch2015-09-201-0/+12
* Restore use of zlib default compression in pg_dump directory mode.Andrew Dunstan2015-07-251-7/+0
* Add macros wrapping all usage of gcc's __attribute__.Andres Freund2015-03-111-1/+1
* pg_dump: Reduce use of global variablesAlvaro Herrera2014-10-141-5/+4
* Small message fixesPeter Eisentraut2014-08-091-1/+1
* Fix improperly passed file descriptorsBruce Momjian2014-05-061-3/+3
* pgindent run for 9.4Bruce Momjian2014-05-061-2/+2
* Properly detect read and write errors in pg_dump/dumpall, and pg_restoreBruce Momjian2014-05-051-35/+48
* Further pg_dump / ftello improvementsStephen Frost2014-02-091-14/+3
* Use improved vsnprintf calling logic in more places.Tom Lane2013-10-241-22/+22
* Move some pg_dump function around.Heikki Linnakangas2013-03-271-1/+2
* Add parallel pg_dump option.Andrew Dunstan2013-03-241-1/+7
* Create libpgcommon, and move pg_malloc et al to itAlvaro Herrera2013-02-121-1/+0
* Get rid of pg_dump's READMEPeter Eisentraut2013-01-161-1/+4
* Move tar function headers to pgtar.hMagnus Hagander2013-01-021-0/+1
* Unify some tar functionality across different partsMagnus Hagander2013-01-011-102/+3
* Standardize naming of malloc/realloc/strdup wrapper functions.Tom Lane2012-10-021-5/+5
* Fix bugs in "restore.sql" script emitted in pg_dump tar output.Tom Lane2012-09-291-47/+35
* Fix tar files emitted by pg_dump and pg_basebackup to be POSIX conformant.Tom Lane2012-09-281-34/+53
* Add translator comments to module namesAlvaro Herrera2012-07-251-0/+1
* pg_dump: Fix verbosity level in LO progress messagesAlvaro Herrera2012-06-191-1/+1
* Fix pg_dump output to a named tar-file archive.Tom Lane2012-06-111-0/+1
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-6/+6
* Rewrite --section option to decouple it from --schema-only/--data-only.Tom Lane2012-05-291-2/+8
* pg_dump: get rid of die_horriblyAlvaro Herrera2012-03-201-41/+41
* Fix incorrect uses of gzFilePeter Eisentraut2012-03-021-7/+4
* Invent on_exit_nicely for pg_dump.Robert Haas2012-02-161-11/+13
* Move pg_dump memory routines into pg_dumpmem.c/h and restore common.cBruce Momjian2011-11-261-1/+1
* Modify pg_dump to use error-free memory allocation macros. This avoidsBruce Momjian2011-11-251-15/+12
* Remove many -Wcast-qual warningsPeter Eisentraut2011-09-111-3/+3
* Add missing format attributesPeter Eisentraut2011-09-101-1/+1
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-1/+1
* Add 'directory' format to pg_dump. The new directory format is compatibleHeikki Linnakangas2011-01-231-1/+5
* Fix comparisons of pointers with zero to compare with NULL instead.Tom Lane2010-10-291-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* pgindent run for 9.0Bruce Momjian2010-02-261-4/+4
* Minor style policing for error messages in pg_dump tar code. Notably, changeTom Lane2010-02-231-20/+21
* Remove all the special-case code for INT64_IS_BUSTED, per decision thatTom Lane2010-01-071-6/+2
* Make pg_dump/pg_restore --clean options drop large objects too.Tom Lane2009-07-211-2/+2
* Remove a couple of debugging messages that have been #ifdef'd out for ages.Tom Lane2009-06-041-8/+1
* Gettext plural supportPeter Eisentraut2009-03-261-3/+7
* Provide for parallel restoration from a custom format archive. Each data andAndrew Dunstan2009-02-021-2/+4
* pgindent run for 8.3.Bruce Momjian2007-11-151-6/+7
* Make pg_dump and friends consistently report both the filename and theTom Lane2007-10-281-10/+23
* Fix aboriginal bug in _tarAddFile(): when complaining that the amount of dataTom Lane2007-08-291-11/+13