aboutsummaryrefslogtreecommitdiff
path: root/src/bin/pg_dump/pg_restore.c
Commit message (Expand)AuthorAge
* Put options in some sensible orderPeter Eisentraut2011-05-25
* Message style improvementsPeter Eisentraut2011-05-22
* Rename pg_dump --no-security-label to --no-security-labelsPeter Eisentraut2011-05-19
* Woops. Previous patch to remove -X options missed getopt_long calls().Robert Haas2011-03-18
* Remove ancient -X options to pg_dump, pg_dumpall, pg_restore.Robert Haas2011-03-18
* Add 'directory' format to pg_dump. The new directory format is compatibleHeikki Linnakangas2011-01-23
* Add a SECURITY LABEL command.Robert Haas2010-09-27
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Fix pg_restore to complain if any arguments remain after parsing the switchesTom Lane2010-08-13
* Ensure that pg_restore -l will output DATABASE entries whether or not -CTom Lane2010-05-15
* Typo: dump -> restorePeter Eisentraut2009-11-19
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* pg_restore -jN does not equate "multiple jobs", so partly revert theAlvaro Herrera2009-04-14
* Make new strings more alike previously existing messages.Alvaro Herrera2009-04-13
* Remove a boatload of useless definitions of 'int optreset'. If weTom Lane2009-04-05
* Rename pg_restore -m to -j, and add documentation about what good numbersPeter Eisentraut2009-03-20
* Use thread-local storage for querybuffer in fmtId() on Windows, when needed (...Andrew Dunstan2009-03-11
* Add a -w/--no-password option that prevents all password prompts to allPeter Eisentraut2009-02-26
* Sort the output of --help mostly alphabetical, make it align better, makePeter Eisentraut2009-02-25
* Provide for parallel restoration from a custom format archive. Each data andAndrew Dunstan2009-02-02
* Update pg_restore --help text to match the SGML documentation.Bruce Momjian2009-01-06
* Add a --role option to pg_dump, pg_dumpall, and pg_restore. This allowsTom Lane2009-01-05
* Append major version number and for libraries soname major version numberPeter Eisentraut2008-12-11
* Turn the -i/--ignore-version options of pg_dump and pg_dumpall into no-ops:Tom Lane2008-04-13
* Strengthen warnings about using pg_dump's -i option.Bruce Momjian2008-03-26
* Support a --no-tablespaces option in pg_dump/pg_dumpall/pg_restore, so thatTom Lane2008-03-20
* Remove the long-deprecated -u option from psql, since it does nothing veryTom Lane2007-12-11
* Code review for --no-data-for-failed-tables patch. Instead of trashingTom Lane2006-10-14
* The -X option in pg_dump was supposed to be a workaround for the lack ofPeter Eisentraut2006-10-07
* Message style improvementsPeter Eisentraut2006-10-06
* Remove separate strdup.h header file; it's redundant with port.h.Tom Lane2006-09-27
* Add pg_dump -X no-data-for-failed-tables option to suppress loading dataBruce Momjian2006-08-01
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Prepare code to be built by MSVC:Bruce Momjian2006-06-07
* Fix pg_restore -n option to do what the man page says it does. TheTom Lane2006-04-12
* Add MSVC support for utility commands and pg_dump.Bruce Momjian2006-02-12
* As part of previous commit, add pg_restore option:Bruce Momjian2006-02-12
* Add psql option:Bruce Momjian2006-02-12
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Improve messagesPeter Eisentraut2005-09-28
* Since I needed this feature badly, I added the -n / --schema switch toBruce Momjian2005-06-09
* This patch fixes a bug in the error message emitted by pg_restore on anNeil Conway2005-04-29
* Use _() macro consistently rather than gettext(). Add translationBruce Momjian2005-02-22
* Adjust help message for --no-owner, per Alvaro Herrera.Tom Lane2004-12-03
* Fix HAVE_OPTRESET to be HAVE_INT_OPTRESET. Typos spotted by Lorne Sunley.Tom Lane2004-11-27
* pg_restore --help improvements, from Tom Lane:Bruce Momjian2004-11-11
* Message stylingPeter Eisentraut2004-10-22
* pg_restore wording improvement, per Peter.Bruce Momjian2004-10-13
* Clarify pg_restore --help wording.Bruce Momjian2004-10-13
* Message style revisionsPeter Eisentraut2004-10-12