summaryrefslogtreecommitdiff
path: root/src/bin/pg_dump/pg_backup_tar.c
AgeCommit message (Expand)Author
2017-08-14Final pgindent + perltidy run for v10.Tom Lane
2017-08-03Fix build on zlib-less environmentsAlvaro Herrera
2017-08-02Fix pg_dump's errno checking for zlib I/OAlvaro Herrera
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-03-22Sync pg_dump and pg_dumpall outputAndrew Dunstan
2016-09-27Rationalize parallel dump/restore's handling of worker cmd/status messages.Tom Lane
2016-03-24Create src/fe_utils/, and move stuff into there from pg_dump's dumputils.Tom Lane
2016-01-13Access pg_dump's options structs through Archive struct, not directly.Tom Lane
2015-11-21Adopt the GNU convention for handling tar-archive members exceeding 8GB.Tom Lane
2015-09-20Restrict file mode creation mask during tmpfile().Noah Misch
2015-07-25Restore use of zlib default compression in pg_dump directory mode.Andrew Dunstan
2015-03-11Add macros wrapping all usage of gcc's __attribute__.Andres Freund
2014-10-14pg_dump: Reduce use of global variablesAlvaro Herrera
2014-08-09Small message fixesPeter Eisentraut
2014-05-06Fix improperly passed file descriptorsBruce Momjian
2014-05-06pgindent run for 9.4Bruce Momjian
2014-05-05Properly detect read and write errors in pg_dump/dumpall, and pg_restoreBruce Momjian
2014-02-09Further pg_dump / ftello improvementsStephen Frost
2013-10-24Use improved vsnprintf calling logic in more places.Tom Lane
2013-03-27Move some pg_dump function around.Heikki Linnakangas
2013-03-24Add parallel pg_dump option.Andrew Dunstan
2013-02-12Create libpgcommon, and move pg_malloc et al to itAlvaro Herrera
2013-01-16Get rid of pg_dump's READMEPeter Eisentraut
2013-01-02Move tar function headers to pgtar.hMagnus Hagander
2013-01-01Unify some tar functionality across different partsMagnus Hagander
2012-10-02Standardize naming of malloc/realloc/strdup wrapper functions.Tom Lane
2012-09-29Fix bugs in "restore.sql" script emitted in pg_dump tar output.Tom Lane
2012-09-28Fix tar files emitted by pg_dump and pg_basebackup to be POSIX conformant.Tom Lane
2012-07-25Add translator comments to module namesAlvaro Herrera
2012-06-19pg_dump: Fix verbosity level in LO progress messagesAlvaro Herrera
2012-06-11Fix pg_dump output to a named tar-file archive.Tom Lane
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-05-29Rewrite --section option to decouple it from --schema-only/--data-only.Tom Lane
2012-03-20pg_dump: get rid of die_horriblyAlvaro Herrera
2012-03-02Fix incorrect uses of gzFilePeter Eisentraut
2012-02-16Invent on_exit_nicely for pg_dump.Robert Haas
2011-11-26Move pg_dump memory routines into pg_dumpmem.c/h and restore common.cBruce Momjian
2011-11-25Modify pg_dump to use error-free memory allocation macros. This avoidsBruce Momjian
2011-09-11Remove many -Wcast-qual warningsPeter Eisentraut
2011-09-10Add missing format attributesPeter Eisentraut
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2011-01-23Add 'directory' format to pg_dump. The new directory format is compatibleHeikki Linnakangas
2010-10-29Fix comparisons of pointers with zero to compare with NULL instead.Tom Lane
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-02-26pgindent run for 9.0Bruce Momjian
2010-02-23Minor style policing for error messages in pg_dump tar code. Notably, changeTom Lane
2010-01-07Remove all the special-case code for INT64_IS_BUSTED, per decision thatTom Lane
2009-07-21Make pg_dump/pg_restore --clean options drop large objects too.Tom Lane
2009-06-04Remove a couple of debugging messages that have been #ifdef'd out for ages.Tom Lane