index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
/
pg_dump
/
pg_backup_tar.c
Age
Commit message (
Expand
)
Author
2017-08-14
Final pgindent + perltidy run for v10.
Tom Lane
2017-08-03
Fix build on zlib-less environments
Alvaro Herrera
2017-08-02
Fix pg_dump's errno checking for zlib I/O
Alvaro Herrera
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-03-22
Sync pg_dump and pg_dumpall output
Andrew Dunstan
2016-09-27
Rationalize parallel dump/restore's handling of worker cmd/status messages.
Tom Lane
2016-03-24
Create src/fe_utils/, and move stuff into there from pg_dump's dumputils.
Tom Lane
2016-01-13
Access pg_dump's options structs through Archive struct, not directly.
Tom Lane
2015-11-21
Adopt the GNU convention for handling tar-archive members exceeding 8GB.
Tom Lane
2015-09-20
Restrict file mode creation mask during tmpfile().
Noah Misch
2015-07-25
Restore use of zlib default compression in pg_dump directory mode.
Andrew Dunstan
2015-03-11
Add macros wrapping all usage of gcc's __attribute__.
Andres Freund
2014-10-14
pg_dump: Reduce use of global variables
Alvaro Herrera
2014-08-09
Small message fixes
Peter Eisentraut
2014-05-06
Fix improperly passed file descriptors
Bruce Momjian
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-05-05
Properly detect read and write errors in pg_dump/dumpall, and pg_restore
Bruce Momjian
2014-02-09
Further pg_dump / ftello improvements
Stephen Frost
2013-10-24
Use improved vsnprintf calling logic in more places.
Tom Lane
2013-03-27
Move some pg_dump function around.
Heikki Linnakangas
2013-03-24
Add parallel pg_dump option.
Andrew Dunstan
2013-02-12
Create libpgcommon, and move pg_malloc et al to it
Alvaro Herrera
2013-01-16
Get rid of pg_dump's README
Peter Eisentraut
2013-01-02
Move tar function headers to pgtar.h
Magnus Hagander
2013-01-01
Unify some tar functionality across different parts
Magnus Hagander
2012-10-02
Standardize naming of malloc/realloc/strdup wrapper functions.
Tom Lane
2012-09-29
Fix bugs in "restore.sql" script emitted in pg_dump tar output.
Tom Lane
2012-09-28
Fix tar files emitted by pg_dump and pg_basebackup to be POSIX conformant.
Tom Lane
2012-07-25
Add translator comments to module names
Alvaro Herrera
2012-06-19
pg_dump: Fix verbosity level in LO progress messages
Alvaro Herrera
2012-06-11
Fix pg_dump output to a named tar-file archive.
Tom Lane
2012-06-10
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-05-29
Rewrite --section option to decouple it from --schema-only/--data-only.
Tom Lane
2012-03-20
pg_dump: get rid of die_horribly
Alvaro Herrera
2012-03-02
Fix incorrect uses of gzFile
Peter Eisentraut
2012-02-16
Invent on_exit_nicely for pg_dump.
Robert Haas
2011-11-26
Move pg_dump memory routines into pg_dumpmem.c/h and restore common.c
Bruce Momjian
2011-11-25
Modify pg_dump to use error-free memory allocation macros. This avoids
Bruce Momjian
2011-09-11
Remove many -Wcast-qual warnings
Peter Eisentraut
2011-09-10
Add missing format attributes
Peter Eisentraut
2011-04-10
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-01-23
Add 'directory' format to pg_dump. The new directory format is compatible
Heikki Linnakangas
2010-10-29
Fix comparisons of pointers with zero to compare with NULL instead.
Tom Lane
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-02-26
pgindent run for 9.0
Bruce Momjian
2010-02-23
Minor style policing for error messages in pg_dump tar code. Notably, change
Tom Lane
2010-01-07
Remove all the special-case code for INT64_IS_BUSTED, per decision that
Tom Lane
2009-07-21
Make pg_dump/pg_restore --clean options drop large objects too.
Tom Lane
2009-06-04
Remove a couple of debugging messages that have been #ifdef'd out for ages.
Tom Lane
[next]