| Commit message (Expand) | Author | Age |
* | Put options in some sensible order | Peter Eisentraut | 2011-05-25 |
* | Message style improvements | Peter Eisentraut | 2011-05-22 |
* | Rename pg_dump --no-security-label to --no-security-labels | Peter Eisentraut | 2011-05-19 |
* | Woops. Previous patch to remove -X options missed getopt_long calls(). | Robert Haas | 2011-03-18 |
* | Remove ancient -X options to pg_dump, pg_dumpall, pg_restore. | Robert Haas | 2011-03-18 |
* | Add 'directory' format to pg_dump. The new directory format is compatible | Heikki Linnakangas | 2011-01-23 |
* | Add a SECURITY LABEL command. | Robert Haas | 2010-09-27 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
* | Fix pg_restore to complain if any arguments remain after parsing the switches | Tom Lane | 2010-08-13 |
* | Ensure that pg_restore -l will output DATABASE entries whether or not -C | Tom Lane | 2010-05-15 |
* | Typo: dump -> restore | Peter Eisentraut | 2009-11-19 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 |
* | pg_restore -jN does not equate "multiple jobs", so partly revert the | Alvaro Herrera | 2009-04-14 |
* | Make new strings more alike previously existing messages. | Alvaro Herrera | 2009-04-13 |
* | Remove a boatload of useless definitions of 'int optreset'. If we | Tom Lane | 2009-04-05 |
* | Rename pg_restore -m to -j, and add documentation about what good numbers | Peter Eisentraut | 2009-03-20 |
* | Use thread-local storage for querybuffer in fmtId() on Windows, when needed (... | Andrew Dunstan | 2009-03-11 |
* | Add a -w/--no-password option that prevents all password prompts to all | Peter Eisentraut | 2009-02-26 |
* | Sort the output of --help mostly alphabetical, make it align better, make | Peter Eisentraut | 2009-02-25 |
* | Provide for parallel restoration from a custom format archive. Each data and | Andrew Dunstan | 2009-02-02 |
* | Update pg_restore --help text to match the SGML documentation. | Bruce Momjian | 2009-01-06 |
* | Add a --role option to pg_dump, pg_dumpall, and pg_restore. This allows | Tom Lane | 2009-01-05 |
* | Append major version number and for libraries soname major version number | Peter Eisentraut | 2008-12-11 |
* | Turn the -i/--ignore-version options of pg_dump and pg_dumpall into no-ops: | Tom Lane | 2008-04-13 |
* | Strengthen warnings about using pg_dump's -i option. | Bruce Momjian | 2008-03-26 |
* | Support a --no-tablespaces option in pg_dump/pg_dumpall/pg_restore, so that | Tom Lane | 2008-03-20 |
* | Remove the long-deprecated -u option from psql, since it does nothing very | Tom Lane | 2007-12-11 |
* | Code review for --no-data-for-failed-tables patch. Instead of trashing | Tom Lane | 2006-10-14 |
* | The -X option in pg_dump was supposed to be a workaround for the lack of | Peter Eisentraut | 2006-10-07 |
* | Message style improvements | Peter Eisentraut | 2006-10-06 |
* | Remove separate strdup.h header file; it's redundant with port.h. | Tom Lane | 2006-09-27 |
* | Add pg_dump -X no-data-for-failed-tables option to suppress loading data | Bruce Momjian | 2006-08-01 |
* | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 |
* | 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 |