Commit Graph

72 Commits (9a8b73147c07e02e10e0d0a34aa99d72e3336fb2)

Author SHA1 Message Date
Heikki Linnakangas 7f508f1c6b Add 'directory' format to pg_dump. The new directory format is compatible 15 years ago
Tom Lane bfd3f37be3 Fix comparisons of pointers with zero to compare with NULL instead. 15 years ago
Magnus Hagander 9f2e211386 Remove cvs keywords from all files. 15 years ago
Bruce Momjian 65e806cba1 pgindent run for 9.0 16 years ago
Tom Lane 8a12aac32b Minor style policing for error messages in pg_dump tar code. Notably, change 16 years ago
Tom Lane 901be0fad4 Remove all the special-case code for INT64_IS_BUSTED, per decision that 16 years ago
Tom Lane a5375bf903 Make pg_dump/pg_restore --clean options drop large objects too. 16 years ago
Tom Lane 20d4005c30 Remove a couple of debugging messages that have been #ifdef'd out for ages. 16 years ago
Peter Eisentraut 8032d76b5b Gettext plural support 17 years ago
Andrew Dunstan 775f1b379e Provide for parallel restoration from a custom format archive. Each data and 17 years ago
Bruce Momjian fdf5a5efb7 pgindent run for 8.3. 18 years ago
Tom Lane 27c033ed98 Make pg_dump and friends consistently report both the filename and the 18 years ago
Tom Lane 3b5f5d9873 Fix aboriginal bug in _tarAddFile(): when complaining that the amount of data 18 years ago
Tom Lane fcb9535e8a Fix pg_restore to guard against unexpected EOF while reading an archive file. 18 years ago
Neil Conway 7221b4fa50 Code cleanup: mark some variables with the "const" modifier, when they 19 years ago
Magnus Hagander 74096ed1fd Fix pg_dump on win32 to properly dump files larger than 2Gb when using 19 years ago
Tom Lane 19d0c46def pg_restore failed on tar-format archives if they contained large objects 19 years ago
Bruce Momjian f99a569a2e pgindent run for 8.2. 19 years ago
Bruce Momjian ba4b9c0d8c Fix for recent Win32 pg_dump tar temp file patch. 19 years ago
Bruce Momjian fe491fb9af On Win32, use loop to create pg_dump temporary tar file in the current 19 years ago
Bruce Momjian 399a36a75d Prepare code to be built by MSVC: 19 years ago
Peter Eisentraut 79e371037b Add strerror to pg_dump error messages where missing. 19 years ago
Bruce Momjian 58634caa0f Add MSVC support for utility commands and pg_dump. 20 years ago
Bruce Momjian 1dc3498251 Standard pgindent run for 8.1. 20 years ago
Neil Conway 05db8b501b Correct some code in pg_restore when reading the header of a tar archive: 20 years ago
Tom Lane fd5437c78b Fix breakage created by addition of separate 'acl pass' in pg_dump. 21 years ago
Bruce Momjian 5548122829 Add comment explaining possible compiler warning: 21 years ago
Bruce Momjian a5d7ba773d Adjust comments previously moved to column 1 by pgident. 21 years ago
Bruce Momjian b6b71b85bc Pgindent run for 8.0. 21 years ago
Tom Lane 0bd61548ab Solve the 'Turkish problem' with undesirable locale behavior for case 21 years ago
Tom Lane 9e733eab69 Modify pg_dump so that the preferred dump order is by name within 22 years ago
Tom Lane 918b158743 Work around naming conflict between zlib and OpenSSL by tweaking inclusion 22 years ago
Tom Lane 005a1217fb Massive overhaul of pg_dump: make use of dependency information from 22 years ago
PostgreSQL Daemon 969685ad44 $Header: -> $PostgreSQL Changes ... 22 years ago
Bruce Momjian bdae05f5d1 Use calloc() to allocate empty structures. 22 years ago
Bruce Momjian 089003fb46 pgindent run. 22 years ago
Peter Eisentraut c154fc3a20 Apply message style guide to frontend programs. 22 years ago
Bruce Momjian a18331004a Add start time to pg_stat_activity 23 years ago
Tom Lane 330b4e4215 Changes of 6-Sep-02 broke pg_restore's ability to recognize tar-format 23 years ago
Tom Lane c83702606c Add missing <limits.h> for INT64_IS_BUSTED case. 23 years ago
Bruce Momjian fc5c577e34 Allow fseeko in pg_dump only if fseeko() will work for all supported file 23 years ago
Bruce Momjian 2b287020f4 Allow 8-byte off_t to properly pg_dump, from Philip Warner with mods by Bruce. 23 years ago
Tom Lane 87e76d0d4a Fix portability problem (size_t != int). 23 years ago
Peter Eisentraut 38e444aae6 Make sure the pg_dump tar archiver can handle members larger than 2 GB, but 23 years ago
Bruce Momjian e50f52a074 pgindent run. 23 years ago
Peter Eisentraut c917660a11 Workaround for format strings that are concatenated from macros 23 years ago
Bruce Momjian 81dfa2ce43 backend where a statically sized buffer is written to. Most of these 23 years ago
Peter Eisentraut 6faf8024fa Enable large file support. 23 years ago
Bruce Momjian d59478c4f3 More clearly document in pg_dump when we are dealing with an object name 23 years ago
Tom Lane 49bf04ba8c Fix some more not-schema-aware queries in pg_dump. Also fix some places 23 years ago