Commit Graph

38 Commits (738dc233f4dcb51e9c969718b52f5579de252880)

Author SHA1 Message Date
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
Tom Lane 9f0ae0c820 First pass at schema-fying pg_dump/pg_restore. Much to do still, 23 years ago
Bruce Momjian e975123454 Speed improvement for large object restore. 24 years ago
Bruce Momjian 6783b2372e Another pgindent run. Fixes enum indenting, and improves #endif 24 years ago
Bruce Momjian b81844b173 pgindent run on all C files. Java run to follow. initdb/regression 24 years ago
Peter Eisentraut fdf07fe14f For consistency with the rest of PostgreSQL, rename BLOBs to large objects 24 years ago
Peter Eisentraut 30ab5bd43d More message munging and localization for pg_dump, especially the 24 years ago
Peter Eisentraut b559382134 National language support for pg_dump and pg_restore. Combined with big 24 years ago
Philip Warner 8dc42a3aa2 - Fixed CONSTRAINT TRIGGER dump to record tgconstrelid properly 25 years ago
Philip Warner 232d8fa3c4 - Get view OID based on rule OID not base table OID 25 years ago
Philip Warner 135040d511 Patch to put rudimentary dependency support into pg_dump. This addresses 25 years ago
Bruce Momjian 9e1552607a pgindent run. Make it all clean. 25 years ago
Philip Warner cfeccdf80a - Added CVS headers to files 25 years ago
Tom Lane 2b0f8ae009 Fix pg_dump crashes caused by bogus use of va_start/va_end (only seen 25 years ago
Philip Warner 4a19bd8741 - Fix help output: replace 'f' with 't' and change desc 25 years ago
Tom Lane d08741eab5 Restructure the key include files per recent pghackers discussion: there 25 years ago
Philip Warner 06ef1ef2ec - Check ntuples == 1 for various SELECT statements. 25 years ago
Tom Lane a27b691e29 Ensure that all uses of <ctype.h> functions are applied to unsigned-char 25 years ago
Philip Warner 44954fae08 Added long-standing transaction when restoring BLOBS (uses commit every BLOB_BATCH_SIZE) 25 years ago
Philip Warner 48f0490809 Final (?) fix for tar (null block at end) 25 years ago
Philip Warner 9cbb5fcd2b Various fixes to TAR header format 25 years ago
Philip Warner 92bd532c1e - Added --create, --no-owner, --superuser, --no-reconnect (pg_dump & pg_restore) 25 years ago
Philip Warner c3e18804ff - Support for TAR output 25 years ago