summaryrefslogtreecommitdiff
path: root/src/bin/pg_dump/pg_backup_directory.c
Commit message (Expand)AuthorAgeFilesLines
* pgindent run for 9.4Bruce Momjian2014-05-061-4/+4
* Properly detect read and write errors in pg_dump/dumpall, and pg_restoreBruce Momjian2014-05-051-27/+24
* Remove MinGW readdir/errno bug workaround fixed on 2003-10-10Bruce Momjian2014-03-211-6/+0
* Properly check for readdir/closedir() failuresBruce Momjian2014-03-211-2/+15
* Remove use of sscanf in pg_upgrade, and add C comment to pg_dumpBruce Momjian2014-02-151-0/+1
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* pg_dump: Formatting cleanup of new messagesPeter Eisentraut2013-07-111-1/+1
* Move some pg_dump function around.Heikki Linnakangas2013-03-271-1/+1
* Add parallel pg_dump option.Andrew Dunstan2013-03-241-20/+244
* Create libpgcommon, and move pg_malloc et al to itAlvaro Herrera2013-02-121-1/+0
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Standardize naming of malloc/realloc/strdup wrapper functions.Tom Lane2012-10-021-3/+3
* Add translator comments to module namesAlvaro Herrera2012-07-251-0/+1
* pg_dump: Simplify mkdir() error checkingPeter Eisentraut2012-07-201-32/+3
* pg_dump: Add missing newlines at end of messagesPeter Eisentraut2012-06-181-2/+2
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-7/+7
* Message style improvementsPeter Eisentraut2012-06-071-3/+3
* pg_dump: get rid of die_horriblyAlvaro Herrera2012-03-201-28/+28
* pg_restore: Fix memory and file descriptor leak with directory formatPeter Eisentraut2012-03-161-0/+3
* Invent on_exit_nicely for pg_dump.Robert Haas2012-02-161-8/+9
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Move pg_dump memory routines into pg_dumpmem.c/h and restore common.cBruce Momjian2011-11-261-1/+1
* Modify pg_dump to use error-free memory allocation macros. This avoidsBruce Momjian2011-11-251-17/+8
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-011-1/+0
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-34/+39
* Cleanup copyright years and file names in the header comments of some files.Itagaki Takahiro2011-03-101-1/+1
* Reorder includes to unbreak MSVCMagnus Hagander2011-01-231-3/+3
* Add 'directory' format to pg_dump. The new directory format is compatibleHeikki Linnakangas2011-01-231-0/+678