]> granicus.if.org Git - postgresql/history - src/bin/pg_dump/pg_restore.c
pg_restore: Make not verbose by default
[postgresql] / src / bin / pg_dump / pg_restore.c
2019-04-10 Peter Eisentrautpg_restore: Make not verbose by default
2019-04-04 Alvaro Herrerapg_restore: Require "-f -" to mean stdout
2019-04-01 Peter EisentrautUnified logging system for command-line programs
2019-01-19 Magnus HaganderReplace @postgresql.org with @lists.postgresql.org...
2018-10-30 Michael PaquierConsolidate cross-option checks in pg_restore
2018-10-29 Peter Eisentrautpg_restore: Augment documentation for -N option
2018-06-26 Michael PaquierFix description and documentation related to pg_restore...
2018-06-04 Peter EisentrautPut new command-line options into alphabetical order
2018-01-25 Tom LaneSupport --no-comments in pg_dump, pg_dumpall, pg_restore.
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-05-12 Peter Eisentrautpg_dump: Add --no-publications option
2017-05-09 Peter Eisentrautpg_dump: Add --no-subscriptions option
2017-04-13 Peter Eisentrautpg_dump: Dump subscriptions by default
2017-02-25 Tom LaneRemove useless duplicate inclusions of system header...
2017-01-20 Peter EisentrautLogical replication
2017-01-11 Stephen Frostpg_restore: Don't allow non-positive number of jobs
2016-09-20 Peter Eisentrautpg_restore: Add -N option to exclude schemas
2016-04-25 Peter Eisentrautpg_dump: Message style improvements
2016-01-13 Tom LaneAccess pg_dump's options structs through Archive struct...
2016-01-13 Tom LaneRun pgindent on src/bin/pg_dump/*
2015-09-16 Peter EisentrautReview program help output for wording and formatting
2015-09-14 Teodor SigaevCheck existency of table/schema for -t/-n option (pg_du...
2015-07-02 Tom LaneImprove pg_restore's -t switch to match all types of...
2015-06-04 Fujii MasaoRemove -i/--ignore-version option from pg_dump, pg_dump...
2014-10-14 Alvaro Herrerapg_dump: Reduce use of global variables
2014-09-24 Stephen FrostCode review for row security.
2014-09-19 Stephen FrostRow-Level Security Policies (RLS)
2014-08-23 Peter Eisentrautdoc: Improve pg_restore help output
2014-08-09 Peter EisentrautSmall message fixes
2014-03-03 Alvaro Herrerapg_dump et al: Add --if-exists option
2014-02-15 Tom LaneCentralize getopt-related declarations in a new header...
2014-02-01 Bruce Momjianpg_restore: make help output plural for multi-enabled...
2013-08-28 Heikki LinnakangasAccept multiple -I, -P, -T and -n options in pg_restore.
2013-07-03 Peter Eisentrautpg_restore: Error about incompatible options
2013-03-27 Heikki LinnakangasMove some pg_dump function around.
2013-03-24 Andrew DunstanAdd parallel pg_dump option.
2013-02-12 Alvaro HerreraCreate libpgcommon, and move pg_malloc et al to it
2013-01-17 Magnus HaganderSupport multiple -t/--table arguments for more commands
2012-10-12 Bruce MomjianIn our source code, make a copy of getopt's 'optarg...
2012-06-17 Peter EisentrautMake documentation of --help and --version options...
2012-05-30 Tom LaneRewrite --section option to decouple it from --schema...
2012-05-18 Peter EisentrautRealign some --help output to have better spacing betwe...
2012-03-20 Alvaro Herrerapg_dump: get rid of die_horribly
2012-03-20 Peter Eisentrautpg_dump: Remove undocumented "files" output format
2012-02-24 Peter EisentrautAdd some enumeration commas, for consistency
2012-02-16 Robert HaasInvent on_exit_nicely for pg_dump.
2011-12-17 Andrew DunstanAdd --section option to pg_dump and pg_restore.
2011-11-30 Tom LaneClean up after recent pg_dump patches.
2011-11-27 Bruce MomjianMove pg_dump memory routines into pg_dumpmem.c/h and...
2011-11-25 Bruce MomjianModify pg_dump to use error-free memory allocation...
2011-05-25 Peter EisentrautPut options in some sensible order
2011-05-22 Peter EisentrautMessage style improvements
2011-05-19 Peter EisentrautRename pg_dump --no-security-label to --no-security...
2011-03-19 Robert HaasWoops. Previous patch to remove -X options missed...
2011-03-18 Robert HaasRemove ancient -X options to pg_dump, pg_dumpall, pg_re...
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-08-13 Tom LaneFix pg_restore to complain if any arguments remain...
2010-05-15 Tom LaneEnsure that pg_restore -l will output DATABASE entries...
2009-11-19 Peter EisentrautTypo: dump -> restore
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
next