aboutsummaryrefslogtreecommitdiff
path: root/src/bin/pg_dump/pg_backup_archiver.c
Commit message (Expand)AuthorAge
* Add a materialized view relations.Kevin Grittner2013-03-03
* Create libpgcommon, and move pg_malloc et al to itAlvaro Herrera2013-02-12
* Support multiple -t/--table arguments for more commandsMagnus Hagander2013-01-17
* Fix pg_dump's handling of DROP DATABASE commands in --clean mode.Tom Lane2012-10-20
* Standardize naming of malloc/realloc/strdup wrapper functions.Tom Lane2012-10-02
* Change "restoring" to "processing" in message from pg_dumpMagnus Hagander2012-09-04
* Add translator comments to module namesAlvaro Herrera2012-07-25
* Make pg_dump emit more accurate dependency information.Tom Lane2012-06-25
* Improve pg_dump's dependency-sorting logic to enforce section dump order.Tom Lane2012-06-25
* pg_dump: Fix verbosity level in LO progress messagesAlvaro Herrera2012-06-19
* pg_dump: Add missing newlines at end of messagesPeter Eisentraut2012-06-18
* 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
* Convert newlines to spaces in names written in pg_dump comments.Tom Lane2012-02-23
* Invent on_exit_nicely for pg_dump.Robert Haas2012-02-16
* pg_dump: Add some const qualifiersPeter Eisentraut2012-02-07
* pg_dump: Further reduce reliance on global variables.Robert Haas2012-02-07
* 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
* Suggest use of psql when pg_restore gets a text dump.Andrew Dunstan2012-01-03
* 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
* Move pg_dump memory routines into pg_dumpmem.c/h and restore common.cBruce Momjian2011-11-26
* Modify pg_dump to use error-free memory allocation macros. This avoidsBruce Momjian2011-11-25
* Remove many -Wcast-qual warningsPeter Eisentraut2011-09-11
* Add missing format attributesPeter Eisentraut2011-09-10
* Actually, all of parallel restore's limitations should be tested earlier.Tom Lane2011-08-28
* Be more user-friendly about unsupported cases for parallel pg_restore.Tom Lane2011-08-28
* Fix pg_restore's direct-to-database mode for standard_conforming_strings.Tom Lane2011-07-28
* Rename pg_dump --no-security-label to --no-security-labelsPeter Eisentraut2011-05-19
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Fix SortTocFromFile() to cope with lines that are too long for its buffer.Tom Lane2011-04-07
* Fix parallel pg_restore to handle comments on POST_DATA items correctly.Tom Lane2011-02-18
* DDL support for collationsPeter Eisentraut2011-02-12
* Silence compiler warning about uninitialized variable, noted byHeikki Linnakangas2011-01-24
* 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
* Basic foreign table support.Robert Haas2011-01-01
* Eliminate O(N^2) behavior in parallel restore with many blobs.Tom Lane2010-12-09
* Add a SECURITY LABEL command.Robert Haas2010-09-27
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Improve parallel restore's ability to cope with selective restore (-L option).Tom Lane2010-08-21
* pgindent run for 9.0, second runBruce Momjian2010-07-06
* Improve pg_dump's checkSeek() function to verify the functioning of ftelloTom Lane2010-06-28
* Ensure that pg_restore -l will output DATABASE entries whether or not -CTom Lane2010-05-15
* Fix various instances of "the the".Robert Haas2010-04-23