| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix another small oversight in command_no_begin patch. | Tom Lane | 2010-09-28 | 1 | -0/+2 |
| * | Only DISCARD ALL should be in the command_no_begin list. | Itagaki Takahiro | 2010-09-28 | 1 | -1/+13 |
| * | Add DISCARD to the command_no_begin list for AUTOCOMMIT=off. | Itagaki Takahiro | 2010-09-28 | 1 | -0/+3 |
| * | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 | 1 | -1/+1 |
| * | Show psql timing output even in quiet mode | Peter Eisentraut | 2010-07-28 | 1 | -2/+2 |
| * | pgindent run for 9.0, second run | Bruce Momjian | 2010-07-06 | 1 | -9/+9 |
| * | Abort a FETCH_COUNT-controlled query if we observe any I/O error on the | Tom Lane | 2010-05-28 | 1 | -8/+22 |
| * | Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue. | Tom Lane | 2010-02-16 | 1 | -3/+8 |
| * | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 | 1 | -2/+2 |
| * | Make string more alike other similar messages. | Alvaro Herrera | 2009-04-11 | 1 | -3/+3 |
| * | Update copyright for 2009. | Bruce Momjian | 2009-01-01 | 1 | -2/+2 |
| * | Fix a couple of places where psql might fail to report a suitable error | Tom Lane | 2008-08-16 | 1 | -15/+26 |
| * | Move the "instr_time" typedef and associated macros into a new header | Tom Lane | 2008-05-14 | 1 | -15/+21 |
| * | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 1 | -2/+2 |
| * | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 | 1 | -4/+4 |
| * | Fix the inadvertent libpq ABI breakage discovered by Martin Pitt: the | Tom Lane | 2007-10-13 | 1 | -2/+1 |
| * | In psql, when running a SELECT query using a cursor, flush the query | Neil Conway | 2007-06-22 | 1 | -1/+7 |
| * | Don't write timing output in quiet mode. | Magnus Hagander | 2007-04-16 | 1 | -2/+2 |
| * | Normalize fgets() calls to use sizeof() for calculating the buffer size | Peter Eisentraut | 2007-02-08 | 1 | -2/+2 |
| * | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 1 | -2/+2 |
| * | enable \timing oputput for \copy commands | Andrew Dunstan | 2006-12-16 | 1 | -25/+1 |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 1 | -22/+20 |
| * | Remove separate strdup.h header file; it's redundant with port.h. | Tom Lane | 2006-09-27 | 1 | -4/+1 |
| * | Dept. of second thoughts: if query fails part way through, shut down | Tom Lane | 2006-08-29 | 1 | -4/+13 |
| * | Create a FETCH_COUNT parameter that causes psql to execute SELECT-like | Tom Lane | 2006-08-29 | 1 | -24/+274 |
| * | Invent an assign-hook mechanism for psql variables similar to the one | Tom Lane | 2006-08-29 | 1 | -16/+12 |
| * | Add the ability to create indexes 'concurrently', that is, without | Tom Lane | 2006-08-25 | 1 | -10/+59 |
| * | Cause psql to report both the returned data and the command status tag | Tom Lane | 2006-08-13 | 1 | -24/+42 |
| * | Make the psql line counter 64-bit so it can handle files > 4gig lines. | Bruce Momjian | 2006-08-11 | 1 | -2/+2 |
| * | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 | 1 | -6/+1 |
| * | Fix memory leak introduced in the prior commit, detected by Tom Lane. | Alvaro Herrera | 2006-06-30 | 1 | -1/+3 |
| * | Fix use-after-free error reported by Neil Conway. | Alvaro Herrera | 2006-06-30 | 1 | -9/+11 |
| * | Clean up psql's control-C handling to avoid longjmp'ing out of random | Tom Lane | 2006-06-14 | 1 | -54/+74 |
| * | Support binary COPY through psql. Also improve detection of write errors | Tom Lane | 2006-05-26 | 1 | -2/+3 |
| * | Code review for standard_conforming_strings patch. Fix it so it does not | Tom Lane | 2006-05-11 | 1 | -3/+3 |
| * | Improve parser so that we can show an error cursor position for errors | Tom Lane | 2006-03-14 | 1 | -231/+1 |
| * | Enable standard_conforming_strings to be turned on. | Bruce Momjian | 2006-03-06 | 1 | -1/+24 |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
| * | Improve pg_dump and psql to use libpq's newer COPY support routines, | Tom Lane | 2006-03-03 | 1 | -2/+9 |
| * | Fix more fallout from line-wrap patch, to wit, arbitrarily changing | Tom Lane | 2006-02-12 | 1 | -3/+13 |
| * | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 | 1 | -8/+6 |
| * | Ensure that we only create one ConsoleCtrlHandler per psql process, | Tom Lane | 2005-11-04 | 1 | -2/+11 |
| * | Disable expanded mode only for \d tablename, not for all backslash | Bruce Momjian | 2005-10-27 | 1 | -3/+1 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -66/+68 |
| * | The patch updates the documentation to reflect the fact that higher values | Bruce Momjian | 2005-10-13 | 1 | -2/+5 |
| * | Clean up some messages and fix missing translation support. Option --log | Peter Eisentraut | 2005-10-04 | 1 | -11/+13 |
| * | Fix interaction between psql \set AUTOCOMMIT and "ON_ERROR_ROLLBACK" | Bruce Momjian | 2005-09-20 | 1 | -7/+9 |
| * | Make REINDEX DATABASE do what one would expect, namely reindex all indexes | Tom Lane | 2005-06-22 | 1 | -4/+6 |
| * | Two-phase commit. Original patch by Heikki Linnakangas, with additional | Tom Lane | 2005-06-17 | 1 | -1/+16 |
| * | Add -L option to psql to log sessions. | Bruce Momjian | 2005-06-14 | 1 | -3/+20 |