| Commit message (Expand) | Author | Age | Files | Lines |
| * | psql thought that backslash is an escape character inside double quotes. | Tom Lane | 2002-10-12 | 1 | -8/+11 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -4/+4 |
| * | Fix some more boundary-case errors in psql variable substitution: | Tom Lane | 2002-07-03 | 1 | -14/+19 |
| * | Noted with versions 7.0.3, 7.1.3, and 7.2.1: | Bruce Momjian | 2002-06-15 | 1 | -2/+3 |
| * | Reset parenthesis level counter upon \r. | Peter Eisentraut | 2002-03-27 | 1 | -2/+3 |
| * | Add code to preserve paren level display after \g, as submitted months ago. | Bruce Momjian | 2002-02-18 | 1 | -3/+5 |
| * | Oops, back out paren fix. That is for 7.3. | Bruce Momjian | 2001-12-28 | 1 | -4/+2 |
| * | Add mention of Christof Petig for ecpg items. | Bruce Momjian | 2001-12-28 | 1 | -2/+4 |
| * | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 | 1 | -2/+2 |
| * | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 | 1 | -2/+2 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -11/+9 |
| * | Native Language Support (NLS) | Peter Eisentraut | 2001-06-02 | 1 | -3/+2 |
| * | pqsignal call needs to be #ifndef WIN32, per report from Magnus. | Tom Lane | 2001-03-26 | 1 | -1/+3 |
| * | Fix problems with coredumps due to ^C when longjmp buffer isn't valid. | Tom Lane | 2001-03-23 | 1 | -2/+15 |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 1 | -12/+9 |
| * | Do not strip whitespace within quotes. | Peter Eisentraut | 2001-02-28 | 1 | -3/+3 |
| * | Restructure the key include files per recent pghackers discussion: there | Tom Lane | 2001-02-10 | 1 | -2/+2 |
| * | Don't strip trailing backslashes from a line. Treat them more reasonably. | Peter Eisentraut | 2000-07-17 | 1 | -12/+1 |
| * | Implement nested block comments in the backend and in psql. | Thomas G. Lockhart | 2000-07-14 | 1 | -3/+16 |
| * | Fix select '1--2'; for PEter. | Bruce Momjian | 2000-06-30 | 1 | -24/+32 |
| * | Fix quotes in /* */ comments in psql. | Bruce Momjian | 2000-06-29 | 1 | -19/+18 |
| * | /home/peter/commit-msg | Peter Eisentraut | 2000-05-12 | 1 | -2/+4 |
| * | fixed another psql \e bug (handle newlines as whitespace) | Peter Eisentraut | 2000-04-14 | 1 | -4/+4 |
| * | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 1 | -198/+216 |
| * | Fixed bug with repeated \e in psql (failed to clear buffers correctly) | Peter Eisentraut | 2000-03-27 | 1 | -2/+2 |
| * | Modify lexing of multi-char operators per pghackers discussion around | Tom Lane | 2000-03-18 | 1 | -3/+2 |
| * | Fixed deficiency where an unterminated (no semicolon) command at end of | Peter Eisentraut | 2000-03-13 | 1 | -4/+18 |
| * | Added configure test for readline's filename_completion_function | Peter Eisentraut | 2000-03-05 | 1 | -2/+3 |
| * | More fixes for psql ^C handling, especially during copy. Still doesn't | Peter Eisentraut | 2000-03-01 | 1 | -14/+22 |
| * | Moved psql \eset and \eshow to \encoding | Peter Eisentraut | 2000-02-20 | 1 | -2/+41 |
| * | Fix missing \n in some psql_error calls. | Tom Lane | 2000-02-20 | 1 | -3/+3 |
| * | Clean up include files use in psql. | Bruce Momjian | 2000-02-16 | 1 | -7/+3 |
| * | Adjusted psql echoing options (-a and -e) | Peter Eisentraut | 2000-02-13 | 1 | -2/+2 |
| * | Default argument for createdb | Peter Eisentraut | 2000-02-10 | 1 | -2/+2 |
| * | Fixed psql double quoting of SQL ids | Peter Eisentraut | 2000-02-07 | 1 | -4/+6 |
| * | Made abstime/reltime use int4 instead of time_t (TODO item) | Peter Eisentraut | 2000-01-24 | 1 | -4/+9 |
| * | another set of cleanups | Peter Eisentraut | 2000-01-18 | 1 | -8/+24 |
| * | Included all yacc and lex files into the distribution. | Peter Eisentraut | 2000-01-16 | 1 | -2/+3 |
| * | Adapt to the changes of libpq(eliminateing using putenv()). | Tatsuo Ishii | 2000-01-15 | 1 | -4/+4 |
| * | Fixed psql variables vs array syntax, as well as minor psql enhancements | Peter Eisentraut | 2000-01-14 | 1 | -60/+98 |
| * | Fixed a few "fixes" and bugs. Adjusted messages and options to GNU suggestions. | Peter Eisentraut | 2000-01-12 | 1 | -5/+3 |
| * | Clear paren level flag on \r or any backslash command, rather than | Bruce Momjian | 1999-12-16 | 1 | -0/+1 |
| * | Fix for psql from Peter. | Bruce Momjian | 1999-12-11 | 1 | -3/+0 |
| * | Allow ; in () in psql. | Bruce Momjian | 1999-12-11 | 1 | -3/+2 |
| * | This should fix the \e (\p, \g, ...) behaviour on an empty query buffer. | Bruce Momjian | 1999-12-10 | 1 | -23/+42 |
| * | * Includes tab completion. It's not magic, but it's very cool. At any | Bruce Momjian | 1999-11-26 | 1 | -79/+79 |
| * | Fix for psql control-d and .psqlrc that I broke. Fix for \dT with | Bruce Momjian | 1999-11-13 | 1 | -3/+4 |
| * | New NameStr macro to convert Name to Str. No need for var.data anymore. | Bruce Momjian | 1999-11-07 | 1 | -1/+1 |
| * | Fix EOF/control-D display in psql. | Bruce Momjian | 1999-11-04 | 1 | -1/+3 |
| * | psql cleanup | Bruce Momjian | 1999-11-04 | 1 | -289/+326 |