]> granicus.if.org Git - postgresql/history - src/bin/pg_dump/pg_backup.h
Use a macro variable PG_PRINTF_ATTRIBUTE for the style used for checking printf type...
[postgresql] / src / bin / pg_dump / pg_backup.h
2011-04-28 Andrew DunstanUse a macro variable PG_PRINTF_ATTRIBUTE for the style...
2011-01-23 Heikki LinnakangasAdd 'directory' format to pg_dump. The new directory...
2010-09-28 Robert HaasAdd a SECURITY LABEL command.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-05-15 Tom LaneEnsure that pg_restore -l will output DATABASE entries...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-03-20 Peter EisentrautRename pg_restore -m to -j, and add documentation about...
2009-02-26 Peter EisentrautAdd a -w/--no-password option that prevents all passwor...
2009-02-02 Andrew DunstanProvide for parallel restoration from a custom format...
2009-01-05 Tom LaneAdd a --role option to pg_dump, pg_dumpall, and pg_rest...
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...
2007-01-25 Bruce MomjianAdd 'output file' option for pg_dumpall, especially...
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-14 Bruce MomjianRemove 576 references of include files that were not...
2006-07-11 Bruce MomjianAllow each C include file to compile on its own by...
2006-05-28 Tom LaneFix up pg_dump to do string escaping fully correctly...
2006-02-12 Bruce MomjianAdd psql option:
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
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 ...
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 Momjian> Please find attached a submission to add a "exit...
2004-07-13 Bruce MomjianChange pg_dump to use ALTER OWNER commands instead...
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...
2003-12-06 Tom LaneMassive overhaul of pg_dump: make use of dependency...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
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...
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-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-02-11 Tom LaneBe more wary about mixed-case database names and user...
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-10-03 Tom LaneConsistently use gcc's __attribute__((format)) to check...
2001-08-22 Peter EisentrautAdd option to output SET SESSION AUTHORIZATION commands...
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-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-02-10 Tom LaneRestructure the key include files per recent pghackers...
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-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-21 Philip Warner- Support for BLOB output from pg_dump and input via...
2000-07-04 Bruce Momjianpg_dump patch from Philip Warner