]> granicus.if.org Git - postgresql/history - src/bin/pg_dump/pg_backup_archiver.h
Fix a few macro definitions to ensure that unary minus is enclosed in
[postgresql] / src / bin / pg_dump / pg_backup_archiver.h
2005-07-27 Neil ConwayFix a few macro definitions to ensure that unary minus...
2005-06-21 Tom Lanepg_dump can now dump large objects even in plain-text...
2005-05-25 Bruce MomjianAdd parentheses to macros when args are used in computa...
2005-01-25 Tom LaneFix breakage created by addition of separate 'acl pass...
2004-11-06 Tom LaneUpdate pg_dump to use SET DEFAULT_TABLESPACE instead...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-20 Bruce MomjianThey are two different problems; the TOC entry is impor...
2004-08-20 Bruce MomjianThis patch allows pg_restore to recognize $-quotes...
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-02-24 Tom LaneCause pg_dump to emit a 'SET client_encoding' command...
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-03 Tom LaneIssue 'SET check_function_bodies = false' to suppress...
2003-08-04 Bruce Momjianpgindent run.
2003-02-01 Tom LaneChanges of 6-Sep-02 broke pg_restore's ability to recog...
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-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-05-10 Tom LaneFirst pass at schema-fying pg_dump/pg_restore. Much...
2002-04-24 Bruce MomjianSpeed improvement for large object restore.
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-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-08-22 Peter EisentrautAdd option to output SET SESSION AUTHORIZATION commands...
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-04 Philip WarnerDon't dump CHECK constraints with same source and names...
2001-04-03 Philip Warner- Handle overridden attrs as per discussions 2-Apr...
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-06 Philip Warner- Only disable triggers in DataOnly (or implied data...
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-28 Philip WarnerUsed LEFT OUTER JOIN for various queries
2001-01-27 Philip WarnerWhen dropping the schema, reconnect as owner of each...
2001-01-12 Philip WarnerFixed handling of renamed columns in PK constraints
2001-01-12 Philip Warner- Check ntuples == 1 for various SELECT statements.
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-25 Philip WarnerFinal (?) fix for tar (null block at end)
2000-10-24 Philip WarnerVarious fixes to TAR header format
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-10-10 Philip Warner- Be more paranoid when getting views
2000-09-18 Philip WarnerUses column select expressions to get object object...
2000-09-15 Philip Warner- Support for relkind = RELKIND_VIEW.
2000-08-07 Philip Warner- version # change in header
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-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-11 Bruce MomjianDone. In backend/commands/define.c unused field is...
2000-07-06 Jan WieckPlease find attached a patch for the pg_dump directory...
2000-07-04 Bruce Momjianpg_dump patch from Philip Warner