aboutsummaryrefslogtreecommitdiff
path: root/src/bin/pg_dump/compress_io.c
Commit message (Expand)AuthorAge
* Redesign handling of SIGTERM/control-C in parallel pg_dump/pg_restore.Tom Lane2016-06-02
* Fix typos.Robert Haas2016-03-15
* Update copyright for 2016Bruce Momjian2016-01-02
* Restore use of zlib default compression in pg_dump directory mode.Andrew Dunstan2015-07-25
* Fix failure to honor -Z compression level option in pg_dump -Fd.Tom Lane2015-02-18
* Update copyright for 2015Bruce Momjian2015-01-06
* pg_dump: Reduce use of global variablesAlvaro Herrera2014-10-14
* pgindent run for 9.4Bruce Momjian2014-05-06
* Properly detect read and write errors in pg_dump/dumpall, and pg_restoreBruce Momjian2014-05-05
* Update copyright for 2014Bruce Momjian2014-01-07
* Replace pg_asprintf() with psprintf().Tom Lane2013-10-22
* Add use of asprintf()Peter Eisentraut2013-10-13
* 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
* Update copyrights for 2013Bruce Momjian2013-01-01
* Standardize naming of malloc/realloc/strdup wrapper functions.Tom Lane2012-10-02
* Add translator comments to module namesAlvaro Herrera2012-07-25
* Message style improvementsPeter Eisentraut2012-06-07
* pg_dump: get rid of die_horriblyAlvaro Herrera2012-03-20
* Invent on_exit_nicely for pg_dump.Robert Haas2012-02-16
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* 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
* Avoid compiler warning when building without zlibPeter Eisentraut2011-05-29
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Add 'directory' format to pg_dump. The new directory format is compatibleHeikki Linnakangas2011-01-23
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Move private struct declaration to compress_io.cAlvaro Herrera2010-12-02
* Remove trailing whitespaceAlvaro Herrera2010-12-02
* Silence compilerAlvaro Herrera2010-12-02
* Refactor the pg_dump zlib code from pg_backup_custom.c to a separate file,Heikki Linnakangas2010-12-02