summaryrefslogtreecommitdiff
path: root/src/bin/pg_dump/pg_backup_files.c
AgeCommit message (Expand)Author
2007-08-06Fix pg_restore to guard against unexpected EOF while reading an archive file.Tom Lane
2007-02-19Fix pg_dump on win32 to properly dump files larger than 2Gb when usingMagnus Hagander
2006-07-14Remove 576 references of include files that were not needed.Bruce Momjian
2006-05-22Add strerror to pg_dump error messages where missing.Peter Eisentraut
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-06-21pg_dump can now dump large objects even in plain-text output mode, byTom Lane
2004-03-03Modify pg_dump so that the preferred dump order is by name withinTom Lane
2003-12-06Massive overhaul of pg_dump: make use of dependency information fromTom Lane
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-10-08Use calloc() to allocate empty structures.Bruce Momjian
2002-10-25Allow fseeko in pg_dump only if fseeko() will work for all supported fileBruce Momjian
2002-10-22Allow 8-byte off_t to properly pg_dump, from Philip Warner with mods by Bruce.Bruce Momjian
2002-09-10Fix portability problem (size_t != int).Tom Lane
2002-09-04pgindent run.Bruce Momjian
2002-08-20Enable large file support.Peter Eisentraut
2002-05-29Fix some more not-schema-aware queries in pg_dump. Also fix some placesTom Lane
2002-04-24Speed improvement for large object restore.Bruce Momjian
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-09-21For consistency with the rest of PostgreSQL, rename BLOBs to large objectsPeter Eisentraut
2001-07-03More message munging and localization for pg_dump, especially thePeter Eisentraut
2001-06-27National language support for pg_dump and pg_restore. Combined with bigPeter Eisentraut
2001-04-01Patch to put rudimentary dependency support into pg_dump. This addressesPhilip Warner
2001-03-23Fix checking of file operations in demo ('files') output format.Philip Warner
2001-03-22pgindent run. Make it all clean.Bruce Momjian
2001-03-19 - Added CVS headers to filesPhilip Warner
2001-02-10Restructure the key include files per recent pghackers discussion: thereTom Lane
2001-01-12- Check ntuples == 1 for various SELECT statements.Philip Warner
2000-10-31Added 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_restorePhilip Warner
2000-07-06Please find attached a patch for the pg_dump directory which addresses:Jan Wieck
2000-07-04pg_dump patch from Philip WarnerBruce Momjian