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_tar.c
Commit message (
Expand
)
Author
Age
*
Add parallel pg_dump option.
Andrew Dunstan
2013-03-24
*
Create libpgcommon, and move pg_malloc et al to it
Alvaro Herrera
2013-02-12
*
Get rid of pg_dump's README
Peter Eisentraut
2013-01-16
*
Move tar function headers to pgtar.h
Magnus Hagander
2013-01-02
*
Unify some tar functionality across different parts
Magnus Hagander
2013-01-01
*
Standardize naming of malloc/realloc/strdup wrapper functions.
Tom Lane
2012-10-02
*
Fix bugs in "restore.sql" script emitted in pg_dump tar output.
Tom Lane
2012-09-29
*
Fix tar files emitted by pg_dump and pg_basebackup to be POSIX conformant.
Tom Lane
2012-09-28
*
Add translator comments to module names
Alvaro Herrera
2012-07-25
*
pg_dump: Fix verbosity level in LO progress messages
Alvaro Herrera
2012-06-19
*
Fix pg_dump output to a named tar-file archive.
Tom Lane
2012-06-11
*
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
*
pg_dump: get rid of die_horribly
Alvaro Herrera
2012-03-20
*
Fix incorrect uses of gzFile
Peter Eisentraut
2012-03-02
*
Invent on_exit_nicely for pg_dump.
Robert Haas
2012-02-16
*
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
*
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
*
Fix comparisons of pointers with zero to compare with NULL instead.
Tom Lane
2010-10-29
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
*
Minor style policing for error messages in pg_dump tar code. Notably, change
Tom Lane
2010-02-23
*
Remove all the special-case code for INT64_IS_BUSTED, per decision that
Tom Lane
2010-01-07
*
Make pg_dump/pg_restore --clean options drop large objects too.
Tom Lane
2009-07-21
*
Remove a couple of debugging messages that have been #ifdef'd out for ages.
Tom Lane
2009-06-04
*
Gettext plural support
Peter Eisentraut
2009-03-26
*
Provide for parallel restoration from a custom format archive. Each data and
Andrew Dunstan
2009-02-02
*
pgindent run for 8.3.
Bruce Momjian
2007-11-15
*
Make pg_dump and friends consistently report both the filename and the
Tom Lane
2007-10-28
*
Fix aboriginal bug in _tarAddFile(): when complaining that the amount of data
Tom Lane
2007-08-29
*
Fix pg_restore to guard against unexpected EOF while reading an archive file.
Tom Lane
2007-08-06
*
Code cleanup: mark some variables with the "const" modifier, when they
Neil Conway
2007-03-18
*
Fix pg_dump on win32 to properly dump files larger than 2Gb when using
Magnus Hagander
2007-02-19
*
pg_restore failed on tar-format archives if they contained large objects
Tom Lane
2006-11-01
*
pgindent run for 8.2.
Bruce Momjian
2006-10-04
*
Fix for recent Win32 pg_dump tar temp file patch.
Bruce Momjian
2006-06-27
*
On Win32, use loop to create pg_dump temporary tar file in the current
Bruce Momjian
2006-06-27
*
Prepare code to be built by MSVC:
Bruce Momjian
2006-06-07
*
Add strerror to pg_dump error messages where missing.
Peter Eisentraut
2006-05-22
*
Add MSVC support for utility commands and pg_dump.
Bruce Momjian
2006-02-12
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
*
Correct some code in pg_restore when reading the header of a tar archive:
Neil Conway
2005-06-22
*
Fix breakage created by addition of separate 'acl pass' in pg_dump.
Tom Lane
2005-01-25
*
Add comment explaining possible compiler warning:
Bruce Momjian
2004-11-29
*
Adjust comments previously moved to column 1 by pgident.
Bruce Momjian
2004-10-07
*
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
[next]