| Age | Commit message (Expand) | Author |
| 2008-05-16 | Update psql startup banner to be shorter, suggest "help" for help. | Bruce Momjian |
| 2008-05-16 | Add detection of psql pager to trigger on wide output. Also add pager | Bruce Momjian |
| 2008-05-14 | Move the "instr_time" typedef and associated macros into a new header | Tom Lane |
| 2008-05-14 | Reorgnize psql \? help output, to reduce the size of the "General" | Bruce Momjian |
| 2008-05-13 | Change \du to use the new printTable API, improving the situation of very wide | Alvaro Herrera |
| 2008-05-13 | Fix a bug in the previous patch, which caused the title pointer to be used | Alvaro Herrera |
| 2008-05-12 | Improve psql's internal print.c code by introducing an actual print API. | Alvaro Herrera |
| 2008-05-10 | Restore psql's former behavior that padding spaces to the right of the last | Tom Lane |
| 2008-05-09 | Add "%option noinput" to the scanners to avoid compiler warnings. GCC 4.3 | Peter Eisentraut |
| 2008-05-09 | Fix memory stomp that's turning the whole buildfarm pink: you can't hack up | Tom Lane |
| 2008-05-08 | Have psql output tab as the proper number of spaces, rather than \x09. | Bruce Momjian |
| 2008-05-08 | Add psql '\pset format wrapped' mode to wrap output to screen width, or | Bruce Momjian |
| 2008-05-07 | Have boolean pset values checked against typical boolean values, rather | Bruce Momjian |
| 2008-05-05 | Display ACLS using multiple lines for psql's \z. Brendan Jurd. | Andrew Dunstan |
| 2008-05-05 | Show enum values in psql's \dt+. David Fetter. | Andrew Dunstan |
| 2008-05-02 | Show relation size in verbose (e.g. \d+) output. | Heikki Linnakangas |
| 2008-05-02 | One-letter backslash commands now need a space before the first argument. | Peter Eisentraut |
| 2008-04-16 | Fix comment typo. | Bruce Momjian |
| 2008-04-14 | Fix indentation in new REFERENCED BY psql output, per Brendan Jurd. | Alvaro Herrera |
| 2008-04-05 | A small visit from the portability and localization police. | Tom Lane |
| 2008-04-04 | Have psql command 'help' suggest the use of \?, updated version. | Bruce Momjian |
| 2008-04-04 | Allow 'help' in psql to show \? help, for novice assistance. | Bruce Momjian |
| 2008-03-30 | Show database access privileges in psql's \l command. For \l+, also show | Tom Lane |
| 2008-03-30 | Display incoming as well as outgoing foreign-key constraints in psql's | Tom Lane |
| 2008-03-29 | Improve description of \du and \dg, per suggestion from | Tom Lane |
| 2008-03-29 | Improve psql's tab completion to handle completing attribute names in cases | Tom Lane |
| 2008-03-27 | Reduce the need for frontend programs to include "postgres.h" by refactoring | Tom Lane |
| 2008-03-26 | Include \password in the psql help. | Magnus Hagander |
| 2008-03-11 | Prevent psql \copy from accepting multiple string parameters, e.g. | Bruce Momjian |
| 2008-01-31 | Translation updates | Peter Eisentraut |
| 2008-01-30 | Translation updates | Peter Eisentraut |
| 2008-01-20 | Fix psql \h output for case of no parameters (ie, list all the known commands) | Tom Lane |
| 2008-01-01 | Update copyrights in source tree to 2008. | Bruce Momjian |
| 2007-12-12 | Improve the method of localizing column names and other fixed strings in | Tom Lane |
| 2007-12-11 | Make documentation of -W options more accurate and uniform. | Tom Lane |
| 2007-12-11 | Remove the long-deprecated -u option from psql, since it does nothing very | Tom Lane |
| 2007-12-09 | Fix bogus prompt for password in -u case. Per gripe from Robert Treat. | Tom Lane |
| 2007-12-09 | Fix up the PQconnectionUsedPassword mess: create a separate | Tom Lane |
| 2007-11-29 | Translation updates | Peter Eisentraut |
| 2007-11-28 | Properly recognize and announce input errors. | Peter Eisentraut |
| 2007-11-22 | Add more comments about thousands separator handling. | Bruce Momjian |
| 2007-11-22 | Add comments about thousands separator logic. | Bruce Momjian |
| 2007-11-21 | When setting default thousands separator when locale has "", use logic | Bruce Momjian |
| 2007-11-16 | Cleanup for new else/comment handling. | Bruce Momjian |
| 2007-11-15 | Fix pgindent to properly handle 'else' and single-line comments on the | Bruce Momjian |
| 2007-11-15 | pgindent run for 8.3. | Bruce Momjian |
| 2007-11-15 | Translation updates | Peter Eisentraut |
| 2007-11-07 | Consistent capitalization | Peter Eisentraut |
| 2007-10-27 | Translation updates | Peter Eisentraut |
| 2007-10-16 | Use 'token' not 'lexeme' to describe the output of a parser. | Tom Lane |