]> granicus.if.org Git - postgresql/history - src/bin/pg_dump/pg_backup_directory.c
Properly check for readdir/closedir() failures
[postgresql] / src / bin / pg_dump / pg_backup_directory.c
2014-03-21 Bruce MomjianProperly check for readdir/closedir() failures
2014-02-15 Bruce MomjianRemove use of sscanf in pg_upgrade, and add C comment...
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-07-12 Peter Eisentrautpg_dump: Formatting cleanup of new messages
2013-03-27 Heikki LinnakangasMove some pg_dump function around.
2013-03-24 Andrew DunstanAdd parallel pg_dump option.
2013-02-12 Alvaro HerreraCreate libpgcommon, and move pg_malloc et al to it
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-10-02 Tom LaneStandardize naming of malloc/realloc/strdup wrapper...
2012-07-25 Alvaro HerreraAdd translator comments to module names
2012-07-20 Peter Eisentrautpg_dump: Simplify mkdir() error checking
2012-06-18 Peter Eisentrautpg_dump: Add missing newlines at end of messages
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-06-07 Peter EisentrautMessage style improvements
2012-03-20 Alvaro Herrerapg_dump: get rid of die_horribly
2012-03-16 Peter Eisentrautpg_restore: Fix memory and file descriptor leak with...
2012-02-16 Robert HaasInvent on_exit_nicely for pg_dump.
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-11-27 Bruce MomjianMove pg_dump memory routines into pg_dumpmem.c/h and...
2011-11-25 Bruce MomjianModify pg_dump to use error-free memory allocation...
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-03-10 Itagaki TakahiroCleanup copyright years and file names in the header...
2011-01-23 Magnus HaganderReorder includes to unbreak MSVC
2011-01-23 Heikki LinnakangasAdd 'directory' format to pg_dump. The new directory...