| Commit message (Expand) | Author | Age |
* | Prepare code to be built by MSVC: | Bruce Momjian | 2006-06-07 |
* | Fix pg_restore -n option to do what the man page says it does. The | Tom Lane | 2006-04-12 |
* | Add MSVC support for utility commands and pg_dump. | Bruce Momjian | 2006-02-12 |
* | As part of previous commit, add pg_restore option: | Bruce Momjian | 2006-02-12 |
* | Add psql option: | Bruce Momjian | 2006-02-12 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
* | Improve messages | Peter Eisentraut | 2005-09-28 |
* | Since I needed this feature badly, I added the -n / --schema switch to | Bruce Momjian | 2005-06-09 |
* | This patch fixes a bug in the error message emitted by pg_restore on an | Neil Conway | 2005-04-29 |
* | Use _() macro consistently rather than gettext(). Add translation | Bruce Momjian | 2005-02-22 |
* | Adjust help message for --no-owner, per Alvaro Herrera. | Tom Lane | 2004-12-03 |
* | Fix HAVE_OPTRESET to be HAVE_INT_OPTRESET. Typos spotted by Lorne Sunley. | Tom Lane | 2004-11-27 |
* | pg_restore --help improvements, from Tom Lane: | Bruce Momjian | 2004-11-11 |
* | Message styling | Peter Eisentraut | 2004-10-22 |
* | pg_restore wording improvement, per Peter. | Bruce Momjian | 2004-10-13 |
* | Clarify pg_restore --help wording. | Bruce Momjian | 2004-10-13 |
* | Message style revisions | Peter Eisentraut | 2004-10-12 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 |
* | > Please find attached a submission to add a "exit on error" option to | Bruce Momjian | 2004-08-20 |
* | Change pg_dump to use ALTER OWNER commands instead of SET SESSION | Bruce Momjian | 2004-07-13 |
* | Add PGETC (for pg_service.conf) and PGLOCALE (for locale dir) | Bruce Momjian | 2004-06-03 |
* | Make the locale location relocatable. | Bruce Momjian | 2004-05-25 |
* | Please find attached a small patch so that "pg_restore" ignores some sql | Bruce Momjian | 2004-04-22 |
* | Massive overhaul of pg_dump: make use of dependency information from | Tom Lane | 2003-12-06 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 |
* | Complain if pg_restore is given both -d and -f options; this suggests | Tom Lane | 2003-10-20 |
* | pg_dump/pg_restore now always use SET SESSION AUTHORIZATION, not \connect, | Tom Lane | 2003-09-23 |
* | pg_dump and pg_restore -r had managed to diverge on the ordering of | Tom Lane | 2003-08-28 |
* | Don't assume that struct option is available just because we can find a | Tom Lane | 2003-08-07 |
* | pgindent run. | Bruce Momjian | 2003-08-04 |
* | Apply message style guide to frontend programs. | Peter Eisentraut | 2003-07-23 |
* | pg_dump and pg_restore were stripping quotes and downcasing some but | Tom Lane | 2003-06-11 |
* | Document the -h client flag can use a socket directory as well as a host | Bruce Momjian | 2003-06-11 |
* | Add Win32 path handling for / vs. \ and drive letters. | Bruce Momjian | 2003-04-04 |
* | Use our own version of getopt_long() if the OS doesn't have one. | Peter Eisentraut | 2003-01-06 |
* | Improve formatting of --help output. | Peter Eisentraut | 2002-10-18 |
* | Translation updates, some messages tweaked. | Peter Eisentraut | 2002-09-22 |
* | pgindent run. | Bruce Momjian | 2002-09-04 |
* | Break up the long usage messages in pg_dump and pg_restore and | Peter Eisentraut | 2002-08-28 |
* | Reimplement pg_dumpall in C. Currently no change in functionality, | Peter Eisentraut | 2002-08-27 |
* | Make sure all clients have the same understanding of default user name | Peter Eisentraut | 2002-08-10 |
* | Fix getopt flags. Man thing thing was messed up. | Bruce Momjian | 2002-07-11 |
* | Fix another --help typo in pg_restore. | Bruce Momjian | 2002-07-11 |
* | Document function args are required for pg_restore -P. | Bruce Momjian | 2002-07-04 |
* | First pass at schema-fying pg_dump/pg_restore. Much to do still, | Tom Lane | 2002-05-10 |
* | You might want to run pg_indent on pg_backup_db.c however ... | Bruce Momjian | 2002-01-18 |
* | The result of getopt() should be compared to -1, not EOF, per | Tom Lane | 2002-01-10 |
* | Fix various bogosities in usage message. | Tom Lane | 2001-11-26 |
* | pg_restore should exit with status 0, not 1, on success. | Tom Lane | 2001-11-19 |
* | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 |