]> granicus.if.org Git - postgresql/history - src/bin/pg_dump/pg_backup_archiver.c
Dump comments on columns of composite types.
[postgresql] / src / bin / pg_dump / pg_backup_archiver.c
2004-08-04 Tom LaneDump comments on columns of composite types.
2004-07-19 Bruce MomjianHere is another patch that fixes a stack of pg_dump...
2004-07-19 Tom LaneFix incorrect tracking of session authorization in...
2004-07-13 Bruce MomjianChange pg_dump to use ALTER OWNER commands instead...
2004-05-19 Bruce MomjianAdd end-of-dump markers for pg_dump and pg_dumpall.
2004-04-22 Bruce MomjianPlease find attached a small patch so that "pg_restore...
2004-03-24 Bruce MomjianUse the new GUC variable default_with_oids in pg_dump...
2004-03-03 Tom LaneModify pg_dump so that the preferred dump order is...
2004-02-24 Tom LaneCause pg_dump to emit a 'SET client_encoding' command...
2004-01-04 Tom LaneFix ReadOffset() to work correctly when off_t is wider...
2003-12-06 Tom LaneMassive overhaul of pg_dump: make use of dependency...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-10-20 Tom LaneComplain if pg_restore is given both -d and -f options...
2003-10-03 Tom LaneIssue 'SET check_function_bodies = false' to suppress...
2003-09-23 Tom LaneIssue CREATE SCHEMA as the originally connecting user...
2003-09-23 Tom Lanepg_dump/pg_restore now always use SET SESSION AUTHORIZA...
2003-08-28 Tom Lanepg_dump and pg_restore -r had managed to diverge on...
2003-08-04 Bruce Momjianpgindent run.
2003-07-23 Peter EisentrautApply message style guide to frontend programs.
2003-05-14 Tom LaneBackend support for autocommit removed, per recent...
2003-05-03 Tom LaneFix erroneous space calculation leading to core dump...
2003-03-10 Tom LaneThis patch fixes a bunch of spelling mistakes in commen...
2003-03-09 Tom Lanepg_restore failed to restore blobs if -X disable-trigge...
2003-02-14 Bruce MomjianMake pg_dump/restore safer for autocommit=off in postgr...
2003-02-01 Tom LaneCleaner solution to the problem of loading pre-7.3...
2003-01-27 Tom LanePrevent core dump when die_horribly() is called with...
2003-01-13 Hiroshi InoueChange Adjust_lo_type() so that it doesn't cause an...
2003-01-03 Hiroshi InoueAdjust lo type in contrib during pg_restore so that...
2002-11-23 Bruce MomjianThis patch implements FOR EACH STATEMENT triggers,...
2002-10-27 Tom LaneSuppress compile warnings on OS X.
2002-10-25 Bruce MomjianChange to fseeko(), per Philip.
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-10-16 Bruce MomjianMake pg_dump save for autocommit = off.
2002-09-04 Bruce Momjianpgindent run.
2002-08-27 Peter EisentrautReimplement pg_dumpall in C. Currently no change in...
2002-08-20 Peter EisentrautEnable large file support.
2002-08-18 Peter EisentrautMake pg_dump output more portable and more pleasing...
2002-08-10 Peter EisentrautMake sure all clients have the same understanding of...
2002-07-04 Bruce MomjianMore clearly document in pg_dump when we are dealing...
2002-07-04 Bruce MomjianDocument function args are required for pg_restore -P.
2002-07-02 Bruce MomjianThe attached patch fixes 2 memory leaks in pg_dump...
2002-05-29 Tom LaneAnother place that needs schema qualification.
2002-05-29 Tom LaneFix some more not-schema-aware queries in pg_dump....
2002-05-28 Tom LaneRework pg_dump namespace search criteria so that dumpin...
2002-05-10 Tom LaneFirst pass at schema-fying pg_dump/pg_restore. Much...
2002-05-06 Tom LaneCause fmtId to always use its internal buffer for the...
2002-04-24 Bruce MomjianRemove compile warnings for lo dump by casting to char *.
2002-04-24 Bruce MomjianSpeed improvement for large object restore.
2002-02-11 Tom LaneBe more wary about mixed-case database names and user...
2002-02-06 Tom LaneFix failure to reconnect as sequence's owner before...
2002-01-18 Bruce MomjianYou might want to run pg_indent on pg_backup_db.c howev...
2002-01-18 Tom LaneFix pg_restore to handle the 'set max oid' entry correc...
2001-11-08 Tom LaneAdd casts to suppress compiler warnings observed on...
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-11-04 Philip Warner- Fix compiler warning in pg_restore
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-23 Tom LaneForbid the switch combination --clean --create, which...
2001-09-21 Peter EisentrautFor consistency with the rest of PostgreSQL, rename...
2001-08-22 Peter EisentrautAdd option to output SET SESSION AUTHORIZATION commands...
2001-08-19 Peter EisentrautOne more round of translations and slight message tweaks
2001-08-12 Peter EisentrautMake pg_dump handle the new privileges.
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-05-17 Peter EisentrautAdd -U and -W options to pg_dump and friends to support...
2001-05-12 Philip Warner - Don't dump COMMENTs in data-only dumps
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-03-18 Philip WarnerFixed but in _enableTriggersIfNecessary introduced...
2001-03-13 Philip Warner- Use subselect when enabling triggers,
2001-03-06 Philip Warner- Only disable triggers in DataOnly (or implied data...
2001-02-23 Tom LaneFix pg_dump crashes caused by bogus use of va_start...
2001-01-29 Bruce MomjianThe following patch is required for successful compilat...
2001-01-27 Philip WarnerWhen dropping the schema, reconnect as owner of each...
2001-01-12 Philip Warner- Check ntuples == 1 for various SELECT statements.
2000-12-07 Tom LaneSilence compiler warning.
2000-11-13 Bruce MomjianRemove -k unix socketpath option from client side,...
2000-11-13 Bruce MomjianUUNET is looking into offering PostgreSQL as a part...
2000-10-31 Philip WarnerAdded long-standing transaction when restoring BLOBS...
2000-10-22 Philip WarnerUse new datlastsysoid field in pg_database + some clean...
2000-10-13 Philip WarnerFix bug in sequence dumping using new setval function
2000-08-05 Philip Warner- Only disable triggers for the table being loaded
2000-08-01 Philip Warner- Added --create, --no-owner, --superuser, --no-reconne...
2000-07-27 Bruce MomjianSome pedantic compile syntax errors to fix with the...
2000-07-24 Philip Warner- no longer put ACLs at end of dump
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