| Commit message (Expand) | Author | Age |
* | Pgindent run before 9.1 beta2. | Bruce Momjian | 2011-06-09 |
* | Rename pg_dump --no-security-label to --no-security-labels | Peter Eisentraut | 2011-05-19 |
* | Use a macro variable PG_PRINTF_ATTRIBUTE for the style used for checking prin... | Andrew Dunstan | 2011-04-28 |
* | 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 |
* | Ensure that pg_restore -l will output DATABASE entries whether or not -C | Tom Lane | 2010-05-15 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 |
* | Rename pg_restore -m to -j, and add documentation about what good numbers | Peter Eisentraut | 2009-03-20 |
* | Add a -w/--no-password option that prevents all password prompts to all | Peter Eisentraut | 2009-02-26 |
* | Provide for parallel restoration from a custom format archive. Each data and | Andrew Dunstan | 2009-02-02 |
* | Add a --role option to pg_dump, pg_dumpall, and pg_restore. This allows | Tom Lane | 2009-01-05 |
* | Turn the -i/--ignore-version options of pg_dump and pg_dumpall into no-ops: | Tom Lane | 2008-04-13 |
* | Support a --no-tablespaces option in pg_dump/pg_dumpall/pg_restore, so that | Tom Lane | 2008-03-20 |
* | Add 'output file' option for pg_dumpall, especially useful for Win32, | Bruce Momjian | 2007-01-25 |
* | Code review for --no-data-for-failed-tables patch. Instead of trashing | Tom Lane | 2006-10-14 |
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 |
* | 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 |
* | Allow each C include file to compile on its own by including any needed | Bruce Momjian | 2006-07-11 |
* | Fix up pg_dump to do string escaping fully correctly for client encoding | Tom Lane | 2006-05-28 |
* | Add psql option: | Bruce Momjian | 2006-02-12 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
* | pg_dump can now dump large objects even in plain-text output mode, by | Tom Lane | 2005-06-21 |
* | Since I needed this feature badly, I added the -n / --schema switch to | Bruce Momjian | 2005-06-09 |
* | Update pg_dump to use SET DEFAULT_TABLESPACE instead of explicit | Tom Lane | 2004-11-06 |
* | 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 |
* | Please find attached a small patch so that "pg_restore" ignores some sql | Bruce Momjian | 2004-04-22 |
* | Use the new GUC variable default_with_oids in pg_dump, rather than using | Bruce Momjian | 2004-03-24 |
* | Massive overhaul of pg_dump: make use of dependency information from | Tom Lane | 2003-12-06 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 |
* | 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 |
* | pgindent run. | Bruce Momjian | 2002-09-04 |
* | Reimplement pg_dumpall in C. Currently no change in functionality, | Peter Eisentraut | 2002-08-27 |
* | Enable large file support. | Peter Eisentraut | 2002-08-20 |
* | Make pg_dump output more portable and more pleasing to look at. | Peter Eisentraut | 2002-08-18 |
* | More clearly document in pg_dump when we are dealing with an object name | Bruce Momjian | 2002-07-04 |
* | First pass at schema-fying pg_dump/pg_restore. Much to do still, | Tom Lane | 2002-05-10 |
* | Be more wary about mixed-case database names and user names. Get | Tom Lane | 2002-02-11 |
* | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 |
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 |
* | Consistently use gcc's __attribute__((format)) to check sprintf-style | Tom Lane | 2001-10-03 |
* | Add option to output SET SESSION AUTHORIZATION commands rather than | Peter Eisentraut | 2001-08-22 |
* | National language support for pg_dump and pg_restore. Combined with big | Peter Eisentraut | 2001-06-27 |
* | Add -U and -W options to pg_dump and friends to support non-interactive | Peter Eisentraut | 2001-05-17 |
* | - Fixed CONSTRAINT TRIGGER dump to record tgconstrelid properly | Philip Warner | 2001-04-25 |
* | Patch to put rudimentary dependency support into pg_dump. This addresses | Philip Warner | 2001-04-01 |