Commit Graph

134 Commits (2016055a92f26d648aba9f66d26cc0bcd1619eff)

Author SHA1 Message Date
Alvaro Herrera 11b335ac4c pg_dump: Fix verbosity level in LO progress messages 13 years ago
Tom Lane bf0945e863 Fix pg_dump output to a named tar-file archive. 13 years ago
Bruce Momjian 927d61eeff Run pgindent on 9.2 source tree in preparation for first 9.3 13 years ago
Tom Lane 4317e0246c Rewrite --section option to decouple it from --schema-only/--data-only. 13 years ago
Alvaro Herrera 9d23a70d51 pg_dump: get rid of die_horribly 13 years ago
Peter Eisentraut d923125b77 Fix incorrect uses of gzFile 14 years ago
Robert Haas e9a22259c4 Invent on_exit_nicely for pg_dump. 14 years ago
Bruce Momjian 9a7d49d1fb Move pg_dump memory routines into pg_dumpmem.c/h and restore common.c 14 years ago
Bruce Momjian 3c0afde11a Modify pg_dump to use error-free memory allocation macros. This avoids 14 years ago
Peter Eisentraut 1b81c2fe6e Remove many -Wcast-qual warnings 14 years ago
Peter Eisentraut 52ce20589a Add missing format attributes 14 years ago
Bruce Momjian bf50caf105 pgindent run before PG 9.1 beta 1. 14 years ago
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 16 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