index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
/
pg_dump
/
compress_io.c
Commit message (
Expand
)
Author
Age
*
Redesign handling of SIGTERM/control-C in parallel pg_dump/pg_restore.
Tom Lane
2016-06-02
*
Fix typos.
Robert Haas
2016-03-15
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Restore use of zlib default compression in pg_dump directory mode.
Andrew Dunstan
2015-07-25
*
Fix failure to honor -Z compression level option in pg_dump -Fd.
Tom Lane
2015-02-18
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
pg_dump: Reduce use of global variables
Alvaro Herrera
2014-10-14
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Properly detect read and write errors in pg_dump/dumpall, and pg_restore
Bruce Momjian
2014-05-05
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Replace pg_asprintf() with psprintf().
Tom Lane
2013-10-22
*
Add use of asprintf()
Peter Eisentraut
2013-10-13
*
Move some pg_dump function around.
Heikki Linnakangas
2013-03-27
*
Add parallel pg_dump option.
Andrew Dunstan
2013-03-24
*
Create libpgcommon, and move pg_malloc et al to it
Alvaro Herrera
2013-02-12
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Standardize naming of malloc/realloc/strdup wrapper functions.
Tom Lane
2012-10-02
*
Add translator comments to module names
Alvaro Herrera
2012-07-25
*
Message style improvements
Peter Eisentraut
2012-06-07
*
pg_dump: get rid of die_horribly
Alvaro Herrera
2012-03-20
*
Invent on_exit_nicely for pg_dump.
Robert Haas
2012-02-16
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Move pg_dump memory routines into pg_dumpmem.c/h and restore common.c
Bruce Momjian
2011-11-26
*
Modify pg_dump to use error-free memory allocation macros. This avoids
Bruce Momjian
2011-11-25
*
Avoid compiler warning when building without zlib
Peter Eisentraut
2011-05-29
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Add 'directory' format to pg_dump. The new directory format is compatible
Heikki Linnakangas
2011-01-23
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Move private struct declaration to compress_io.c
Alvaro Herrera
2010-12-02
*
Remove trailing whitespace
Alvaro Herrera
2010-12-02
*
Silence compiler
Alvaro Herrera
2010-12-02
*
Refactor the pg_dump zlib code from pg_backup_custom.c to a separate file,
Heikki Linnakangas
2010-12-02