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.h
Commit message (
Expand
)
Author
Age
*
Redesign handling of SIGTERM/control-C in parallel pg_dump/pg_restore.
Tom Lane
2016-06-02
*
Access pg_dump's options structs through Archive struct, not directly.
Tom Lane
2016-01-13
*
Add macros wrapping all usage of gcc's __attribute__.
Andres Freund
2015-03-11
*
pg_dump: Reduce use of global variables
Alvaro Herrera
2014-10-14
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Properly detect read and write errors in pg_dump/dumpall, and pg_restore
Bruce Momjian
2014-05-05
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Fix some unportable constructs in parallel pg_dump code.
Tom Lane
2013-03-24
*
Add parallel pg_dump option.
Andrew Dunstan
2013-03-24
*
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
*
pg_dump: Further reduce reliance on global variables.
Robert Haas
2012-02-07
*
Remove dead declaration.
Robert Haas
2012-02-06
*
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
*
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
*
Fix pg_restore's direct-to-database mode for standard_conforming_strings.
Tom Lane
2011-07-28
*
Use a macro variable PG_PRINTF_ATTRIBUTE for the style used for checking prin...
Andrew Dunstan
2011-04-28
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
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
*
Eliminate O(N^2) behavior in parallel restore with many blobs.
Tom Lane
2010-12-09
*
Refactor the pg_dump zlib code from pg_backup_custom.c to a separate file,
Heikki Linnakangas
2010-12-02
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
*
Fix up pg_dump's treatment of large object ownership and ACLs. We now emit
Tom Lane
2010-02-18
*
Additional fixes for large object access control.
Itagaki Takahiro
2009-12-14
*
Modify parallel pg_restore to track pending and ready items by means of
Tom Lane
2009-08-07
*
Fix pg_dump to do the right thing when escaping the contents of large objects.
Tom Lane
2009-08-04
*
Make pg_dump/pg_restore --clean options drop large objects too.
Tom Lane
2009-07-21
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
*
Add a -w/--no-password option that prevents all password prompts to all
Peter Eisentraut
2009-02-26
*
Provide for parallel restoration from a custom format archive. Each data and
Andrew Dunstan
2009-02-02
*
Use "alternative" instead of "alternate" where it is clearer.
Peter Eisentraut
2007-11-07
*
Fix pg_dump on win32 to properly dump files larger than 2Gb when using
Magnus Hagander
2007-02-19
*
Add 'output file' option for pg_dumpall, especially useful for Win32,
Bruce Momjian
2007-01-25
*
pgindent run for 8.2.
Bruce Momjian
2006-10-04
*
Mark a few functions as static or NOT_USED.
Bruce Momjian
2006-07-18
*
Allow each C include file to compile on its own by including any needed
Bruce Momjian
2006-07-11
*
Fix up pg_dump to do string escaping fully correctly for client encoding
Tom Lane
2006-05-28
*
Fix pg_restore to properly discard COPY data when trying to continue
Tom Lane
2006-02-05
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
*
Fix some corner-case bugs in _sendSQLLine's parsing of SQL commands
Tom Lane
2005-09-11
*
Fix a few macro definitions to ensure that unary minus is enclosed in
Neil Conway
2005-07-27
*
pg_dump can now dump large objects even in plain-text output mode, by
Tom Lane
2005-06-21
[next]