]> granicus.if.org Git - postgresql/history - src/bin/pg_dump/pg_restore.c
Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjust
[postgresql] / src / bin / pg_dump / pg_restore.c
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-04-14 Alvaro Herrerapg_restore -jN does not equate "multiple jobs", so...
2009-04-13 Alvaro HerreraMake new strings more alike previously existing messages.
2009-04-05 Tom LaneRemove a boatload of useless definitions of 'int optres...
2009-03-20 Peter EisentrautRename pg_restore -m to -j, and add documentation about...
2009-03-11 Andrew DunstanUse thread-local storage for querybuffer in fmtId(...
2009-02-26 Peter EisentrautAdd a -w/--no-password option that prevents all passwor...
2009-02-25 Peter EisentrautSort the output of --help mostly alphabetical, make...
2009-02-02 Andrew DunstanProvide for parallel restoration from a custom format...
2009-01-06 Bruce MomjianUpdate pg_restore --help text to match the SGML documen...
2009-01-05 Tom LaneAdd a --role option to pg_dump, pg_dumpall, and pg_rest...
2008-12-11 Peter EisentrautAppend major version number and for libraries soname...
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.
2008-03-20 Tom LaneSupport a --no-tablespaces option in pg_dump/pg_dumpall...
2007-12-11 Tom LaneRemove the long-deprecated -u option from psql, since...
2006-10-14 Tom LaneCode review for --no-data-for-failed-tables patch....
2006-10-07 Peter EisentrautThe -X option in pg_dump was supposed to be a workaroun...
2006-10-06 Peter EisentrautMessage style improvements
2006-09-27 Tom LaneRemove separate strdup.h header file; it's redundant...
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-06-07 Bruce MomjianPrepare code to be built by MSVC:
2006-04-12 Tom LaneFix pg_restore -n option to do what the man page says...
2006-02-12 Bruce MomjianAdd MSVC support for utility commands and pg_dump.
2006-02-12 Bruce MomjianAs part of previous commit, add pg_restore option:
2006-02-12 Bruce MomjianAdd psql option:
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-09-28 Peter EisentrautImprove messages
2005-06-09 Bruce MomjianSince I needed this feature badly, I added the -n ...
2005-04-29 Neil ConwayThis patch fixes a bug in the error message emitted...
2005-02-22 Bruce MomjianUse _() macro consistently rather than gettext(). ...
2004-12-03 Tom LaneAdjust help message for --no-owner, per Alvaro Herrera.
2004-11-27 Tom LaneFix HAVE_OPTRESET to be HAVE_INT_OPTRESET. Typos spott...
2004-11-11 Bruce Momjianpg_restore --help improvements, from Tom Lane:
2004-10-22 Peter EisentrautMessage styling
2004-10-13 Bruce Momjianpg_restore wording improvement, per Peter.
2004-10-13 Bruce MomjianClarify pg_restore --help wording.
2004-10-12 Peter EisentrautMessage style revisions
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-06-03 Bruce MomjianAdd PGETC (for pg_service.conf) and PGLOCALE (for local...
2004-05-25 Bruce MomjianMake the locale location relocatable.
2004-04-22 Bruce MomjianPlease find attached a small patch so that "pg_restore...
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-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-07 Tom LaneDon't assume that struct option is available just becau...
2003-08-04 Bruce Momjianpgindent run.
2003-07-23 Peter EisentrautApply message style guide to frontend programs.
2003-06-11 Tom Lanepg_dump and pg_restore were stripping quotes and downca...
2003-06-11 Bruce MomjianDocument the -h client flag can use a socket directory...
2003-04-04 Bruce MomjianAdd Win32 path handling for / vs. \ and drive letters.
2003-01-06 Peter EisentrautUse our own version of getopt_long() if the OS doesn...
2002-10-18 Peter EisentrautImprove formatting of --help output.
2002-09-22 Peter EisentrautTranslation updates, some messages tweaked.
2002-09-04 Bruce Momjianpgindent run.
2002-08-28 Peter EisentrautBreak up the long usage messages in pg_dump and pg_rest...
2002-08-27 Peter EisentrautReimplement pg_dumpall in C. Currently no change in...
2002-08-10 Peter EisentrautMake sure all clients have the same understanding of...
2002-07-11 Bruce MomjianFix getopt flags. Man thing thing was messed up.
2002-07-11 Bruce MomjianFix another --help typo in pg_restore.
2002-07-04 Bruce MomjianDocument function args are required for pg_restore -P.
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-10 Tom LaneThe result of getopt() should be compared to -1, not...
2001-11-26 Tom LaneFix various bogosities in usage message.
2001-11-19 Tom Lanepg_restore should exit with status 0, not 1, on success.
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-09-04 Bruce Momjianpg_restore option is {c|t}, not {c|f}. Pointed out...
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...
2001-05-17 Peter EisentrautAdd -U and -W options to pg_dump and friends to support...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-03-19 Philip Warner - Added CVS headers to files
2001-03-06 Peter EisentrautHelp message s/dump/restore/ (must have been copy&paste...
2001-03-06 Philip Warner- Only disable triggers in DataOnly (or implied data...
2001-03-01 Tatsuo IshiiRemove HAVE_OPTARG per discussion in hackers list.
2001-02-27 Tatsuo IshiiMassive commits for SunOS4 port.
2001-02-10 Tom LaneRestructure the key include files per recent pghackers...
2001-01-06 Peter EisentrautPolish help output. Allow --help to work with BSD...
2000-12-03 Tom LaneEnsure that all uses of <ctype.h> functions are applied...
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-16 Bruce MomjianI submitted three patches to pgsql-patches@postgresql...
2000-10-13 Philip WarnerMinor buglet in dumping functions onlt
2000-10-13 Philip WarnerFix bug in sequence dumping using new setval function
2000-08-08 Philip WarnerBuf fix to pg_restire -S option in getopts
2000-08-01 Philip Warner- Added --create, --no-owner, --superuser, --no-reconne...
2000-07-21 Philip Warner- Support for BLOB output from pg_dump and input via...
2000-07-06 Jan WieckPlease find attached a patch for the pg_dump directory...
2000-07-04 Bruce Momjianpg_dump patch from Philip Warner