summaryrefslogtreecommitdiff
path: root/src/bin/pg_dump/pg_backup_files.c
Commit message (Expand)AuthorAgeFilesLines
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Make pg_dump/pg_restore --clean options drop large objects too.Tom Lane2009-07-211-2/+2
* Provide for parallel restoration from a custom format archive. Each data andAndrew Dunstan2009-02-021-1/+4
* Make pg_dump and friends consistently report both the filename and theTom Lane2007-10-281-10/+27
* Fix pg_restore to guard against unexpected EOF while reading an archive file.Tom Lane2007-08-061-4/+5
* Code cleanup: mark some variables with the "const" modifier, when theyNeil Conway2007-03-181-2/+2
* Fix pg_dump on win32 to properly dump files larger than 2Gb when usingMagnus Hagander2007-02-191-2/+2
* Normalize fgets() calls to use sizeof() for calculating the buffer sizePeter Eisentraut2007-02-081-7/+6
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-2/+1
* Add strerror to pg_dump error messages where missing.Peter Eisentraut2006-05-221-5/+5
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-2/+2
* pg_dump can now dump large objects even in plain-text output mode, byTom Lane2005-06-211-5/+1
* Modify pg_dump so that the preferred dump order is by name withinTom Lane2004-03-031-2/+3
* Massive overhaul of pg_dump: make use of dependency information fromTom Lane2003-12-061-4/+4
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Use calloc() to allocate empty structures.Bruce Momjian2003-10-081-4/+4
* Allow fseeko in pg_dump only if fseeko() will work for all supported fileBruce Momjian2002-10-251-3/+3
* Allow 8-byte off_t to properly pg_dump, from Philip Warner with mods by Bruce.Bruce Momjian2002-10-221-5/+1
* Fix portability problem (size_t != int).Tom Lane2002-09-101-2/+2
* pgindent run.Bruce Momjian2002-09-041-5/+5
* Enable large file support.Peter Eisentraut2002-08-201-28/+20
* Fix some more not-schema-aware queries in pg_dump. Also fix some placesTom Lane2002-05-291-7/+7
* Speed improvement for large object restore.Bruce Momjian2002-04-241-1/+7
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-2/+1
* For consistency with the rest of PostgreSQL, rename BLOBs to large objectsPeter Eisentraut2001-09-211-8/+8
* More message munging and localization for pg_dump, especially thePeter Eisentraut2001-07-031-3/+3
* National language support for pg_dump and pg_restore. Combined with bigPeter Eisentraut2001-06-271-27/+23
* Patch to put rudimentary dependency support into pg_dump. This addressesPhilip Warner2001-04-011-5/+5
* Fix checking of file operations in demo ('files') output format.Philip Warner2001-03-231-8/+19
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-211/+238
* - Added CVS headers to filesPhilip Warner2001-03-191-0/+1
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-101-2/+3
* - Check ntuples == 1 for various SELECT statements.Philip Warner2001-01-121-7/+37
* Added long-standing transaction when restoring BLOBS (uses commit every BLOB_...Philip Warner2000-10-311-0/+4
* - Support for BLOB output from pg_dump and input via pg_restorePhilip Warner2000-07-211-303/+483
* Please find attached a patch for the pg_dump directory which addresses:Jan Wieck2000-07-061-4/+4
* pg_dump patch from Philip WarnerBruce Momjian2000-07-041-0/+303