summaryrefslogtreecommitdiff
path: root/src/bin/pg_dump/pg_backup_tar.c
AgeCommit message (Expand)Author
2007-08-29Fix aboriginal bug in _tarAddFile(): when complaining that the amount of dataTom Lane
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-11-01pg_restore failed on tar-format archives if they contained large objectsTom Lane
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-06-27Fix for recent Win32 pg_dump tar temp file patch.Bruce Momjian
2006-06-27On Win32, use loop to create pg_dump temporary tar file in the currentBruce Momjian
2006-06-07Prepare code to be built by MSVC:Bruce Momjian
2006-05-22Add strerror to pg_dump error messages where missing.Peter Eisentraut
2006-02-12Add MSVC support for utility commands and pg_dump.Bruce Momjian
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-06-22Correct some code in pg_restore when reading the header of a tar archive:Neil Conway
2005-01-25Fix breakage created by addition of separate 'acl pass' in pg_dump.Tom Lane
2004-11-29Add comment explaining possible compiler warning:Bruce Momjian
2004-10-07Adjust comments previously moved to column 1 by pgident.Bruce Momjian
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-05-07Solve the 'Turkish problem' with undesirable locale behavior for caseTom Lane
2004-03-03Modify pg_dump so that the preferred dump order is by name withinTom Lane
2003-12-08Work around naming conflict between zlib and OpenSSL by tweaking inclusionTom 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
2003-08-04pgindent run.Bruce Momjian
2003-07-23Apply message style guide to frontend programs.Peter Eisentraut
2003-03-20Add start time to pg_stat_activityBruce Momjian
2003-02-01Changes of 6-Sep-02 broke pg_restore's ability to recognize tar-formatTom Lane
2003-01-10Add missing <limits.h> for INT64_IS_BUSTED case.Tom Lane
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-06Make sure the pg_dump tar archiver can handle members larger than 2 GB, butPeter Eisentraut
2002-09-04pgindent run.Bruce Momjian
2002-09-03Workaround for format strings that are concatenated from macrosPeter Eisentraut
2002-08-28backend where a statically sized buffer is written to. Most of theseBruce Momjian
2002-08-20Enable large file support.Peter Eisentraut
2002-07-04More clearly document in pg_dump when we are dealing with an object nameBruce Momjian
2002-05-29Fix some more not-schema-aware queries in pg_dump. Also fix some placesTom Lane
2002-05-10First pass at schema-fying pg_dump/pg_restore. Much to do still,Tom Lane
2002-04-24Speed improvement for large object restore.Bruce Momjian
2001-10-28Another pgindent run. Fixes enum indenting, and improves #endifBruce 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-25- Fixed CONSTRAINT TRIGGER dump to record tgconstrelid properlyPhilip Warner
2001-04-14- Get view OID based on rule OID not base table OIDPhilip Warner
2001-04-01Patch to put rudimentary dependency support into pg_dump. This addressesPhilip Warner
2001-03-22pgindent run. Make it all clean.Bruce Momjian
2001-03-19 - Added CVS headers to filesPhilip Warner
2001-02-23Fix pg_dump crashes caused by bogus use of va_start/va_end (only seenTom Lane