Commit Graph

50 Commits (738dc233f4dcb51e9c969718b52f5579de252880)

Author SHA1 Message Date
Tom Lane ef88199f61 Issue 'SET check_function_bodies = false' to suppress possible restore 23 years ago
Peter Eisentraut c154fc3a20 Apply message style guide to frontend programs. 23 years ago
Tom Lane dd81eee222 Use libpq's new logic to get the server version, instead of doing it ourselves. 23 years ago
Tom Lane f85f43dfb5 Backend support for autocommit removed, per recent discussions. The 23 years ago
Bruce Momjian 3f6333357f Make pg_dump/restore safer for autocommit=off in postgresql.conf. 23 years ago
Bruce Momjian 2bd63117c1 [ dumping schemas ] 23 years ago
Tom Lane e0a1ee2053 Cleaner solution to the problem of loading pre-7.3 dumps containing 23 years ago
Bruce Momjian 2b287020f4 Allow 8-byte off_t to properly pg_dump, from Philip Warner with mods by Bruce. 24 years ago
Bruce Momjian cda776e613 Make pg_dump save for autocommit = off. 24 years ago
Peter Eisentraut 40853dd445 Allow pg_dumpall to work with previous releases again. Don't pass the -c 24 years ago
Bruce Momjian e50f52a074 pgindent run. 24 years ago
Peter Eisentraut 7af5ea736f Reimplement pg_dumpall in C. Currently no change in functionality, 24 years ago
Peter Eisentraut 6faf8024fa Enable large file support. 24 years ago
Peter Eisentraut c828ec8820 Make pg_dump output more portable and more pleasing to look at. 24 years ago
Peter Eisentraut 029aa97f2d Make sure all clients have the same understanding of default user name 24 years ago
Bruce Momjian 7015111a19 Move simple_prompt() into its own file to be shared with psql and pg_dump. 24 years ago
Bruce Momjian d59478c4f3 More clearly document in pg_dump when we are dealing with an object name 24 years ago
Tom Lane 49bf04ba8c Fix some more not-schema-aware queries in pg_dump. Also fix some places 24 years ago
Tom Lane 9f0ae0c820 First pass at schema-fying pg_dump/pg_restore. Much to do still, 24 years ago
Bruce Momjian 69f909ba10 You might want to run pg_indent on pg_backup_db.c however ... 24 years ago
Tom Lane bb698c25c7 Fix pg_restore to handle the 'set max oid' entry correctly in archives 24 years ago
Bruce Momjian b81844b173 pgindent run on all C files. Java run to follow. initdb/regression 25 years ago
Tom Lane 4fec55af6c Fix several problems with simple_prompt() --- the nastiest being that 25 years ago
Bruce Momjian 66b77dbcd6 Prompt for password from /dev/tty and fall back to stdin/stderr. 25 years ago
Peter Eisentraut fdf07fe14f For consistency with the rest of PostgreSQL, rename BLOBs to large objects 25 years ago
Hiroshi Inoue 29481e170f Change FixupBlobXrefs() to take 'lo' type into account. 25 years ago
Peter Eisentraut 627c0d4472 Add option to output SET SESSION AUTHORIZATION commands rather than 25 years ago
Peter Eisentraut a0c449a0f8 Make pg_dump handle the new privileges. 25 years ago
Tom Lane 8f0ee46dcb Fix pg_dump so that comments on views are dumped in the proper sequence. 25 years ago
Peter Eisentraut 30ab5bd43d More message munging and localization for pg_dump, especially the 25 years ago
Peter Eisentraut b559382134 National language support for pg_dump and pg_restore. Combined with big 25 years ago
Peter Eisentraut f000ffd28e Add -U and -W options to pg_dump and friends to support non-interactive 25 years ago
Philip Warner 8dc42a3aa2 - Fixed CONSTRAINT TRIGGER dump to record tgconstrelid properly 25 years ago
Bruce Momjian 7cf952e7b4 Fix comments that were mis-wrapped, for Tom Lane. 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 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
Tom Lane c5bbbb2845 Pay attention to fgets() failure return. 25 years ago
Bruce Momjian ebd61ac03f Remove -k unix socketpath option from client side, allow hostname with 25 years ago
Bruce Momjian 2150c2edf1 UUNET is looking into offering PostgreSQL as a part of a managed web 25 years ago
Philip Warner 44954fae08 Added long-standing transaction when restoring BLOBS (uses commit every BLOB_BATCH_SIZE) 26 years ago
Philip Warner c74257e9e0 - Support for relkind = RELKIND_VIEW. 26 years ago
Philip Warner 4ebb751219 - Minor fix to create temp table for xrefs 26 years ago
Philip Warner c2e302071f - Only disable triggers for the table being loaded 26 years ago
Philip Warner 92bd532c1e - Added --create, --no-owner, --superuser, --no-reconnect (pg_dump & pg_restore) 26 years ago
Philip Warner bb080400f8 - no longer put ACLs at end of dump 26 years ago
Tom Lane cf14ccd0ea Fix typo in version-mismatch error report. 26 years ago
Philip Warner c3e18804ff - Support for TAR output 26 years ago