aboutsummaryrefslogtreecommitdiff
path: root/src/bin/pg_dump/pg_backup_archiver.h
Commit message (Expand)AuthorAge
* Redesign handling of SIGTERM/control-C in parallel pg_dump/pg_restore.Tom Lane2016-06-02
* Access pg_dump's options structs through Archive struct, not directly.Tom Lane2016-01-13
* Add macros wrapping all usage of gcc's __attribute__.Andres Freund2015-03-11
* pg_dump: Reduce use of global variablesAlvaro Herrera2014-10-14
* pgindent run for 9.4Bruce Momjian2014-05-06
* Properly detect read and write errors in pg_dump/dumpall, and pg_restoreBruce Momjian2014-05-05
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Fix some unportable constructs in parallel pg_dump code.Tom Lane2013-03-24
* Add parallel pg_dump option.Andrew Dunstan2013-03-24
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Rewrite --section option to decouple it from --schema-only/--data-only.Tom Lane2012-05-29
* Eliminate some more O(N^2) behaviors in pg_dump/pg_restore.Tom Lane2012-05-28
* pg_dump: get rid of die_horriblyAlvaro Herrera2012-03-20
* pg_dump: Remove undocumented "files" output formatPeter Eisentraut2012-03-20
* pg_dump: Further reduce reliance on global variables.Robert Haas2012-02-07
* Remove dead declaration.Robert Haas2012-02-06
* pg_dump: Add GCC noreturn attribute to appropriate functionsPeter Eisentraut2012-01-31
* Fix pg_restore's direct-to-database mode for INSERT-style table data.Tom Lane2012-01-06
* Add --section option to pg_dump and pg_restore.Andrew Dunstan2011-12-16
* Clean up after recent pg_dump patches.Tom Lane2011-11-29
* Simplify the pg_dump/pg_restore error reporting macros, and allowBruce Momjian2011-11-29
* Fix pg_restore's direct-to-database mode for standard_conforming_strings.Tom Lane2011-07-28
* Use a macro variable PG_PRINTF_ATTRIBUTE for the style used for checking prin...Andrew Dunstan2011-04-28
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Add 'directory' format to pg_dump. The new directory format is compatibleHeikki Linnakangas2011-01-23
* Suppress possibly-uninitialized-variable warnings from gcc 4.5.Tom Lane2011-01-22
* Eliminate O(N^2) behavior in parallel restore with many blobs.Tom Lane2010-12-09
* Refactor the pg_dump zlib code from pg_backup_custom.c to a separate file,Heikki Linnakangas2010-12-02
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* pgindent run for 9.0Bruce Momjian2010-02-26
* Fix up pg_dump's treatment of large object ownership and ACLs. We now emitTom Lane2010-02-18
* Additional fixes for large object access control.Itagaki Takahiro2009-12-14
* 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
* Add a -w/--no-password option that prevents all password prompts to allPeter Eisentraut2009-02-26
* Provide for parallel restoration from a custom format archive. Each data andAndrew Dunstan2009-02-02
* Use "alternative" instead of "alternate" where it is clearer.Peter Eisentraut2007-11-07
* Fix pg_dump on win32 to properly dump files larger than 2Gb when usingMagnus Hagander2007-02-19
* Add 'output file' option for pg_dumpall, especially useful for Win32,Bruce Momjian2007-01-25
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Mark a few functions as static or NOT_USED.Bruce Momjian2006-07-18
* Allow each C include file to compile on its own by including any neededBruce Momjian2006-07-11
* Fix up pg_dump to do string escaping fully correctly for client encodingTom Lane2006-05-28
* Fix pg_restore to properly discard COPY data when trying to continueTom Lane2006-02-05
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Fix some corner-case bugs in _sendSQLLine's parsing of SQL commandsTom Lane2005-09-11
* Fix a few macro definitions to ensure that unary minus is enclosed inNeil Conway2005-07-27
* pg_dump can now dump large objects even in plain-text output mode, byTom Lane2005-06-21