Commit Graph

76 Commits (cb1ab30fdc3b44a7d34ccf9cdaa82d46dd6427c1)

Author SHA1 Message Date
Tom Lane 8331c11f3f Get rid of client-code dependencies on the exact text of the no-password 19 years ago
Bruce Momjian f99a569a2e pgindent run for 8.2. 20 years ago
Tom Lane 9ba4065312 Remove separate strdup.h header file; it's redundant with port.h. 20 years ago
Bruce Momjian fcd1b0d891 Mark a few functions as static or NOT_USED. 20 years ago
Bruce Momjian e0522505bd Remove 576 references of include files that were not needed. 20 years ago
Bruce Momjian 399a36a75d Prepare code to be built by MSVC: 20 years ago
Tom Lane decdaf3592 Improve pg_dump and psql to use libpq's newer COPY support routines, 20 years ago
Bruce Momjian 58634caa0f Add MSVC support for utility commands and pg_dump. 20 years ago
Tom Lane ff2cc83f8a Provide the libpq error message when PQputline or PQendcopy fails. 20 years ago
Tom Lane 8e4057cc7d Fix pg_restore to properly discard COPY data when trying to continue 20 years ago
Bruce Momjian 1dc3498251 Standard pgindent run for 8.1. 20 years ago
Tom Lane c7d1a8d428 Fix some corner-case bugs in _sendSQLLine's parsing of SQL commands 21 years ago
Neil Conway a43bbe34ff Avoid crashing pg_dump if we can't connect to the database server, and 21 years ago
Bruce Momjian 539bc9fc91 Add code to pg_dump to use E'' strings when backslashes are used in dump 21 years ago
Tom Lane 7a28de2052 pg_dump can now dump large objects even in plain-text output mode, by 21 years ago
Tom Lane 04baa0ebf9 Update pg_dump to use SET DEFAULT_TABLESPACE instead of explicit 21 years ago
Bruce Momjian 88fd162ef6 Allow pg_ctl to determine the server is up when getting a request for a 21 years ago
Tom Lane bbd1e1cc68 Don't assume PQdb() will return a valid result from a failed connection. 22 years ago
Tom Lane 1d681d6cee Fix some problems with restoring databases owned by non-superusers, 22 years ago
Bruce Momjian b6b71b85bc Pgindent run for 8.0. 22 years ago
Bruce Momjian 922599464f Fix high-bit comparison compiler warning in pg_dump. 22 years ago
Bruce Momjian f7168bd44c They are two different problems; the TOC entry is important for any 22 years ago
Bruce Momjian 1b5e0143b5 This patch allows pg_restore to recognize $-quotes in SQL queries. It 22 years ago
Bruce Momjian ec7c4c1b66 Please find attached a small patch so that "pg_restore" ignores some sql 22 years ago
Tom Lane 9e733eab69 Modify pg_dump so that the preferred dump order is by name within 22 years ago
PostgreSQL Daemon 969685ad44 $Header: -> $PostgreSQL Changes ... 22 years ago
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