summaryrefslogtreecommitdiff
path: root/src/bin/pg_dump/pg_restore.c
Commit message (Expand)AuthorAgeFilesLines
* Turn the -i/--ignore-version options of pg_dump and pg_dumpall into no-ops:Tom Lane2008-04-131-3/+2
* Strengthen warnings about using pg_dump's -i option.Bruce Momjian2008-03-261-2/+2
* Support a --no-tablespaces option in pg_dump/pg_dumpall/pg_restore, so thatTom Lane2008-03-201-10/+18
* Remove the long-deprecated -u option from psql, since it does nothing veryTom Lane2007-12-111-7/+2
* Code review for --no-data-for-failed-tables patch. Instead of trashingTom Lane2006-10-141-1/+9
* The -X option in pg_dump was supposed to be a workaround for the lack ofPeter Eisentraut2006-10-071-10/+10
* Message style improvementsPeter Eisentraut2006-10-061-3/+4
* Remove separate strdup.h header file; it's redundant with port.h.Tom Lane2006-09-271-5/+1
* Add pg_dump -X no-data-for-failed-tables option to suppress loading dataBruce Momjian2006-08-011-1/+6
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-3/+1
* Prepare code to be built by MSVC:Bruce Momjian2006-06-071-3/+1
* Fix pg_restore -n option to do what the man page says it does. TheTom Lane2006-04-121-2/+1
* Add MSVC support for utility commands and pg_dump.Bruce Momjian2006-02-121-1/+3
* As part of previous commit, add pg_restore option:Bruce Momjian2006-02-121-2/+1
* Add psql option:Bruce Momjian2006-02-121-7/+15
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-7/+5
* Improve messagesPeter Eisentraut2005-09-281-2/+2
* Since I needed this feature badly, I added the -n / --schema switch toBruce Momjian2005-06-091-2/+9
* This patch fixes a bug in the error message emitted by pg_restore on anNeil Conway2005-04-291-2/+2
* Use _() macro consistently rather than gettext(). Add translationBruce Momjian2005-02-221-2/+1
* Adjust help message for --no-owner, per Alvaro Herrera.Tom Lane2004-12-031-2/+2
* Fix HAVE_OPTRESET to be HAVE_INT_OPTRESET. Typos spotted by Lorne Sunley.Tom Lane2004-11-271-2/+2
* pg_restore --help improvements, from Tom Lane:Bruce Momjian2004-11-111-3/+3
* Message stylingPeter Eisentraut2004-10-221-2/+2
* pg_restore wording improvement, per Peter.Bruce Momjian2004-10-131-3/+3
* Clarify pg_restore --help wording.Bruce Momjian2004-10-131-4/+4
* Message style revisionsPeter Eisentraut2004-10-121-2/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-291-4/+5
* > Please find attached a submission to add a "exit on error" option toBruce Momjian2004-08-201-5/+10
* Change pg_dump to use ALTER OWNER commands instead of SET SESSIONBruce Momjian2004-07-131-2/+6
* Add PGETC (for pg_service.conf) and PGLOCALE (for locale dir)Bruce Momjian2004-06-031-2/+2
* Make the locale location relocatable.Bruce Momjian2004-05-251-6/+2
* Please find attached a small patch so that "pg_restore" ignores some sqlBruce Momjian2004-04-221-2/+16
* Massive overhaul of pg_dump: make use of dependency information fromTom Lane2003-12-061-30/+2
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Complain if pg_restore is given both -d and -f options; this suggestsTom Lane2003-10-201-10/+20
* pg_dump/pg_restore now always use SET SESSION AUTHORIZATION, not \connect,Tom Lane2003-09-231-10/+4
* pg_dump and pg_restore -r had managed to diverge on the ordering ofTom Lane2003-08-281-11/+5
* Don't assume that struct option is available just because we can find aTom Lane2003-08-071-6/+3
* pgindent run.Bruce Momjian2003-08-041-3/+3
* Apply message style guide to frontend programs.Peter Eisentraut2003-07-231-3/+3
* pg_dump and pg_restore were stripping quotes and downcasing some butTom Lane2003-06-111-82/+5
* Document the -h client flag can use a socket directory as well as a hostBruce Momjian2003-06-111-2/+2
* Add Win32 path handling for / vs. \ and drive letters.Bruce Momjian2003-04-041-5/+2
* Use our own version of getopt_long() if the OS doesn't have one.Peter Eisentraut2003-01-061-53/+8
* Improve formatting of --help output.Peter Eisentraut2002-10-181-28/+39
* Translation updates, some messages tweaked.Peter Eisentraut2002-09-221-2/+3
* pgindent run.Bruce Momjian2002-09-041-78/+77
* Break up the long usage messages in pg_dump and pg_restore andPeter Eisentraut2002-08-281-83/+81
* Reimplement pg_dumpall in C. Currently no change in functionality,Peter Eisentraut2002-08-271-1/+2