aboutsummaryrefslogtreecommitdiff
path: root/src/bin/pg_dump/pg_backup_tar.c
Commit message (Expand)AuthorAge
* Handle close() failures more robustly in pg_dump and pg_basebackup.Tom Lane2021-11-17
* Fix pg_restore's misdesigned code for detecting archive file format.Tom Lane2021-04-01
* Check for fseeko() failure in pg_dump's _tarAddFile().Tom Lane2020-08-09
* Remove redundant newlines from error messagesPeter Eisentraut2019-07-02
* Fix typos.Thomas Munro2019-05-24
* Initial pgindent run for v12.Tom Lane2019-05-22
* Unified logging system for command-line programsPeter Eisentraut2019-04-01
* Implement %m in src/port/snprintf.c, and teach elog.c to rely on that.Tom Lane2018-09-26
* Fix more format truncation issuesPeter Eisentraut2018-03-15
* Final pgindent + perltidy run for v10.Tom Lane2017-08-14
* Fix build on zlib-less environmentsAlvaro Herrera2017-08-03
* Fix pg_dump's errno checking for zlib I/OAlvaro Herrera2017-08-02
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Sync pg_dump and pg_dumpall outputAndrew Dunstan2017-03-22
* Rationalize parallel dump/restore's handling of worker cmd/status messages.Tom Lane2016-09-27
* Create src/fe_utils/, and move stuff into there from pg_dump's dumputils.Tom Lane2016-03-24
* Access pg_dump's options structs through Archive struct, not directly.Tom Lane2016-01-13
* Adopt the GNU convention for handling tar-archive members exceeding 8GB.Tom Lane2015-11-21
* Restrict file mode creation mask during tmpfile().Noah Misch2015-09-20
* Restore use of zlib default compression in pg_dump directory mode.Andrew Dunstan2015-07-25
* Add macros wrapping all usage of gcc's __attribute__.Andres Freund2015-03-11
* pg_dump: Reduce use of global variablesAlvaro Herrera2014-10-14
* Small message fixesPeter Eisentraut2014-08-09
* Fix improperly passed file descriptorsBruce Momjian2014-05-06
* pgindent run for 9.4Bruce Momjian2014-05-06
* Properly detect read and write errors in pg_dump/dumpall, and pg_restoreBruce Momjian2014-05-05
* Further pg_dump / ftello improvementsStephen Frost2014-02-09
* Use improved vsnprintf calling logic in more places.Tom Lane2013-10-24
* Move some pg_dump function around.Heikki Linnakangas2013-03-27
* Add parallel pg_dump option.Andrew Dunstan2013-03-24
* Create libpgcommon, and move pg_malloc et al to itAlvaro Herrera2013-02-12
* Get rid of pg_dump's READMEPeter Eisentraut2013-01-16
* Move tar function headers to pgtar.hMagnus Hagander2013-01-02
* Unify some tar functionality across different partsMagnus Hagander2013-01-01
* Standardize naming of malloc/realloc/strdup wrapper functions.Tom Lane2012-10-02
* Fix bugs in "restore.sql" script emitted in pg_dump tar output.Tom Lane2012-09-29
* Fix tar files emitted by pg_dump and pg_basebackup to be POSIX conformant.Tom Lane2012-09-28
* Add translator comments to module namesAlvaro Herrera2012-07-25
* pg_dump: Fix verbosity level in LO progress messagesAlvaro Herrera2012-06-19
* Fix pg_dump output to a named tar-file archive.Tom Lane2012-06-11
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Rewrite --section option to decouple it from --schema-only/--data-only.Tom Lane2012-05-29
* pg_dump: get rid of die_horriblyAlvaro Herrera2012-03-20
* Fix incorrect uses of gzFilePeter Eisentraut2012-03-02
* Invent on_exit_nicely for pg_dump.Robert Haas2012-02-16
* Move pg_dump memory routines into pg_dumpmem.c/h and restore common.cBruce Momjian2011-11-26
* Modify pg_dump to use error-free memory allocation macros. This avoidsBruce Momjian2011-11-25
* Remove many -Wcast-qual warningsPeter Eisentraut2011-09-11
* Add missing format attributesPeter Eisentraut2011-09-10