index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
/
pg_dump
/
pg_backup_archiver.c
Commit message (
Expand
)
Author
Age
*
Add a materialized view relations.
Kevin Grittner
2013-03-03
*
Create libpgcommon, and move pg_malloc et al to it
Alvaro Herrera
2013-02-12
*
Support multiple -t/--table arguments for more commands
Magnus Hagander
2013-01-17
*
Fix pg_dump's handling of DROP DATABASE commands in --clean mode.
Tom Lane
2012-10-20
*
Standardize naming of malloc/realloc/strdup wrapper functions.
Tom Lane
2012-10-02
*
Change "restoring" to "processing" in message from pg_dump
Magnus Hagander
2012-09-04
*
Add translator comments to module names
Alvaro Herrera
2012-07-25
*
Make pg_dump emit more accurate dependency information.
Tom Lane
2012-06-25
*
Improve pg_dump's dependency-sorting logic to enforce section dump order.
Tom Lane
2012-06-25
*
pg_dump: Fix verbosity level in LO progress messages
Alvaro Herrera
2012-06-19
*
pg_dump: Add missing newlines at end of messages
Peter Eisentraut
2012-06-18
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Rewrite --section option to decouple it from --schema-only/--data-only.
Tom Lane
2012-05-29
*
Eliminate some more O(N^2) behaviors in pg_dump/pg_restore.
Tom Lane
2012-05-28
*
pg_dump: get rid of die_horribly
Alvaro Herrera
2012-03-20
*
pg_dump: Remove undocumented "files" output format
Peter Eisentraut
2012-03-20
*
Convert newlines to spaces in names written in pg_dump comments.
Tom Lane
2012-02-23
*
Invent on_exit_nicely for pg_dump.
Robert Haas
2012-02-16
*
pg_dump: Add some const qualifiers
Peter Eisentraut
2012-02-07
*
pg_dump: Further reduce reliance on global variables.
Robert Haas
2012-02-07
*
pg_dump: Add GCC noreturn attribute to appropriate functions
Peter Eisentraut
2012-01-31
*
Fix pg_restore's direct-to-database mode for INSERT-style table data.
Tom Lane
2012-01-06
*
Suggest use of psql when pg_restore gets a text dump.
Andrew Dunstan
2012-01-03
*
Add --section option to pg_dump and pg_restore.
Andrew Dunstan
2011-12-16
*
Clean up after recent pg_dump patches.
Tom Lane
2011-11-29
*
Simplify the pg_dump/pg_restore error reporting macros, and allow
Bruce Momjian
2011-11-29
*
Move pg_dump memory routines into pg_dumpmem.c/h and restore common.c
Bruce Momjian
2011-11-26
*
Modify pg_dump to use error-free memory allocation macros. This avoids
Bruce Momjian
2011-11-25
*
Remove many -Wcast-qual warnings
Peter Eisentraut
2011-09-11
*
Add missing format attributes
Peter Eisentraut
2011-09-10
*
Actually, all of parallel restore's limitations should be tested earlier.
Tom Lane
2011-08-28
*
Be more user-friendly about unsupported cases for parallel pg_restore.
Tom Lane
2011-08-28
*
Fix pg_restore's direct-to-database mode for standard_conforming_strings.
Tom Lane
2011-07-28
*
Rename pg_dump --no-security-label to --no-security-labels
Peter Eisentraut
2011-05-19
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Fix SortTocFromFile() to cope with lines that are too long for its buffer.
Tom Lane
2011-04-07
*
Fix parallel pg_restore to handle comments on POST_DATA items correctly.
Tom Lane
2011-02-18
*
DDL support for collations
Peter Eisentraut
2011-02-12
*
Silence compiler warning about uninitialized variable, noted by
Heikki Linnakangas
2011-01-24
*
Add 'directory' format to pg_dump. The new directory format is compatible
Heikki Linnakangas
2011-01-23
*
Suppress possibly-uninitialized-variable warnings from gcc 4.5.
Tom Lane
2011-01-22
*
Basic foreign table support.
Robert Haas
2011-01-01
*
Eliminate O(N^2) behavior in parallel restore with many blobs.
Tom Lane
2010-12-09
*
Add a SECURITY LABEL command.
Robert Haas
2010-09-27
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Improve parallel restore's ability to cope with selective restore (-L option).
Tom Lane
2010-08-21
*
pgindent run for 9.0, second run
Bruce Momjian
2010-07-06
*
Improve pg_dump's checkSeek() function to verify the functioning of ftello
Tom Lane
2010-06-28
*
Ensure that pg_restore -l will output DATABASE entries whether or not -C
Tom Lane
2010-05-15
*
Fix various instances of "the the".
Robert Haas
2010-04-23
[next]