Commit Graph

102 Commits (5d6899dbae7ac19d90f135e2ad64832e4ca8d064)

Author SHA1 Message Date
Alvaro Herrera 8396447cdb Create libpgcommon, and move pg_malloc et al to it 13 years ago
Alvaro Herrera 58f17dcf83 Add translator comments to module names 14 years ago
Bruce Momjian 927d61eeff Run pgindent on 9.2 source tree in preparation for first 9.3 14 years ago
Alvaro Herrera 9d23a70d51 pg_dump: get rid of die_horribly 14 years ago
Robert Haas 689d0eb7db pg_dump: Remove global connection pointer. 14 years ago
Robert Haas e9a22259c4 Invent on_exit_nicely for pg_dump. 14 years ago
Robert Haas 1631598ea2 pg_dump: Further reduce reliance on global variables. 14 years ago
Tom Lane f3316a05b5 Fix pg_restore's direct-to-database mode for INSERT-style table data. 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
Tom Lane 6545a901aa Fix pg_restore's direct-to-database mode for standard_conforming_strings. 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 6a2e19d96d Fix patch for printing backend and pg_dump versions so that it works in 16 years ago
Tom Lane c0d5be5d6a Fix up pg_dump's treatment of large object ownership and ACLs. We now emit 16 years ago
Tom Lane 50a90fac40 Stamp HEAD as 9.0devel, and update various places that were referring to 8.5 16 years ago
Joe Conway f419a82c70 Modify recently added PQconnectdbParams() with new argument, expand_dbname. 16 years ago
Itagaki Takahiro 84f910a707 Additional fixes for large object access control. 16 years ago
Bruce Momjian d747140279 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 17 years ago
Peter Eisentraut 9de59fd191 Add a -w/--no-password option that prevents all password prompts to all 17 years ago
Peter Eisentraut a3c502c89f Remove feof(stdin) calls related to when to prompt for a password, 17 years ago
Andrew Dunstan 775f1b379e Provide for parallel restoration from a custom format archive. Each data and 17 years ago
Tom Lane 7ee27d49df Fix pg_dump/pg_restore's ExecuteSqlCommand() to behave suitably if PQexec 18 years ago
Tom Lane c22ed3d523 Turn the -i/--ignore-version options of pg_dump and pg_dumpall into no-ops: 18 years ago
Bruce Momjian c22de3989b Strengthen warnings about using pg_dump's -i option. 18 years ago
Tom Lane 4f9bf7fc5a Fix up the PQconnectionUsedPassword mess: create a separate 18 years ago
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