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