| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -7/+7 |
| * | Reimplement pg_dumpall in C. Currently no change in functionality, | Peter Eisentraut | 2002-08-27 | 1 | -1/+2 |
| * | Enable large file support. | Peter Eisentraut | 2002-08-20 | 1 | -4/+4 |
| * | Make pg_dump output more portable and more pleasing to look at. | Peter Eisentraut | 2002-08-18 | 1 | -5/+5 |
| * | Make sure all clients have the same understanding of default user name | Peter Eisentraut | 2002-08-10 | 1 | -28/+4 |
| * | Move simple_prompt() into its own file to be shared with psql and pg_dump. | Bruce Momjian | 2002-07-06 | 1 | -109/+1 |
| * | More clearly document in pg_dump when we are dealing with an object name | Bruce Momjian | 2002-07-04 | 1 | -8/+8 |
| * | Fix some more not-schema-aware queries in pg_dump. Also fix some places | Tom Lane | 2002-05-29 | 1 | -5/+7 |
| * | First pass at schema-fying pg_dump/pg_restore. Much to do still, | Tom Lane | 2002-05-10 | 1 | -97/+39 |
| * | You might want to run pg_indent on pg_backup_db.c however ... | Bruce Momjian | 2002-01-18 | 1 | -38/+40 |
| * | Fix pg_restore to handle the 'set max oid' entry correctly in archives | Tom Lane | 2002-01-18 | 1 | -161/+194 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -22/+24 |
| * | Fix several problems with simple_prompt() --- the nastiest being that | Tom Lane | 2001-10-18 | 1 | -31/+42 |
| * | Prompt for password from /dev/tty and fall back to stdin/stderr. | Bruce Momjian | 2001-10-15 | 1 | -10/+32 |
| * | For consistency with the rest of PostgreSQL, rename BLOBs to large objects | Peter Eisentraut | 2001-09-21 | 1 | -8/+8 |