| Age | Commit message (Expand) | Author |
| 2003-08-04 | pgindent run. | Bruce Momjian |
| 2003-07-28 | Rename psql's VERBOSE variable to VERBOSITY, per suggestion from Bruce. | Tom Lane |
| 2003-07-23 | Apply message style guide to frontend programs. | Peter Eisentraut |
| 2003-06-28 | Update psql for some features of new FE/BE protocol. There is a | Tom Lane |
| 2003-05-14 | Backend support for autocommit removed, per recent discussions. The | Tom Lane |
| 2003-04-04 | Handle cp, rm, and exec for Win32. | Bruce Momjian |
| 2003-03-20 | I'm continuing to work on cleaning up code in psql. As things appear | Bruce Momjian |
| 2003-03-19 | This patch fixes a very small memory leak in psql, spotted with | Bruce Momjian |
| 2003-03-18 | Make the printing code somewhat more independent by not relying on | Peter Eisentraut |
| 2003-03-10 | Cleanup up psql \connect and \pset pager setting display, Dennis | Bruce Momjian |
| 2003-02-19 | Here's the patch I promised over on HACKERS - it alters the | Bruce Momjian |
| 2003-02-13 | [ Have readline save edit history.] | Bruce Momjian |
| 2003-01-10 | Do not shell-quote the name of the editor, so that the editor can be a | Peter Eisentraut |
| 2003-01-07 | Apply the proper version of Christopher Kings-Lynne's describe patch | Tom Lane |
| 2002-12-12 | TODO marked as done: | Bruce Momjian |
| 2002-11-08 | Here is a patch that does just that, while maintaining the | Bruce Momjian |
| 2002-10-23 | Page \h output and centralize psql paging code in PageOutput(). | Bruce Momjian |
| 2002-10-15 | Fix psql to cope with autocommit off, at least during startup. | Tom Lane |
| 2002-10-03 | The attached patch fixes a number of issues related to compiling the | Bruce Momjian |
| 2002-09-22 | Translation updates, some messages tweaked. | Peter Eisentraut |
| 2002-09-04 | pgindent run. | Bruce Momjian |
| 2002-09-02 | I checked all the previous string handling errors and most of them were | Bruce Momjian |
| 2002-08-14 | I guess I'd vote for changing the code to be | Bruce Momjian |
| 2002-08-13 | Put back old code. | Bruce Momjian |
| 2002-08-13 | Change NAMEDATALEN to 64, INDEX_MAX_KEYS/MAX_FUNC_ARGS to 32, per discussion... | Bruce Momjian |
| 2002-08-10 | psql backslash commands are schema-aware. Pattern matching behavior | Tom Lane |
| 2002-07-18 | I have committed many support files for CREATE CONVERSION. Default | Tatsuo Ishii |
| 2002-07-15 | Fix \? and \pset pager handling. \? wasn't honoring pager before. | Bruce Momjian |
| 2002-04-24 | Remove traces of NAMEDATALEN and INDEX_MAX_KEYS from psql. Build buffers | Peter Eisentraut |
| 2002-03-27 | Reset parenthesis level counter upon \r. | Peter Eisentraut |
| 2002-03-19 | Add psql \dD listing of domains, from Jonathan Eisler. | Bruce Momjian |
| 2002-03-07 | Back out psql domain improvements until domain is applied. | Bruce Momjian |
| 2002-03-06 | Here is a diff of changes to the psql source code implementing a simple | Bruce Momjian |
| 2002-03-05 | Add \timing patch to psql. Times all queries. | Bruce Momjian |
| 2002-02-25 | Tweak psql's \connect command to not downcase unquoted database and user | Tom Lane |
| 2002-02-20 | Fix comment. | Tom Lane |
| 2002-01-18 | Add missing 'else', per report from [email protected]. | Tom Lane |
| 2001-11-05 | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian |
| 2001-10-28 | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian |
| 2001-10-25 | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian |
| 2001-10-11 | Tatsuo Ishii <[email protected]> writes: | Bruce Momjian |
| 2001-10-05 | Attached is the updated version of the patch, which matches | Bruce Momjian |
| 2001-09-10 | > NOTE: in the command.c in three places there (I believe) is a typo: | Bruce Momjian |
| 2001-09-02 | Parse the arguments of \connect as SQL identifiers, so that they expose | Peter Eisentraut |
| 2001-06-08 | Finish German translation, edit (original) messages a bit. | Peter Eisentraut |
| 2001-06-02 | Native Language Support (NLS) | Peter Eisentraut |
| 2001-05-12 | Add command '\pset footer' to psql to turn off default "(x rows)" footer. | Peter Eisentraut |
| 2001-05-12 | Add comment to explain need for bizarre-looking coding in HandleSlashCmds. | Tom Lane |
| 2001-05-09 | Here's a version of my suggested diffs transplanted to 7.1 beta 5. I'm | Bruce Momjian |
| 2001-05-07 | Add \cd command to psql. | Peter Eisentraut |