aboutsummaryrefslogtreecommitdiff
path: root/src/bin/pg_dump/pg_backup_files.c
Commit message (Expand)AuthorAge
* Add strerror to pg_dump error messages where missing.Peter Eisentraut2006-05-22
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* pg_dump can now dump large objects even in plain-text output mode, byTom Lane2005-06-21
* Modify pg_dump so that the preferred dump order is by name withinTom Lane2004-03-03
* Massive overhaul of pg_dump: make use of dependency information fromTom Lane2003-12-06
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Use calloc() to allocate empty structures.Bruce Momjian2003-10-08
* Allow fseeko in pg_dump only if fseeko() will work for all supported fileBruce Momjian2002-10-25
* Allow 8-byte off_t to properly pg_dump, from Philip Warner with mods by Bruce.Bruce Momjian2002-10-22
* Fix portability problem (size_t != int).Tom Lane2002-09-10
* pgindent run.Bruce Momjian2002-09-04
* Enable large file support.Peter Eisentraut2002-08-20
* Fix some more not-schema-aware queries in pg_dump. Also fix some placesTom Lane2002-05-29
* Speed improvement for large object restore.Bruce Momjian2002-04-24
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* For consistency with the rest of PostgreSQL, rename BLOBs to large objectsPeter Eisentraut2001-09-21
* More message munging and localization for pg_dump, especially thePeter Eisentraut2001-07-03
* National language support for pg_dump and pg_restore. Combined with bigPeter Eisentraut2001-06-27
* Patch to put rudimentary dependency support into pg_dump. This addressesPhilip Warner2001-04-01
* Fix checking of file operations in demo ('files') output format.Philip Warner2001-03-23
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* - Added CVS headers to filesPhilip Warner2001-03-19
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-10
* - Check ntuples == 1 for various SELECT statements.Philip Warner2001-01-12
* Added long-standing transaction when restoring BLOBS (uses commit every BLOB_...Philip Warner2000-10-31
* - Support for BLOB output from pg_dump and input via pg_restorePhilip Warner2000-07-21
* Please find attached a patch for the pg_dump directory which addresses:Jan Wieck2000-07-06
* pg_dump patch from Philip WarnerBruce Momjian2000-07-04