aboutsummaryrefslogtreecommitdiff
path: root/src/bin/pg_dump/pg_backup_archiver.c
Commit message (Expand)AuthorAge
* Also print the libpq error message when lo_create or lo_open failsPeter Eisentraut2010-03-18
* pgindent run for 9.0Bruce Momjian2010-02-26
* Fix patch for printing backend and pg_dump versions so that it works inTom Lane2010-02-24
* Have pg_dump (-v) verbose mode output the pg_dump and server versions inBruce Momjian2010-02-23
* Fix up pg_dump's treatment of large object ownership and ACLs. We now emitTom Lane2010-02-18
* When doing a parallel restore, we must guard against out-of-range dependencyTom Lane2010-01-19
* Additional fixes for large object access control.Itagaki Takahiro2009-12-14
* Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjustTom Lane2009-10-05
* Modify parallel pg_restore to track pending and ready items by means ofTom Lane2009-08-07
* Fix pg_dump to do the right thing when escaping the contents of large objects.Tom Lane2009-08-04
* Make pg_dump/pg_restore --clean options drop large objects too.Tom Lane2009-07-21
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Remove a couple of debugging messages that have been #ifdef'd out for ages.Tom Lane2009-06-04
* Fix logic to detect conflicts or blocks involving exclusive locks in parallel...Andrew Dunstan2009-04-12
* Gettext plural supportPeter Eisentraut2009-03-26
* Rename pg_restore -m to -j, and add documentation about what good numbersPeter Eisentraut2009-03-20
* Fix identify_locking_dependencies to reflect the fact that fix_dependenciesTom Lane2009-03-13
* Use thread-local storage for querybuffer in fmtId() on Windows, when needed (...Andrew Dunstan2009-03-11
* Message tuningPeter Eisentraut2009-03-05
* Add a -w/--no-password option that prevents all password prompts to allPeter Eisentraut2009-02-26
* Reconnect to the right database when using parallel restore with -C. Fixes bu...Andrew Dunstan2009-02-20
* Provide for parallel restoration from a custom format archive. Each data andAndrew Dunstan2009-02-02
* Throw an error when using -C and -1 at the same time in pg_restore.Magnus Hagander2009-01-13
* Add a --role option to pg_dump, pg_dumpall, and pg_restore. This allowsTom Lane2009-01-05
* SQL/MED catalog manipulation facilitiesPeter Eisentraut2008-12-19
* Add comment about why pg_dump doesn't dump the public schema comment.Bruce Momjian2008-09-05
* add ; missing due to my carelessnessAndrew Dunstan2008-05-04
* Place statement timeout more appropriately, per gripe from Tom.Andrew Dunstan2008-05-04
* Disable statement timeouts while making or restoring dumps.Andrew Dunstan2008-05-03
* Turn the -i/--ignore-version options of pg_dump and pg_dumpall into no-ops:Tom Lane2008-04-13
* Support a --no-tablespaces option in pg_dump/pg_dumpall/pg_restore, so thatTom Lane2008-03-20
* Prevent pg_dump from dumping the comment (if any) on the 'public' schema.Tom Lane2008-01-14
* Move resetting of currSchema to a spot where it's not vulnerable to gettingTom Lane2007-11-24
* If pg_dump drops a schema, make sure 'search_path' it SET the next timeBruce Momjian2007-11-24
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Make pg_dump and friends consistently report both the filename and theTom Lane2007-10-28
* Fix the inadvertent libpq ABI breakage discovered by Martin Pitt: theTom Lane2007-10-13
* Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane2007-08-21
* Fix pg_restore to guard against unexpected EOF while reading an archive file.Tom Lane2007-08-06
* Allow non-superuser database owners to create procedural languages.Tom Lane2007-03-26
* Code cleanup: mark some variables with the "const" modifier, when theyNeil Conway2007-03-18
* Fix pg_dump on win32 to properly dump files larger than 2Gb when usingMagnus Hagander2007-02-19
* Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian2007-02-01
* Add 'output file' option for pg_dumpall, especially useful for Win32,Bruce Momjian2007-01-25
* Update pg_dump to support dumping operator families.Tom Lane2007-01-23
* Suppress timezone (%Z) part of timestamp display when running on Windows,Tom Lane2006-11-21
* Code review for --no-data-for-failed-tables patch. Instead of trashingTom Lane2006-10-14
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Add pg_dump -X no-data-for-failed-tables option to suppress loading dataBruce Momjian2006-08-01
* Mark a few functions as static or NOT_USED.Bruce Momjian2006-07-18