| Commit message (Expand) | Author | Age | Files | Lines |
| * | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 | 1 | -30/+29 |
| * | Fix patch for printing backend and pg_dump versions so that it works in | Tom Lane | 2010-02-24 | 1 | -1/+3 |
| * | Fix up pg_dump's treatment of large object ownership and ACLs. We now emit | Tom Lane | 2010-02-18 | 1 | -7/+17 |
| * | Stamp HEAD as 9.0devel, and update various places that were referring to 8.5 | Tom Lane | 2010-02-17 | 1 | -2/+2 |
| * | Modify recently added PQconnectdbParams() with new argument, expand_dbname. | Joe Conway | 2010-02-05 | 1 | -6/+55 |
| * | Additional fixes for large object access control. | Itagaki Takahiro | 2009-12-14 | 1 | -1/+18 |
| * | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 | 1 | -3/+3 |
| * | Add a -w/--no-password option that prevents all password prompts to all | Peter Eisentraut | 2009-02-26 | 1 | -7/+13 |
| * | Remove feof(stdin) calls related to when to prompt for a password, | Peter Eisentraut | 2009-02-25 | 1 | -3/+2 |
| * | Provide for parallel restoration from a custom format archive. Each data and | Andrew Dunstan | 2009-02-02 | 1 | -18/+29 |
| * | Fix pg_dump/pg_restore's ExecuteSqlCommand() to behave suitably if PQexec | Tom Lane | 2008-08-16 | 1 | -34/+23 |
| * | Turn the -i/--ignore-version options of pg_dump and pg_dumpall into no-ops: | Tom Lane | 2008-04-13 | 1 | -12/+7 |
| * | Strengthen warnings about using pg_dump's -i option. | Bruce Momjian | 2008-03-26 | 1 | -3/+4 |
| * | Fix up the PQconnectionUsedPassword mess: create a separate | Tom Lane | 2007-12-09 | 1 | -3/+3 |
| * | Get rid of client-code dependencies on the exact text of the no-password | Tom Lane | 2007-07-08 | 1 | -33/+23 |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 1 | -5/+5 |
| * | Remove separate strdup.h header file; it's redundant with port.h. | Tom Lane | 2006-09-27 | 1 | -4/+1 |
| * | Mark a few functions as static or NOT_USED. | Bruce Momjian | 2006-07-18 | 1 | -2/+2 |
| * | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 | 1 | -5/+1 |
| * | Prepare code to be built by MSVC: | Bruce Momjian | 2006-06-07 | 1 | -3/+1 |
| * | Improve pg_dump and psql to use libpq's newer COPY support routines, | Tom Lane | 2006-03-03 | 1 | -10/+17 |
| * | Add MSVC support for utility commands and pg_dump. | Bruce Momjian | 2006-02-12 | 1 | -1/+4 |
| * | Provide the libpq error message when PQputline or PQendcopy fails. | Tom Lane | 2006-02-09 | 1 | -3/+5 |
| * | Fix pg_restore to properly discard COPY data when trying to continue | Tom Lane | 2006-02-05 | 1 | -11/+21 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -40/+41 |
| * | Fix some corner-case bugs in _sendSQLLine's parsing of SQL commands | Tom Lane | 2005-09-11 | 1 | -199/+171 |
| * | Avoid crashing pg_dump if we can't connect to the database server, and | Neil Conway | 2005-07-27 | 1 | -2/+2 |
| * | Add code to pg_dump to use E'' strings when backslashes are used in dump | Bruce Momjian | 2005-07-01 | 1 | -2/+1 |
| * | pg_dump can now dump large objects even in plain-text output mode, by | Tom Lane | 2005-06-21 | 1 | -210/+6 |
| * | Update pg_dump to use SET DEFAULT_TABLESPACE instead of explicit | Tom Lane | 2004-11-06 | 1 | -1/+2 |
| * | Allow pg_ctl to determine the server is up when getting a request for a | Bruce Momjian | 2004-10-16 | 1 | -3/+3 |
| * | Don't assume PQdb() will return a valid result from a failed connection. | Tom Lane | 2004-10-01 | 1 | -4/+4 |
| * | Fix some problems with restoring databases owned by non-superusers, | Tom Lane | 2004-09-10 | 1 | -5/+5 |
| * | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 1 | -82/+91 |
| * | Fix high-bit comparison compiler warning in pg_dump. | Bruce Momjian | 2004-08-28 | 1 | -8/+8 |
| * | They are two different problems; the TOC entry is important for any | Bruce Momjian | 2004-08-20 | 1 | -3/+16 |
| * | This patch allows pg_restore to recognize $-quotes in SQL queries. It | Bruce Momjian | 2004-08-20 | 1 | -70/+196 |
| * | Please find attached a small patch so that "pg_restore" ignores some sql | Bruce Momjian | 2004-04-22 | 1 | -3/+3 |
| * | Modify pg_dump so that the preferred dump order is by name within | Tom Lane | 2004-03-03 | 1 | -11/+18 |
| * | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | Issue 'SET check_function_bodies = false' to suppress possible restore | Tom Lane | 2003-10-03 | 1 | -6/+1 |
| * | Apply message style guide to frontend programs. | Peter Eisentraut | 2003-07-23 | 1 | -4/+4 |
| * | Use libpq's new logic to get the server version, instead of doing it ourselves. | Tom Lane | 2003-06-22 | 1 | -13/+7 |
| * | Backend support for autocommit removed, per recent discussions. The | Tom Lane | 2003-05-14 | 1 | -37/+2 |
| * | Make pg_dump/restore safer for autocommit=off in postgresql.conf. | Bruce Momjian | 2003-02-14 | 1 | -1/+16 |
| * | [ dumping schemas ] | Bruce Momjian | 2003-02-13 | 1 | -2/+2 |
| * | Cleaner solution to the problem of loading pre-7.3 dumps containing | Tom Lane | 2003-02-01 | 1 | -10/+39 |
| * | Allow 8-byte off_t to properly pg_dump, from Philip Warner with mods by Bruce. | Bruce Momjian | 2002-10-22 | 1 | -9/+2 |
| * | Make pg_dump save for autocommit = off. | Bruce Momjian | 2002-10-16 | 1 | -3/+25 |
| * | Allow pg_dumpall to work with previous releases again. Don't pass the -c | Peter Eisentraut | 2002-09-07 | 1 | -12/+5 |