]> granicus.if.org Git - postgresql/history - src/bin/pg_dump/pg_backup_custom.c
Fix typo in comment
[postgresql] / src / bin / pg_dump / pg_backup_custom.c
2018-03-29 Magnus HaganderFix typo in comment
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-06-21 Tom LaneInitial pgindent run with pg_bsd_indent version 2.0.
2017-03-22 Andrew DunstanSync pg_dump and pg_dumpall output
2017-02-06 Heikki LinnakangasFix typos in comments.
2016-09-27 Tom LaneRationalize parallel dump/restore's handling of worker...
2016-09-27 Tom LaneRedesign parallel dump/restore's wait-for-workers logic.
2016-02-19 Peter Eisentrautpg_dump: Fix inconsistent sscanf() conversions
2016-01-13 Tom LaneAccess pg_dump's options structs through Archive struct...
2014-10-14 Alvaro Herrerapg_dump: Reduce use of global variables
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-05-06 Bruce MomjianProperly detect read and write errors in pg_dump/dumpal...
2014-05-05 Tom LaneFix case of pg_dump -Fc to an unseekable file (such...
2014-02-09 Stephen FrostFocus on ftello result < 0 instead of errno
2014-02-09 Stephen FrostMinor pg_dump improvements
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
2012-10-02 Tom LaneStandardize naming of malloc/realloc/strdup wrapper...
2012-07-25 Alvaro HerreraAdd translator comments to module names
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-04-24 Robert HaasLots of doc corrections.
2012-03-27 Peter Eisentrautpg_dump: Small message adjustment for consistency
2012-03-20 Alvaro Herrerapg_dump: get rid of die_horribly
2011-11-29 Bruce MomjianSimplify the pg_dump/pg_restore error reporting macros...
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-08-29 Tom LaneBe more user-friendly about unsupported cases for paral...
2011-04-11 Peter EisentrautClean up most -Wunused-but-set-variable warnings from...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2010-12-03 Heikki LinnakangasRemove misleading comments. Move _Clone and _DeClone...
2010-12-02 Heikki LinnakangasRefactor the pg_dump zlib code from pg_backup_custom...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-07-06 Bruce Momjianpgindent run for 9.0, second run
2010-06-28 Tom LaneImprove pg_dump's checkSeek() function to verify the...
2010-06-27 Tom LaneFix pg_restore so parallel restore doesn't fail when...
2009-08-24 Alvaro HerreraRemove unused variable.
2009-07-21 Tom LaneMake pg_dump/pg_restore --clean options drop large...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-02-02 Andrew DunstanProvide for parallel restoration from a custom format...
2007-10-28 Tom LaneMake pg_dump and friends consistently report both the...
2007-08-06 Tom LaneFix pg_restore to guard against unexpected EOF while...
2007-03-18 Neil ConwayCode cleanup: mark some variables with the "const"...
2007-02-19 Magnus HaganderFix pg_dump on win32 to properly dump files larger...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-05-22 Peter EisentrautAdd strerror to pg_dump error messages where missing.
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-09-24 Tom LaneSuppress signed-vs-unsigned-char warnings.
2005-06-21 Tom Lanepg_dump can now dump large objects even in plain-text...
2005-01-25 Tom LaneFix breakage created by addition of separate 'acl pass...
2004-03-03 Tom LaneModify pg_dump so that the preferred dump order is...
2003-12-06 Tom LaneMassive overhaul of pg_dump: make use of dependency...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-10-08 Bruce MomjianUse calloc() to allocate empty structures.
2003-08-04 Bruce Momjianpgindent run.
2003-07-23 Peter EisentrautApply message style guide to frontend programs.
2002-10-25 Bruce MomjianAllow fseeko in pg_dump only if fseeko() will work...
2002-10-22 Bruce MomjianAllow 8-byte off_t to properly pg_dump, from Philip...
2002-09-04 Bruce Momjianpgindent run.
2002-08-20 Peter EisentrautEnable large file support.
2002-05-29 Tom LaneFix some more not-schema-aware queries in pg_dump....
2002-04-24 Bruce MomjianSpeed improvement for large object restore.
2001-11-27 Tom LaneFix nasty memory leak in pg_restore: _PrintData called...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-09-21 Peter EisentrautFor consistency with the rest of PostgreSQL, rename...
2001-08-19 Peter EisentrautOne more round of translations and slight message tweaks
2001-07-03 Peter EisentrautMore message munging and localization for pg_dump,...
2001-06-27 Peter EisentrautNational language support for pg_dump and pg_restore...
2001-04-25 Philip Warner- Fixed CONSTRAINT TRIGGER dump to record tgconstrelid...
2001-04-01 Philip WarnerPatch to put rudimentary dependency support into pg_dum...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-03-19 Philip Warner - Added CVS headers to files
2001-03-18 Tom LaneFix coredump due to writing one more byte than we'd...
2001-02-10 Tom LaneRestructure the key include files per recent pghackers...
2001-01-12 Philip Warner- Check ntuples == 1 for various SELECT statements.
2000-10-31 Philip WarnerAdded long-standing transaction when restoring BLOBS...
2000-07-21 Philip Warner- Support for BLOB output from pg_dump and input via...
2000-07-06 Jan WieckPlease find attached a patch for the pg_dump directory...
2000-07-04 Bruce Momjianpg_dump patch from Philip Warner