]> granicus.if.org Git - postgresql/history - src/bin/pg_dump/pg_backup_tar.c
Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjust
[postgresql] / src / bin / pg_dump / pg_backup_tar.c
2009-07-21 Tom LaneMake pg_dump/pg_restore --clean options drop large...
2009-06-04 Tom LaneRemove a couple of debugging messages that have been...
2009-03-26 Peter EisentrautGettext plural support
2009-02-02 Andrew DunstanProvide for parallel restoration from a custom format...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-10-28 Tom LaneMake pg_dump and friends consistently report both the...
2007-08-29 Tom LaneFix aboriginal bug in _tarAddFile(): when complaining...
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-11-01 Tom Lanepg_restore failed on tar-format archives if they contai...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-06-27 Bruce MomjianFix for recent Win32 pg_dump tar temp file patch.
2006-06-27 Bruce MomjianOn Win32, use loop to create pg_dump temporary tar...
2006-06-07 Bruce MomjianPrepare code to be built by MSVC:
2006-05-22 Peter EisentrautAdd strerror to pg_dump error messages where missing.
2006-02-12 Bruce MomjianAdd MSVC support for utility commands and pg_dump.
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-06-22 Neil ConwayCorrect some code in pg_restore when reading the header...
2005-01-25 Tom LaneFix breakage created by addition of separate 'acl pass...
2004-11-29 Bruce MomjianAdd comment explaining possible compiler warning:
2004-10-07 Bruce MomjianAdjust comments previously moved to column 1 by pgident.
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-05-07 Tom LaneSolve the 'Turkish problem' with undesirable locale...
2004-03-03 Tom LaneModify pg_dump so that the preferred dump order is...
2003-12-08 Tom LaneWork around naming conflict between zlib and OpenSSL...
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.
2003-03-20 Bruce MomjianAdd start time to pg_stat_activity
2003-02-01 Tom LaneChanges of 6-Sep-02 broke pg_restore's ability to recog...
2003-01-10 Tom LaneAdd missing <limits.h> for INT64_IS_BUSTED case.
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-10 Tom LaneFix portability problem (size_t != int).
2002-09-06 Peter EisentrautMake sure the pg_dump tar archiver can handle members...
2002-09-04 Bruce Momjianpgindent run.
2002-09-03 Peter EisentrautWorkaround for format strings that are concatenated...
2002-08-28 Bruce Momjianbackend where a statically sized buffer is written...
2002-08-20 Peter EisentrautEnable large file support.
2002-07-04 Bruce MomjianMore clearly document in pg_dump when we are dealing...
2002-05-29 Tom LaneFix some more not-schema-aware queries in pg_dump....
2002-05-10 Tom LaneFirst pass at schema-fying pg_dump/pg_restore. Much...
2002-04-24 Bruce MomjianSpeed improvement for large object restore.
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
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-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-14 Philip Warner- Get view OID based on rule OID not base table OID
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-02-23 Tom LaneFix pg_dump crashes caused by bogus use of va_start...
2001-02-13 Philip Warner- Fix help output: replace 'f' with 't' and change...
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-12-03 Tom LaneEnsure that all uses of <ctype.h> functions are applied...
2000-10-31 Philip WarnerAdded long-standing transaction when restoring BLOBS...
2000-10-25 Philip WarnerFinal (?) fix for tar (null block at end)
2000-10-24 Philip WarnerVarious fixes to TAR header format
2000-08-01 Philip Warner- Added --create, --no-owner, --superuser, --no-reconne...
2000-07-21 Philip Warner- Support for TAR output