index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
/
pg_dump
/
pg_backup_files.c
Age
Commit message (
Expand
)
Author
2007-08-06
Fix pg_restore to guard against unexpected EOF while reading an archive file.
Tom Lane
2007-02-19
Fix pg_dump on win32 to properly dump files larger than 2Gb when using
Magnus Hagander
2006-07-14
Remove 576 references of include files that were not needed.
Bruce Momjian
2006-05-22
Add strerror to pg_dump error messages where missing.
Peter Eisentraut
2005-10-15
Standard pgindent run for 8.1.
Bruce Momjian
2005-06-21
pg_dump can now dump large objects even in plain-text output mode, by
Tom Lane
2004-03-03
Modify pg_dump so that the preferred dump order is by name within
Tom Lane
2003-12-06
Massive overhaul of pg_dump: make use of dependency information from
Tom Lane
2003-11-29
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-10-08
Use calloc() to allocate empty structures.
Bruce Momjian
2002-10-25
Allow fseeko in pg_dump only if fseeko() will work for all supported file
Bruce Momjian
2002-10-22
Allow 8-byte off_t to properly pg_dump, from Philip Warner with mods by Bruce.
Bruce Momjian
2002-09-10
Fix portability problem (size_t != int).
Tom Lane
2002-09-04
pgindent run.
Bruce Momjian
2002-08-20
Enable large file support.
Peter Eisentraut
2002-05-29
Fix some more not-schema-aware queries in pg_dump. Also fix some places
Tom Lane
2002-04-24
Speed improvement for large object restore.
Bruce Momjian
2001-10-25
pgindent run on all C files. Java run to follow. initdb/regression
Bruce Momjian
2001-09-21
For consistency with the rest of PostgreSQL, rename BLOBs to large objects
Peter Eisentraut
2001-07-03
More message munging and localization for pg_dump, especially the
Peter Eisentraut
2001-06-27
National language support for pg_dump and pg_restore. Combined with big
Peter Eisentraut
2001-04-01
Patch to put rudimentary dependency support into pg_dump. This addresses
Philip Warner
2001-03-23
Fix checking of file operations in demo ('files') output format.
Philip Warner
2001-03-22
pgindent run. Make it all clean.
Bruce Momjian
2001-03-19
- Added CVS headers to files
Philip Warner
2001-02-10
Restructure the key include files per recent pghackers discussion: there
Tom Lane
2001-01-12
- Check ntuples == 1 for various SELECT statements.
Philip Warner
2000-10-31
Added long-standing transaction when restoring BLOBS (uses commit every BLOB_...
Philip Warner
2000-07-21
- Support for BLOB output from pg_dump and input via pg_restore
Philip Warner
2000-07-06
Please find attached a patch for the pg_dump directory which addresses:
Jan Wieck
2000-07-04
pg_dump patch from Philip Warner
Bruce Momjian