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
*
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
*
Solve the 'Turkish problem' with undesirable locale behavior for case
Tom Lane
2004-05-07
*
Modify pg_dump so that the preferred dump order is by name within
Tom Lane
2004-03-03
*
Work around naming conflict between zlib and OpenSSL by tweaking inclusion
Tom Lane
2003-12-08
*
Massive overhaul of pg_dump: make use of dependency information from
Tom Lane
2003-12-06
*
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-11-29
*
Use calloc() to allocate empty structures.
Bruce Momjian
2003-10-08
*
pgindent run.
Bruce Momjian
2003-08-04
*
Apply message style guide to frontend programs.
Peter Eisentraut
2003-07-23
*
Add start time to pg_stat_activity
Bruce Momjian
2003-03-20
*
Changes of 6-Sep-02 broke pg_restore's ability to recognize tar-format
Tom Lane
2003-02-01
*
Add missing <limits.h> for INT64_IS_BUSTED case.
Tom Lane
2003-01-10
*
Allow fseeko in pg_dump only if fseeko() will work for all supported file
Bruce Momjian
2002-10-25
*
Allow 8-byte off_t to properly pg_dump, from Philip Warner with mods by Bruce.
Bruce Momjian
2002-10-22
*
Fix portability problem (size_t != int).
Tom Lane
2002-09-10
*
Make sure the pg_dump tar archiver can handle members larger than 2 GB, but
Peter Eisentraut
2002-09-06
*
pgindent run.
Bruce Momjian
2002-09-04
*
Workaround for format strings that are concatenated from macros
Peter Eisentraut
2002-09-03
*
backend where a statically sized buffer is written to. Most of these
Bruce Momjian
2002-08-28
*
Enable large file support.
Peter Eisentraut
2002-08-20
*
More clearly document in pg_dump when we are dealing with an object name
Bruce Momjian
2002-07-04
*
Fix some more not-schema-aware queries in pg_dump. Also fix some places
Tom Lane
2002-05-29
*
First pass at schema-fying pg_dump/pg_restore. Much to do still,
Tom Lane
2002-05-10
*
Speed improvement for large object restore.
Bruce Momjian
2002-04-24
*
Another pgindent run. Fixes enum indenting, and improves #endif
Bruce Momjian
2001-10-28
[next]