aboutsummaryrefslogtreecommitdiff
path: root/src/bin/pg_dump/pg_backup_archiver.h
Commit message (Expand)AuthorAge
* Fix handling of -d "connection string" in pg_dump/pg_restore.Tom Lane2020-09-24
* Get rid of trailing semicolons in C macro definitions.Tom Lane2020-05-01
* Fix pg_dump/pg_restore to restore event triggers later.Tom Lane2020-03-09
* pg_dump: Fix dumping of WITH OIDS tablesPeter Eisentraut2018-11-13
* Avoid using unsafe search_path settings during dump and restore.Tom Lane2018-02-26
* In pg_dump, force reconnection after issuing ALTER DATABASE SET command(s).Tom Lane2018-01-23
* Fix pg_dump/pg_restore to emit REFRESH MATERIALIZED VIEW commands last.Tom Lane2017-08-03
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Preventive maintenance in advance of pgindent run.Tom Lane2017-05-16
* pg_dump: Rename some typedefs to avoid name conflictsPeter Eisentraut2017-04-06
* Sync pg_dump and pg_dumpall outputAndrew Dunstan2017-03-22
* Re-pgindent src/bin/pg_dump/*Tom Lane2016-11-17
* pg_dump: Simplify internal archive version handlingPeter Eisentraut2016-10-25
* Rationalize parallel dump/restore's handling of worker cmd/status messages.Tom Lane2016-09-27
* Redesign parallel dump/restore's wait-for-workers logic.Tom Lane2016-09-27
* 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