summaryrefslogtreecommitdiff
path: root/src/bin/pg_dump/pg_backup_tar.c
Commit message (Expand)AuthorAgeFilesLines
* pgindent run for 8.2.Bruce Momjian2006-10-041-9/+10
* Fix for recent Win32 pg_dump tar temp file patch.Bruce Momjian2006-06-271-2/+3
* On Win32, use loop to create pg_dump temporary tar file in the currentBruce Momjian2006-06-271-1/+29
* Prepare code to be built by MSVC:Bruce Momjian2006-06-071-4/+1
* Add strerror to pg_dump error messages where missing.Peter Eisentraut2006-05-221-7/+5
* Add MSVC support for utility commands and pg_dump.Bruce Momjian2006-02-121-1/+4
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-37/+39
* Correct some code in pg_restore when reading the header of a tar archive:Neil Conway2005-06-221-9/+9
* Fix breakage created by addition of separate 'acl pass' in pg_dump.Tom Lane2005-01-251-2/+2
* Add comment explaining possible compiler warning:Bruce Momjian2004-11-291-1/+5
* Adjust comments previously moved to column 1 by pgident.Bruce Momjian2004-10-071-3/+3
* Pgindent run for 8.0.Bruce Momjian2004-08-291-2/+2
* Solve the 'Turkish problem' with undesirable locale behavior for caseTom Lane2004-05-071-2/+2
* Modify pg_dump so that the preferred dump order is by name withinTom Lane2004-03-031-2/+2
* Work around naming conflict between zlib and OpenSSL by tweaking inclusionTom Lane2003-12-081-3/+1
* 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-5/+6
* pgindent run.Bruce Momjian2003-08-041-10/+13
* Apply message style guide to frontend programs.Peter Eisentraut2003-07-231-6/+6
* Add start time to pg_stat_activityBruce Momjian2003-03-201-10/+10
* Changes of 6-Sep-02 broke pg_restore's ability to recognize tar-formatTom Lane2003-02-011-3/+13
* Add missing <limits.h> for INT64_IS_BUSTED case.Tom Lane2003-01-101-1/+2
* 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-9/+1
* Fix portability problem (size_t != int).Tom Lane2002-09-101-5/+7
* Make sure the pg_dump tar archiver can handle members larger than 2 GB, butPeter Eisentraut2002-09-061-21/+47
* pgindent run.Bruce Momjian2002-09-041-16/+25
* Workaround for format strings that are concatenated from macrosPeter Eisentraut2002-09-031-12/+37
* backend where a statically sized buffer is written to. Most of theseBruce Momjian2002-08-281-4/+2
* Enable large file support.Peter Eisentraut2002-08-201-83/+81
* More clearly document in pg_dump when we are dealing with an object nameBruce Momjian2002-07-041-9/+9
* Fix some more not-schema-aware queries in pg_dump. Also fix some placesTom Lane2002-05-291-41/+15
* First pass at schema-fying pg_dump/pg_restore. Much to do still,Tom Lane2002-05-101-2/+2
* Speed improvement for large object restore.Bruce Momjian2002-04-241-1/+7
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-3/+3
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-16/+8
* For consistency with the rest of PostgreSQL, rename BLOBs to large objectsPeter Eisentraut2001-09-211-3/+3
* More message munging and localization for pg_dump, especially thePeter Eisentraut2001-07-031-9/+9
* National language support for pg_dump and pg_restore. Combined with bigPeter Eisentraut2001-06-271-43/+49
* - Fixed CONSTRAINT TRIGGER dump to record tgconstrelid properlyPhilip Warner2001-04-251-1/+2
* - Get view OID based on rule OID not base table OIDPhilip Warner2001-04-141-3/+4
* Patch to put rudimentary dependency support into pg_dump. This addressesPhilip Warner2001-04-011-5/+5
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-386/+474
* - Added CVS headers to filesPhilip Warner2001-03-191-0/+1
* Fix pg_dump crashes caused by bogus use of va_start/va_end (only seenTom Lane2001-02-231-7/+5
* - Fix help output: replace 'f' with 't' and change descPhilip Warner2001-02-131-12/+39
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-101-3/+4
* - Check ntuples == 1 for various SELECT statements.Philip Warner2001-01-121-11/+41
* Ensure that all uses of <ctype.h> functions are applied to unsigned-charTom Lane2000-12-031-1/+1