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