summaryrefslogtreecommitdiff
path: root/src/bin/pg_dump/pg_backup_archiver.h
Commit message (Expand)AuthorAgeFilesLines
* pgindent run for 9.0Bruce Momjian2010-02-261-4/+4
* Fix up pg_dump's treatment of large object ownership and ACLs. We now emitTom Lane2010-02-181-5/+8
* Additional fixes for large object access control.Itagaki Takahiro2009-12-141-1/+2
* Modify parallel pg_restore to track pending and ready items by means ofTom Lane2009-08-071-2/+3
* Fix pg_dump to do the right thing when escaping the contents of large objects.Tom Lane2009-08-041-1/+4
* Make pg_dump/pg_restore --clean options drop large objects too.Tom Lane2009-07-211-2/+2
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-6/+7
* Add a -w/--no-password option that prevents all password prompts to allPeter Eisentraut2009-02-261-2/+2
* Provide for parallel restoration from a custom format archive. Each data andAndrew Dunstan2009-02-021-6/+24
* Use "alternative" instead of "alternate" where it is clearer.Peter Eisentraut2007-11-071-2/+2
* Fix pg_dump on win32 to properly dump files larger than 2Gb when usingMagnus Hagander2007-02-191-4/+4
* Add 'output file' option for pg_dumpall, especially useful for Win32,Bruce Momjian2007-01-251-7/+1
* pgindent run for 8.2.Bruce Momjian2006-10-041-24/+24
* Mark a few functions as static or NOT_USED.Bruce Momjian2006-07-181-4/+1
* Allow each C include file to compile on its own by including any neededBruce Momjian2006-07-111-24/+24
* Fix up pg_dump to do string escaping fully correctly for client encodingTom Lane2006-05-281-1/+4
* Fix pg_restore to properly discard COPY data when trying to continueTom Lane2006-02-051-2/+3
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-20/+18
* Fix some corner-case bugs in _sendSQLLine's parsing of SQL commandsTom Lane2005-09-111-13/+15
* Fix a few macro definitions to ensure that unary minus is enclosed inNeil Conway2005-07-271-2/+2
* pg_dump can now dump large objects even in plain-text output mode, byTom Lane2005-06-211-8/+2
* Add parentheses to macros when args are used in computations. WithoutBruce Momjian2005-05-251-4/+4
* Fix breakage created by addition of separate 'acl pass' in pg_dump.Tom Lane2005-01-251-2/+9
* Update pg_dump to use SET DEFAULT_TABLESPACE instead of explicitTom Lane2004-11-061-3/+12
* Pgindent run for 8.0.Bruce Momjian2004-08-291-15/+18
* They are two different problems; the TOC entry is important for anyBruce Momjian2004-08-201-1/+15
* This patch allows pg_restore to recognize $-quotes in SQL queries. ItBruce Momjian2004-08-201-2/+5
* Please find attached a small patch so that "pg_restore" ignores some sqlBruce Momjian2004-04-221-1/+2
* Use the new GUC variable default_with_oids in pg_dump, rather than usingBruce Momjian2004-03-241-4/+7
* Cause pg_dump to emit a 'SET client_encoding' command at the start ofTom Lane2004-02-241-2/+1
* Work around naming conflict between zlib and OpenSSL by tweaking inclusionTom Lane2003-12-081-6/+9
* Massive overhaul of pg_dump: make use of dependency information fromTom Lane2003-12-061-18/+14
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Issue 'SET check_function_bodies = false' to suppress possible restoreTom Lane2003-10-031-3/+7
* pgindent run.Bruce Momjian2003-08-041-5/+7
* Changes of 6-Sep-02 broke pg_restore's ability to recognize tar-formatTom Lane2003-02-011-2/+2
* Allow fseeko in pg_dump only if fseeko() will work for all supported fileBruce Momjian2002-10-251-1/+3
* Allow 8-byte off_t to properly pg_dump, from Philip Warner with mods by Bruce.Bruce Momjian2002-10-221-3/+13
* pgindent run.Bruce Momjian2002-09-041-5/+5
* Enable large file support.Peter Eisentraut2002-08-201-15/+15
* Make sure all clients have the same understanding of default user namePeter Eisentraut2002-08-101-5/+1
* More clearly document in pg_dump when we are dealing with an object nameBruce Momjian2002-07-041-2/+2
* First pass at schema-fying pg_dump/pg_restore. Much to do still,Tom Lane2002-05-101-18/+8
* Speed improvement for large object restore.Bruce Momjian2002-04-241-1/+5
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-2/+2
* - Fix compiler warning in pg_restorePhilip Warner2001-11-041-2/+2
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-8/+9
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-19/+17
* Add option to output SET SESSION AUTHORIZATION commands rather thanPeter Eisentraut2001-08-221-2/+2
* More message munging and localization for pg_dump, especially thePeter Eisentraut2001-07-031-3/+3