summaryrefslogtreecommitdiff
path: root/src/bin/pg_dump/pg_backup_tar.c
Commit message (Expand)AuthorAgeFilesLines
* Fix comparisons of pointers with zero to compare with NULL instead.Tom Lane2010-10-291-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* pgindent run for 9.0Bruce Momjian2010-02-261-4/+4
* Minor style policing for error messages in pg_dump tar code. Notably, changeTom Lane2010-02-231-20/+21
* Remove all the special-case code for INT64_IS_BUSTED, per decision thatTom Lane2010-01-071-6/+2
* Make pg_dump/pg_restore --clean options drop large objects too.Tom Lane2009-07-211-2/+2
* Remove a couple of debugging messages that have been #ifdef'd out for ages.Tom Lane2009-06-041-8/+1
* Gettext plural supportPeter Eisentraut2009-03-261-3/+7
* Provide for parallel restoration from a custom format archive. Each data andAndrew Dunstan2009-02-021-2/+4
* pgindent run for 8.3.Bruce Momjian2007-11-151-6/+7
* Make pg_dump and friends consistently report both the filename and theTom Lane2007-10-281-10/+23
* Fix aboriginal bug in _tarAddFile(): when complaining that the amount of dataTom Lane2007-08-291-11/+13
* Fix pg_restore to guard against unexpected EOF while reading an archive file.Tom Lane2007-08-061-6/+7
* 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-11/+11
* pg_restore failed on tar-format archives if they contained large objectsTom Lane2006-11-011-3/+16
* 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