| Commit message (Expand) | Author | Age | Files | Lines |
| * | Turn the -i/--ignore-version options of pg_dump and pg_dumpall into no-ops: | Tom Lane | 2008-04-13 | 1 | -3/+2 |
| * | Strengthen warnings about using pg_dump's -i option. | Bruce Momjian | 2008-03-26 | 1 | -2/+2 |
| * | Support a --no-tablespaces option in pg_dump/pg_dumpall/pg_restore, so that | Tom Lane | 2008-03-20 | 1 | -10/+18 |
| * | Remove the long-deprecated -u option from psql, since it does nothing very | Tom Lane | 2007-12-11 | 1 | -7/+2 |
| * | Code review for --no-data-for-failed-tables patch. Instead of trashing | Tom Lane | 2006-10-14 | 1 | -1/+9 |
| * | The -X option in pg_dump was supposed to be a workaround for the lack of | Peter Eisentraut | 2006-10-07 | 1 | -10/+10 |
| * | Message style improvements | Peter Eisentraut | 2006-10-06 | 1 | -3/+4 |
| * | Remove separate strdup.h header file; it's redundant with port.h. | Tom Lane | 2006-09-27 | 1 | -5/+1 |
| * | Add pg_dump -X no-data-for-failed-tables option to suppress loading data | Bruce Momjian | 2006-08-01 | 1 | -1/+6 |
| * | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 | 1 | -3/+1 |
| * | Prepare code to be built by MSVC: | Bruce Momjian | 2006-06-07 | 1 | -3/+1 |
| * | Fix pg_restore -n option to do what the man page says it does. The | Tom Lane | 2006-04-12 | 1 | -2/+1 |
| * | Add MSVC support for utility commands and pg_dump. | Bruce Momjian | 2006-02-12 | 1 | -1/+3 |
| * | As part of previous commit, add pg_restore option: | Bruce Momjian | 2006-02-12 | 1 | -2/+1 |
| * | Add psql option: | Bruce Momjian | 2006-02-12 | 1 | -7/+15 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -7/+5 |
| * | Improve messages | Peter Eisentraut | 2005-09-28 | 1 | -2/+2 |
| * | Since I needed this feature badly, I added the -n / --schema switch to | Bruce Momjian | 2005-06-09 | 1 | -2/+9 |
| * | This patch fixes a bug in the error message emitted by pg_restore on an | Neil Conway | 2005-04-29 | 1 | -2/+2 |
| * | Use _() macro consistently rather than gettext(). Add translation | Bruce Momjian | 2005-02-22 | 1 | -2/+1 |
| * | Adjust help message for --no-owner, per Alvaro Herrera. | Tom Lane | 2004-12-03 | 1 | -2/+2 |
| * | Fix HAVE_OPTRESET to be HAVE_INT_OPTRESET. Typos spotted by Lorne Sunley. | Tom Lane | 2004-11-27 | 1 | -2/+2 |
| * | pg_restore --help improvements, from Tom Lane: | Bruce Momjian | 2004-11-11 | 1 | -3/+3 |
| * | Message styling | Peter Eisentraut | 2004-10-22 | 1 | -2/+2 |
| * | pg_restore wording improvement, per Peter. | Bruce Momjian | 2004-10-13 | 1 | -3/+3 |
| * | Clarify pg_restore --help wording. | Bruce Momjian | 2004-10-13 | 1 | -4/+4 |
| * | Message style revisions | Peter Eisentraut | 2004-10-12 | 1 | -2/+2 |
| * | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 1 | -4/+5 |
| * | > Please find attached a submission to add a "exit on error" option to | Bruce Momjian | 2004-08-20 | 1 | -5/+10 |
| * | Change pg_dump to use ALTER OWNER commands instead of SET SESSION | Bruce Momjian | 2004-07-13 | 1 | -2/+6 |
| * | Add PGETC (for pg_service.conf) and PGLOCALE (for locale dir) | Bruce Momjian | 2004-06-03 | 1 | -2/+2 |
| * | Make the locale location relocatable. | Bruce Momjian | 2004-05-25 | 1 | -6/+2 |
| * | Please find attached a small patch so that "pg_restore" ignores some sql | Bruce Momjian | 2004-04-22 | 1 | -2/+16 |
| * | Massive overhaul of pg_dump: make use of dependency information from | Tom Lane | 2003-12-06 | 1 | -30/+2 |
| * | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | Complain if pg_restore is given both -d and -f options; this suggests | Tom Lane | 2003-10-20 | 1 | -10/+20 |
| * | pg_dump/pg_restore now always use SET SESSION AUTHORIZATION, not \connect, | Tom Lane | 2003-09-23 | 1 | -10/+4 |
| * | pg_dump and pg_restore -r had managed to diverge on the ordering of | Tom Lane | 2003-08-28 | 1 | -11/+5 |
| * | Don't assume that struct option is available just because we can find a | Tom Lane | 2003-08-07 | 1 | -6/+3 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 1 | -3/+3 |
| * | Apply message style guide to frontend programs. | Peter Eisentraut | 2003-07-23 | 1 | -3/+3 |
| * | pg_dump and pg_restore were stripping quotes and downcasing some but | Tom Lane | 2003-06-11 | 1 | -82/+5 |
| * | Document the -h client flag can use a socket directory as well as a host | Bruce Momjian | 2003-06-11 | 1 | -2/+2 |
| * | Add Win32 path handling for / vs. \ and drive letters. | Bruce Momjian | 2003-04-04 | 1 | -5/+2 |
| * | Use our own version of getopt_long() if the OS doesn't have one. | Peter Eisentraut | 2003-01-06 | 1 | -53/+8 |
| * | Improve formatting of --help output. | Peter Eisentraut | 2002-10-18 | 1 | -28/+39 |
| * | Translation updates, some messages tweaked. | Peter Eisentraut | 2002-09-22 | 1 | -2/+3 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -78/+77 |
| * | Break up the long usage messages in pg_dump and pg_restore and | Peter Eisentraut | 2002-08-28 | 1 | -83/+81 |
| * | Reimplement pg_dumpall in C. Currently no change in functionality, | Peter Eisentraut | 2002-08-27 | 1 | -1/+2 |