]> granicus.if.org Git - postgresql/history - src/bin/pg_dump/pg_backup_archiver.c
Basic foreign table support.
[postgresql] / src / bin / pg_dump / pg_backup_archiver.c
2011-01-02 Robert HaasBasic foreign table support.
2010-12-09 Tom LaneEliminate O(N^2) behavior in parallel restore with...
2010-09-28 Robert HaasAdd a SECURITY LABEL command.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-21 Tom LaneImprove parallel restore's ability to cope with selecti...
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-05-15 Tom LaneEnsure that pg_restore -l will output DATABASE entries...
2010-04-23 Robert HaasFix various instances of "the the".
2010-03-18 Peter EisentrautAlso print the libpq error message when lo_create or...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-24 Tom LaneFix patch for printing backend and pg_dump versions...
2010-02-23 Bruce MomjianHave pg_dump (-v) verbose mode output the pg_dump and...
2010-02-18 Tom LaneFix up pg_dump's treatment of large object ownership...
2010-01-19 Tom LaneWhen doing a parallel restore, we must guard against...
2009-12-14 Itagaki TakahiroAdditional fixes for large object access control.
2009-10-05 Tom LaneCreate an ALTER DEFAULT PRIVILEGES command, which allow...
2009-08-07 Tom LaneModify parallel pg_restore to track pending and ready...
2009-08-04 Tom LaneFix pg_dump to do the right thing when escaping the...
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-06-04 Tom LaneRemove a couple of debugging messages that have been...
2009-04-12 Andrew DunstanFix logic to detect conflicts or blocks involving exclu...
2009-03-26 Peter EisentrautGettext plural support
2009-03-20 Peter EisentrautRename pg_restore -m to -j, and add documentation about...
2009-03-13 Tom LaneFix identify_locking_dependencies to reflect the fact...
2009-03-11 Andrew DunstanUse thread-local storage for querybuffer in fmtId(...
2009-03-05 Peter EisentrautMessage tuning
2009-02-26 Peter EisentrautAdd a -w/--no-password option that prevents all passwor...
2009-02-20 Andrew DunstanReconnect to the right database when using parallel...
2009-02-02 Andrew DunstanProvide for parallel restoration from a custom format...
2009-01-13 Magnus HaganderThrow an error when using -C and -1 at the same time...
2009-01-05 Tom LaneAdd a --role option to pg_dump, pg_dumpall, and pg_rest...
2008-12-19 Peter EisentrautSQL/MED catalog manipulation facilities
2008-09-05 Bruce MomjianAdd comment about why pg_dump doesn't dump the public...
2008-05-04 Andrew Dunstanadd ; missing due to my carelessness
2008-05-04 Andrew DunstanPlace statement timeout more appropriately, per gripe...
2008-05-03 Andrew DunstanDisable statement timeouts while making or restoring...
2008-04-13 Tom LaneTurn the -i/--ignore-version options of pg_dump and...
2008-03-20 Tom LaneSupport a --no-tablespaces option in pg_dump/pg_dumpall...
2008-01-14 Tom LanePrevent pg_dump from dumping the comment (if any) on...
2007-11-24 Tom LaneMove resetting of currSchema to a spot where it's not...
2007-11-24 Bruce MomjianIf pg_dump drops a schema, make sure 'search_path'...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-10-28 Tom LaneMake pg_dump and friends consistently report both the...
2007-10-13 Tom LaneFix the inadvertent libpq ABI breakage discovered by...
2007-08-21 Tom LaneTsearch2 functionality migrates to core. The bulk...
2007-08-06 Tom LaneFix pg_restore to guard against unexpected EOF while...
2007-03-26 Tom LaneAllow non-superuser database owners to create procedura...
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...
2007-02-01 Bruce MomjianWording cleanup for error messages. Also change can...
2007-01-25 Bruce MomjianAdd 'output file' option for pg_dumpall, especially...
2007-01-23 Tom LaneUpdate pg_dump to support dumping operator families.
2006-11-21 Tom LaneSuppress timezone (%Z) part of timestamp display when...
2006-10-14 Tom LaneCode review for --no-data-for-failed-tables patch....
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-08-01 Bruce MomjianAdd pg_dump -X no-data-for-failed-tables option to...
2006-07-18 Bruce MomjianMark a few functions as static or NOT_USED.
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-06-07 Bruce MomjianPrepare code to be built by MSVC:
2006-05-28 Tom LaneFix up pg_dump to do string escaping fully correctly...
2006-05-26 Bruce MomjianUse E'' strings internally only when standard_conformin...
2006-05-24 Tom LaneFix pg_restore to process BLOB COMMENT entries correctl...
2006-05-22 Peter EisentrautAdd strerror to pg_dump error messages where missing.
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...
next