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_custom.c
Commit message (
Expand
)
Author
Age
*
Be more user-friendly about unsupported cases for parallel pg_restore.
Tom Lane
2011-08-28
*
Clean up most -Wunused-but-set-variable warnings from gcc 4.6
Peter Eisentraut
2011-04-11
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Remove misleading comments. Move _Clone and _DeClone functions before
Heikki Linnakangas
2010-12-03
*
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, second run
Bruce Momjian
2010-07-06
*
Improve pg_dump's checkSeek() function to verify the functioning of ftello
Tom Lane
2010-06-28
*
Fix pg_restore so parallel restore doesn't fail when the input file doesn't
Tom Lane
2010-06-27
*
Remove unused variable.
Alvaro Herrera
2009-08-24
*
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
*
Provide for parallel restoration from a custom format archive. Each data and
Andrew Dunstan
2009-02-02
*
Make pg_dump and friends consistently report both the filename and the
Tom Lane
2007-10-28
*
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
*
pgindent run for 8.2.
Bruce Momjian
2006-10-04
*
Remove 576 references of include files that were not needed.
Bruce Momjian
2006-07-14
*
Add strerror to pg_dump error messages where missing.
Peter Eisentraut
2006-05-22
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
*
Suppress signed-vs-unsigned-char warnings.
Tom Lane
2005-09-24
*
pg_dump can now dump large objects even in plain-text output mode, by
Tom Lane
2005-06-21
*
Fix breakage created by addition of separate 'acl pass' in pg_dump.
Tom Lane
2005-01-25
*
Modify pg_dump so that the preferred dump order is by name within
Tom Lane
2004-03-03
*
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
*
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
*
pgindent run.
Bruce Momjian
2002-09-04
*
Enable large file support.
Peter Eisentraut
2002-08-20
*
Fix some more not-schema-aware queries in pg_dump. Also fix some places
Tom Lane
2002-05-29
*
Speed improvement for large object restore.
Bruce Momjian
2002-04-24
*
Fix nasty memory leak in pg_restore: _PrintData called inflateInit but
Tom Lane
2001-11-27
*
pgindent run on all C files. Java run to follow. initdb/regression
Bruce Momjian
2001-10-25
*
For consistency with the rest of PostgreSQL, rename BLOBs to large objects
Peter Eisentraut
2001-09-21
*
One more round of translations and slight message tweaks
Peter Eisentraut
2001-08-19
*
More message munging and localization for pg_dump, especially the
Peter Eisentraut
2001-07-03
*
National language support for pg_dump and pg_restore. Combined with big
Peter Eisentraut
2001-06-27
*
- Fixed CONSTRAINT TRIGGER dump to record tgconstrelid properly
Philip Warner
2001-04-25
*
Patch to put rudimentary dependency support into pg_dump. This addresses
Philip Warner
2001-04-01
*
pgindent run. Make it all clean.
Bruce Momjian
2001-03-22
*
- Added CVS headers to files
Philip Warner
2001-03-19
*
Fix coredump due to writing one more byte than we'd allocated.
Tom Lane
2001-03-18
*
Restructure the key include files per recent pghackers discussion: there
Tom Lane
2001-02-10
*
- Check ntuples == 1 for various SELECT statements.
Philip Warner
2001-01-12
*
Added long-standing transaction when restoring BLOBS (uses commit every BLOB_...
Philip Warner
2000-10-31
[next]