]> granicus.if.org Git - postgresql/history - src/bin/pg_dump/pg_backup_archiver.c
Fix a couple of rather-pointless-but-easily-fixed Coverity warnings.
[postgresql] / src / bin / pg_dump / pg_backup_archiver.c
2006-04-19 Tom LaneFix a couple of rather-pointless-but-easily-fixed Cover...
2006-04-12 Tom LaneFix pg_restore -n option to do what the man page says...
2006-02-14 Tom LaneRepair --single-transaction patch so it handles blobs...
2006-02-13 Tom LaneIMHO, --single-transaction should wrap *all* the comman...
2006-02-12 Bruce MomjianAdd MSVC support for utility commands and pg_dump.
2006-02-12 Bruce MomjianAdd psql option:
2006-02-09 Bruce MomjianThis fixes pg_dump so that when using the '-O' no owner...
2006-02-05 Tom LaneFix pg_restore to properly discard COPY data when tryin...
2006-01-21 Bruce MomjianAdd GRANT ON SEQUENCE syntax to support sequence-only...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-09-28 Peter EisentrautImprove messages
2005-09-11 Tom LaneAvoid changing stdin/stdout to binary mode on Windows...
2005-08-23 Tom LaneAdd ALTER TABLE ENABLE/DISABLE TRIGGER commands. Chang...
2005-08-22 Tom LaneCause ALTER INDEX OWNER to generate a warning and do...
2005-08-12 Tom LaneSolve the problem of OID collisions by probing for...
2005-06-21 Tom Lanepg_dump can now dump large objects even in plain-text...
2005-06-09 Bruce MomjianSince I needed this feature badly, I added the -n ...
2005-05-17 Tom LaneGuard against duplicate IDs in input file in SortTocFro...
2005-04-30 Neil ConwayGCC 4.0 includes a new warning option, -Wformat-literal...
2005-04-15 Tom LaneRevert addition of poorly-thought-out DUMP TIMESTAMP...
2005-03-18 Tom LanePut 'dump complete' message in the right place, so...
2005-02-22 Bruce MomjianUse _() macro consistently rather than gettext(). ...
2005-01-26 Tom LaneMake pg_dump and pg_restore handle binary archive forma...
2005-01-25 Tom LaneFix breakage created by addition of separate 'acl pass...
2005-01-23 Tom LaneNew routine _getObjectDescription() failed to cope...
2005-01-11 Tom LaneClean up pg_dump's handling of ownership for indexes...
2004-11-06 Tom LaneUpdate pg_dump to use SET DEFAULT_TABLESPACE instead...
2004-10-22 Peter EisentrautMessage styling
2004-10-08 Tom LaneInclude schema name in pg_restore -l output, per reques...
2004-09-10 Tom LaneFix some problems with restoring databases owned by...
2004-08-30 Tom LaneFix obviously-utterly-untested noTocComments code.
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 Momjian> Please find attached a submission to add a "exit...
2004-08-13 Tom LaneFix breakage with PUBLIC schema. Try to untwist the...
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...
next