]> granicus.if.org Git - postgresql/history - src/bin/pg_dump/pg_backup_custom.c
Modify pg_dump to use error-free memory allocation macros. This avoids
[postgresql] / src / bin / pg_dump / pg_backup_custom.c
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