OSDN Git Service

8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
[pg-rex/syncrep.git] / src / bin / pg_dump / pg_backup_db.c
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-02-26 Peter EisentrautAdd a -w/--no-password option that prevents all passwor...
2009-02-25 Peter EisentrautRemove feof(stdin) calls related to when to prompt...
2009-02-02 Andrew DunstanProvide for parallel restoration from a custom format...
2008-08-16 Tom LaneFix pg_dump/pg_restore's ExecuteSqlCommand() to behave...
2008-04-13 Tom LaneTurn the -i/--ignore-version options of pg_dump and...
2008-03-26 Bruce MomjianStrengthen warnings about using pg_dump's -i option.
2007-12-09 Tom LaneFix up the PQconnectionUsedPassword mess: create a...
2007-07-08 Tom LaneGet rid of client-code dependencies on the exact text...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-27 Tom LaneRemove separate strdup.h header file; it's redundant...
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-03-03 Tom LaneImprove pg_dump and psql to use libpq's newer COPY...
2006-02-12 Bruce MomjianAdd MSVC support for utility commands and pg_dump.
2006-02-09 Tom LaneProvide the libpq error message when PQputline or PQend...
2006-02-05 Tom LaneFix pg_restore to properly discard COPY data when tryin...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-09-11 Tom LaneFix some corner-case bugs in _sendSQLLine's parsing...
2005-07-27 Neil ConwayAvoid crashing pg_dump if we can't connect to the datab...
2005-07-01 Bruce MomjianAdd code to pg_dump to use E'' strings when backslashes...
2005-06-21 Tom Lanepg_dump can now dump large objects even in plain-text...
2004-11-06 Tom LaneUpdate pg_dump to use SET DEFAULT_TABLESPACE instead...
2004-10-16 Bruce MomjianAllow pg_ctl to determine the server is up when getting...
2004-10-01 Tom LaneDon't assume PQdb() will return a valid result from...
2004-09-10 Tom LaneFix some problems with restoring databases owned by...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-28 Bruce MomjianFix high-bit comparison compiler warning in pg_dump.
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-03 Tom LaneModify pg_dump so that the preferred dump order is...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-10-03 Tom LaneIssue 'SET check_function_bodies = false' to suppress...
2003-07-23 Peter EisentrautApply message style guide to frontend programs.
2003-06-22 Tom LaneUse libpq's new logic to get the server version, instea...
2003-05-14 Tom LaneBackend support for autocommit removed, per recent...
2003-02-14 Bruce MomjianMake pg_dump/restore safer for autocommit=off in postgr...
2003-02-13 Bruce Momjian[ dumping schemas ]
2003-02-01 Tom LaneCleaner solution to the problem of loading pre-7.3...
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-07 Peter EisentrautAllow pg_dumpall to work with previous releases again...
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-06 Bruce MomjianMove simple_prompt() into its own file to be shared...
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-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-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-18 Tom LaneFix several problems with simple_prompt() --- the nasti...
2001-10-15 Bruce MomjianPrompt for password from /dev/tty and fall back to...
2001-09-21 Peter EisentrautFor consistency with the rest of PostgreSQL, rename...
2001-09-17 Hiroshi InoueChange FixupBlobXrefs() to take 'lo' type into account.
2001-08-22 Peter EisentrautAdd option to output SET SESSION AUTHORIZATION commands...
2001-08-12 Peter EisentrautMake pg_dump handle the new privileges.
2001-08-03 Tom LaneFix pg_dump so that comments on views are dumped in...
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-04-25 Philip Warner- Fixed CONSTRAINT TRIGGER dump to record tgconstrelid...
2001-03-23 Bruce MomjianFix comments that were mis-wrapped, for Tom Lane.
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-03-19 Philip Warner - Added CVS headers to files
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-11-27 Tom LanePay attention to fgets() failure return.
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-09-15 Philip Warner- Support for relkind = RELKIND_VIEW.
2000-08-05 Philip Warner- Minor fix to create temp table for xrefs
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 Tom LaneFix typo in version-mismatch error report.
2000-07-21 Philip Warner- Support for TAR output