aboutsummaryrefslogtreecommitdiff
path: root/src/bin/pg_dump/pg_restore.c
Commit message (Expand)AuthorAge
* 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
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* > Please find attached a submission to add a "exit on error" option toBruce Momjian2004-08-20
* Change pg_dump to use ALTER OWNER commands instead of SET SESSIONBruce Momjian2004-07-13
* Add PGETC (for pg_service.conf) and PGLOCALE (for locale dir)Bruce Momjian2004-06-03
* Make the locale location relocatable.Bruce Momjian2004-05-25
* Please find attached a small patch so that "pg_restore" ignores some sqlBruce Momjian2004-04-22
* Massive overhaul of pg_dump: make use of dependency information fromTom Lane2003-12-06
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Complain if pg_restore is given both -d and -f options; this suggestsTom Lane2003-10-20
* pg_dump/pg_restore now always use SET SESSION AUTHORIZATION, not \connect,Tom Lane2003-09-23
* pg_dump and pg_restore -r had managed to diverge on the ordering ofTom Lane2003-08-28
* Don't assume that struct option is available just because we can find aTom Lane2003-08-07
* pgindent run.Bruce Momjian2003-08-04
* Apply message style guide to frontend programs.Peter Eisentraut2003-07-23
* pg_dump and pg_restore were stripping quotes and downcasing some butTom Lane2003-06-11
* Document the -h client flag can use a socket directory as well as a hostBruce Momjian2003-06-11
* Add Win32 path handling for / vs. \ and drive letters.Bruce Momjian2003-04-04
* Use our own version of getopt_long() if the OS doesn't have one.Peter Eisentraut2003-01-06
* Improve formatting of --help output.Peter Eisentraut2002-10-18
* Translation updates, some messages tweaked.Peter Eisentraut2002-09-22
* pgindent run.Bruce Momjian2002-09-04
* Break up the long usage messages in pg_dump and pg_restore andPeter Eisentraut2002-08-28
* Reimplement pg_dumpall in C. Currently no change in functionality,Peter Eisentraut2002-08-27
* Make sure all clients have the same understanding of default user namePeter Eisentraut2002-08-10
* Fix getopt flags. Man thing thing was messed up.Bruce Momjian2002-07-11
* Fix another --help typo in pg_restore.Bruce Momjian2002-07-11
* Document function args are required for pg_restore -P.Bruce Momjian2002-07-04
* First pass at schema-fying pg_dump/pg_restore. Much to do still,Tom Lane2002-05-10
* You might want to run pg_indent on pg_backup_db.c however ...Bruce Momjian2002-01-18
* The result of getopt() should be compared to -1, not EOF, perTom Lane2002-01-10
* Fix various bogosities in usage message.Tom Lane2001-11-26
* pg_restore should exit with status 0, not 1, on success.Tom Lane2001-11-19
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05