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
/
pg_backup_directory.c
Commit message (
Expand
)
Author
Age
*
Fix pg_dump's errno checking for zlib I/O
Alvaro Herrera
2017-08-02
*
Sync pg_dump and pg_dumpall output
Andrew Dunstan
2017-03-22
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Rationalize parallel dump/restore's handling of worker cmd/status messages.
Tom Lane
2016-09-27
*
Redesign parallel dump/restore's wait-for-workers logic.
Tom Lane
2016-09-27
*
Redesign handling of SIGTERM/control-C in parallel pg_dump/pg_restore.
Tom Lane
2016-06-02
*
Fix missing abort checks in pg_backup_directory.c.
Tom Lane
2016-05-29
*
pg_dump: Fix inconsistent sscanf() conversions
Peter Eisentraut
2016-02-18
*
Access pg_dump's options structs through Archive struct, not directly.
Tom Lane
2016-01-13
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
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
*
Remove MinGW readdir/errno bug workaround fixed on 2003-10-10
Bruce Momjian
2014-03-21
*
Properly check for readdir/closedir() failures
Bruce Momjian
2014-03-21
*
Remove use of sscanf in pg_upgrade, and add C comment to pg_dump
Bruce Momjian
2014-02-15
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
pg_dump: Formatting cleanup of new messages
Peter Eisentraut
2013-07-11
*
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
*
pg_dump: Simplify mkdir() error checking
Peter Eisentraut
2012-07-20
*
pg_dump: Add missing newlines at end of messages
Peter Eisentraut
2012-06-18
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Message style improvements
Peter Eisentraut
2012-06-07
*
pg_dump: get rid of die_horribly
Alvaro Herrera
2012-03-20
*
pg_restore: Fix memory and file descriptor leak with directory format
Peter Eisentraut
2012-03-16
*
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
*
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-09-01
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Cleanup copyright years and file names in the header comments of some files.
Itagaki Takahiro
2011-03-10
*
Reorder includes to unbreak MSVC
Magnus Hagander
2011-01-23
*
Add 'directory' format to pg_dump. The new directory format is compatible
Heikki Linnakangas
2011-01-23