| Age | Commit message (Expand) | Author |
| 2012-02-09 | psql: Support zero byte field and record separators | Peter Eisentraut |
| 2012-01-01 | Update copyright notices for year 2012. | Bruce Momjian |
| 2011-12-04 | Add a \setenv command to psql. | Andrew Dunstan |
| 2011-11-12 | Add psql expanded auto mode | Peter Eisentraut |
| 2011-08-11 | Change psql's \dd command to do something more useful. | Robert Haas |
| 2011-08-08 | Teach psql to display the comments on conversions and domains. | Robert Haas |
| 2011-08-04 | Teach psql to display comments on languages and casts. | Robert Haas |
| 2011-07-06 | Add \ir command to psql. | Robert Haas |
| 2011-02-12 | DDL support for collations | Peter Eisentraut |
| 2011-02-08 | Core support for "extensions", which are packages of SQL objects. | Tom Lane |
| 2011-01-27 | Update psql's \copyright to match the text we have in the COPYRIGHT file. | Heikki Linnakangas |
| 2011-01-24 | Document the "S" option for psql's \dn command in the psql help | Peter Eisentraut |
| 2011-01-20 | Add new psql command \dL to list languages. | Robert Haas |
| 2011-01-02 | Basic foreign table support. | Robert Haas |
| 2011-01-01 | Stamp copyrights for year 2011. | Bruce Momjian |
| 2010-10-28 | Make \? output of \dg and \du the same | Peter Eisentraut |
| 2010-09-20 | Remove cvs keywords from all files. | Magnus Hagander |
| 2010-08-14 | Add a \sf (show function) command to psql, for those times when you need to | Tom Lane |
| 2010-08-13 | Clean up failure to use ClosePager() where appropriate in help.c. | Tom Lane |
| 2010-08-12 | Extend psql's \e and \ef commands so that a line number can be specified, | Tom Lane |
| 2010-07-20 | Add \conninfo command to psql, to show current connection info. | Robert Haas |
| 2010-05-26 | Fix psql help: \da+ is same as \da, but \daS is not. | Robert Haas |
| 2010-05-08 | Work around a subtle portability problem in use of printf %s format. | Tom Lane |
| 2010-03-07 | Revert patch for --psqlrc=FILENAME in psql. | Magnus Hagander |
| 2010-03-06 | Add --psqlrc=FILENAME parameter to psql, to process an explicitly named | Magnus Hagander |
| 2010-01-02 | Update copyright for the year 2010. | Bruce Momjian |
| 2009-10-08 | Add the new psql command \drds to the psql docs, help and tab completion. | Alvaro Herrera |
| 2009-10-05 | Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjust | Tom Lane |
| 2009-09-18 | Easier to translate psql help | Peter Eisentraut |
| 2009-07-24 | Document \dg+ and \du+ | Peter Eisentraut |
| 2009-06-11 | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian |
| 2009-04-22 | Use brackets in psql \df \? help. | Bruce Momjian |
| 2009-04-21 | Merge psql \df options into a single \? line, and update docs. | Bruce Momjian |
| 2009-04-21 | Add agg/normal/trigger/window flags for psql \df and in \df output. | Bruce Momjian |
| 2009-04-11 | Message improvement | Peter Eisentraut |
| 2009-04-03 | Add missing help output for \ef option. Andrew Gierth | Tom Lane |
| 2009-03-25 | Update line count for \? output (obtained from wc -l) | Peter Eisentraut |
| 2009-03-25 | In the \? output, align the columns consistently. | Peter Eisentraut |
| 2009-03-24 | Fix my typo | Peter Eisentraut |
| 2009-02-27 | Add the long options to the psql --help display, where they were curiously | Peter Eisentraut |
| 2009-02-26 | Add a -w/--no-password option that prevents all password prompts to all | Peter Eisentraut |
| 2009-02-25 | Sort the output of --help mostly alphabetical, make it align better, make | Peter Eisentraut |
| 2009-01-07 | Removeduplicate \dd psql help mention. | Bruce Momjian |
| 2009-01-07 | Add spaces around psql \d* columns, per idea from Joshua Drake. | Bruce Momjian |
| 2009-01-06 | Improve \z psql \? help display. | Bruce Momjian |
| 2009-01-06 | Add documentation for new \d*S* patch, and clean up some of the docs. | Bruce Momjian |
| 2009-01-06 | This makes all the \dX commands (most importantly to most: \df) work | Bruce Momjian |
| 2009-01-01 | Update copyright for 2009. | Bruce Momjian |
| 2008-12-19 | SQL/MED catalog manipulation facilities | Peter Eisentraut |
| 2008-11-06 | Improve psql's \dC command to take a pattern parameter. Casts are shown | Tom Lane |