| Commit message (Expand) | Author | Age | Files | Lines |
| * | Editorialization for the text emitted by the "help" psql command. | Neil Conway | 2008-06-10 | 1 | -7/+7 |
| * | Update psql startup banner to be shorter, suggest "help" for help. | Bruce Momjian | 2008-05-16 | 1 | -5/+8 |
| * | A small visit from the portability and localization police. | Tom Lane | 2008-04-05 | 1 | -6/+7 |
| * | Have psql command 'help' suggest the use of \?, updated version. | Bruce Momjian | 2008-04-04 | 1 | -4/+6 |
| * | Allow 'help' in psql to show \? help, for novice assistance. | Bruce Momjian | 2008-04-04 | 1 | -1/+12 |
| * | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 1 | -2/+2 |
| * | Properly recognize and announce input errors. | Peter Eisentraut | 2007-11-28 | 1 | -1/+5 |
| * | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 1 | -2/+2 |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 1 | -7/+7 |
| * | Invent an assign-hook mechanism for psql variables similar to the one | Tom Lane | 2006-08-29 | 1 | -8/+6 |
| * | 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 | -4/+1 |
| * | Clean up psql's control-C handling to avoid longjmp'ing out of random | Tom Lane | 2006-06-14 | 1 | -28/+18 |
| * | Code review for psql multiline history patch(es). Fix memory leak, | Tom Lane | 2006-06-11 | 1 | -71/+63 |
| * | For psql multi-line history, save backslash commands right away, rather | Bruce Momjian | 2006-06-07 | 1 | -2/+2 |
| * | Avoid longjump/vfork warning about line_saved_in_history variable by | Bruce Momjian | 2006-06-05 | 1 | -3/+3 |
| * | Have psql history save \e editor contents to history before query is | Bruce Momjian | 2006-06-05 | 1 | -6/+8 |
| * | Fix psql so \r is separate in the history, rather than at the end of | Bruce Momjian | 2006-06-04 | 1 | -2/+2 |
| * | Fix psql history handling: | Bruce Momjian | 2006-03-21 | 1 | -3/+4 |
| * | Fix psql history handling so 'execute' backslash commands (\g) | Bruce Momjian | 2006-03-06 | 1 | -23/+24 |
| * | In psql, save history of backslash commands used in multi-line | Bruce Momjian | 2006-03-06 | 1 | -9/+31 |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
| * | o Improve psql's handling of multi-line statements | Bruce Momjian | 2006-02-11 | 1 | -8/+29 |
| * | Add new psql command \password for changing role password with client-side | Peter Eisentraut | 2005-12-18 | 1 | -11/+11 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -22/+18 |
| * | Use _() macro consistently rather than gettext(). Add translation | Bruce Momjian | 2005-02-22 | 1 | -2/+2 |
| * | Update copyrights that were missed. | Bruce Momjian | 2005-01-01 | 1 | -2/+2 |
| * | Invent a new, more thread-safe version of PQrequestCancel, called PQcancel. | Tom Lane | 2004-10-30 | 1 | -2/+5 |
| * | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 1 | -8/+8 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
| * | Re-implement psql's input scanning to use a flex-generated lexer, as per | Tom Lane | 2004-02-19 | 1 | -264/+86 |
| * | More fallout from the recent psql patch: rename xmalloc and friends to | Neil Conway | 2004-01-25 | 1 | -3/+3 |
| * | This patch makes some of the memory manipulation performed by psql a | Neil Conway | 2004-01-24 | 1 | -8/+2 |
| * | Ensure fflush(stdout) happens in all cases, per gripe from Jon Sablatnig. | Tom Lane | 2004-01-21 | 1 | -6/+3 |
| * | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | Fix some copyright notices that weren't updated. Improve copyright tool | Tom Lane | 2003-08-04 | 1 | -2/+2 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 1 | -33/+34 |
| * | Improve psql comment coding. | Bruce Momjian | 2003-03-21 | 1 | -9/+3 |
| * | Fix multiline C comments in psql. | Bruce Momjian | 2003-03-20 | 1 | -11/+14 |
| * | I'm continuing to work on cleaning up code in psql. As things appear | Bruce Momjian | 2003-03-20 | 1 | -101/+45 |
| * | Here's some changes I made last night to psql's common.c (as found in | Bruce Momjian | 2003-03-20 | 1 | -3/+2 |
| * | 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 |