| Commit message (Expand) | Author | Age | Files | Lines |
| * | Also print the libpq error message when lo_create or lo_open fails | Peter Eisentraut | 2010-03-18 | 1 | -5/+5 |
| * | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 | 1 | -18/+18 |
| * | Fix patch for printing backend and pg_dump versions so that it works in | Tom Lane | 2010-02-24 | 1 | -10/+10 |
| * | Have pg_dump (-v) verbose mode output the pg_dump and server versions in | Bruce Momjian | 2010-02-23 | 1 | -1/+10 |
| * | Fix up pg_dump's treatment of large object ownership and ACLs. We now emit | Tom Lane | 2010-02-18 | 1 | -25/+69 |
| * | When doing a parallel restore, we must guard against out-of-range dependency | Tom Lane | 2010-01-19 | 1 | -10/+26 |
| * | Additional fixes for large object access control. | Itagaki Takahiro | 2009-12-14 | 1 | -3/+2 |
| * | Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjust | Tom Lane | 2009-10-05 | 1 | -5/+9 |
| * | Modify parallel pg_restore to track pending and ready items by means of | Tom Lane | 2009-08-07 | 1 | -49/+105 |
| * | Fix pg_dump to do the right thing when escaping the contents of large objects. | Tom Lane | 2009-08-04 | 1 | -9/+8 |
| * | Make pg_dump/pg_restore --clean options drop large objects too. | Tom Lane | 2009-07-21 | 1 | -5/+10 |
| * | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 | 1 | -116/+116 |
| * | Remove a couple of debugging messages that have been #ifdef'd out for ages. | Tom Lane | 2009-06-04 | 1 | -8/+1 |
| * | Fix logic to detect conflicts or blocks involving exclusive locks in parallel... | Andrew Dunstan | 2009-04-12 | 1 | -13/+33 |
| * | Gettext plural support | Peter Eisentraut | 2009-03-26 | 1 | -4/+11 |
| * | Rename pg_restore -m to -j, and add documentation about what good numbers | Peter Eisentraut | 2009-03-20 | 1 | -3/+3 |
| * | Fix identify_locking_dependencies to reflect the fact that fix_dependencies | Tom Lane | 2009-03-13 | 1 | -4/+7 |
| * | Use thread-local storage for querybuffer in fmtId() on Windows, when needed (... | Andrew Dunstan | 2009-03-11 | 1 | -6/+16 |
| * | Message tuning | Peter Eisentraut | 2009-03-05 | 1 | -2/+2 |
| * | Add a -w/--no-password option that prevents all password prompts to all | Peter Eisentraut | 2009-02-26 | 1 | -4/+7 |
| * | Reconnect to the right database when using parallel restore with -C. Fixes bu... | Andrew Dunstan | 2009-02-20 | 1 | -1/+2 |
| * | Provide for parallel restoration from a custom format archive. Each data and | Andrew Dunstan | 2009-02-02 | 1 | -168/+1190 |
| * | Throw an error when using -C and -1 at the same time in pg_restore. | Magnus Hagander | 2009-01-13 | 1 | -1/+7 |
| * | Add a --role option to pg_dump, pg_dumpall, and pg_restore. This allows | Tom Lane | 2009-01-05 | 1 | -3/+6 |
| * | SQL/MED catalog manipulation facilities | Peter Eisentraut | 2008-12-19 | 1 | -4/+10 |
| * | Add comment about why pg_dump doesn't dump the public schema comment. | Bruce Momjian | 2008-09-05 | 1 | -1/+2 |
| * | add ; missing due to my carelessness | Andrew Dunstan | 2008-05-04 | 1 | -2/+2 |
| * | Place statement timeout more appropriately, per gripe from Tom. | Andrew Dunstan | 2008-05-04 | 1 | -6/+4 |
| * | Disable statement timeouts while making or restoring dumps. | Andrew Dunstan | 2008-05-03 | 1 | -1/+6 |
| * | Turn the -i/--ignore-version options of pg_dump and pg_dumpall into no-ops: | Tom Lane | 2008-04-13 | 1 | -2/+2 |
| * | Support a --no-tablespaces option in pg_dump/pg_dumpall/pg_restore, so that | Tom Lane | 2008-03-20 | 1 | -2/+6 |
| * | Prevent pg_dump from dumping the comment (if any) on the 'public' schema. | Tom Lane | 2008-01-14 | 1 | -5/+11 |
| * | Move resetting of currSchema to a spot where it's not vulnerable to getting | Tom Lane | 2007-11-24 | 1 | -16/+17 |
| * | If pg_dump drops a schema, make sure 'search_path' it SET the next time | Bruce Momjian | 2007-11-24 | 1 | -1/+16 |
| * | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 | 1 | -5/+5 |
| * | Make pg_dump and friends consistently report both the filename and the | Tom Lane | 2007-10-28 | 1 | -7/+19 |
| * | Fix the inadvertent libpq ABI breakage discovered by Martin Pitt: the | Tom Lane | 2007-10-13 | 1 | -3/+2 |
| * | Tsearch2 functionality migrates to core. The bulk of this work is by | Tom Lane | 2007-08-21 | 1 | -3/+7 |
| * | Fix pg_restore to guard against unexpected EOF while reading an archive file. | Tom Lane | 2007-08-06 | 1 | -5/+7 |
| * | Allow non-superuser database owners to create procedural languages. | Tom Lane | 2007-03-26 | 1 | -2/+3 |
| * | Code cleanup: mark some variables with the "const" modifier, when they | Neil Conway | 2007-03-18 | 1 | -2/+2 |
| * | Fix pg_dump on win32 to properly dump files larger than 2Gb when using | Magnus Hagander | 2007-02-19 | 1 | -14/+14 |
| * | Wording cleanup for error messages. Also change can't -> cannot. | Bruce Momjian | 2007-02-01 | 1 | -2/+2 |
| * | Add 'output file' option for pg_dumpall, especially useful for Win32, | Bruce Momjian | 2007-01-25 | 1 | -7/+17 |
| * | Update pg_dump to support dumping operator families. | Tom Lane | 2007-01-23 | 1 | -2/+4 |
| * | Suppress timezone (%Z) part of timestamp display when running on Windows, | Tom Lane | 2006-11-21 | 1 | -2/+14 |
| * | Code review for --no-data-for-failed-tables patch. Instead of trashing | Tom Lane | 2006-10-14 | 1 | -15/+31 |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 1 | -14/+20 |
| * | Add pg_dump -X no-data-for-failed-tables option to suppress loading data | Bruce Momjian | 2006-08-01 | 1 | -1/+18 |
| * | Mark a few functions as static or NOT_USED. | Bruce Momjian | 2006-07-18 | 1 | -4/+6 |