| Age | Commit message (Expand) | Author |
| 2014-10-24 | psql: complain if pg_dump custom-format is detected | Alvaro Herrera |
| 2014-09-02 | Add psql PROMPT variable showing which line of a statement is being edited. | Andres Freund |
| 2014-05-06 | pgindent run for 9.4 | Bruce Momjian |
| 2014-01-07 | Update copyright for 2014 | Bruce Momjian |
| 2013-01-01 | Update copyrights for 2013 | Bruce Momjian |
| 2012-01-01 | Update copyright notices for year 2012. | Bruce Momjian |
| 2011-01-01 | Stamp copyrights for year 2011. | Bruce Momjian |
| 2010-09-20 | Remove cvs keywords from all files. | Magnus Hagander |
| 2010-02-26 | pgindent run for 9.0 | Bruce Momjian |
| 2010-01-02 | Update copyright for the year 2010. | Bruce Momjian |
| 2009-11-21 | Ignore UTF-8-encoded Unicode byte-order mark at the beginning of a file if | Peter Eisentraut |
| 2009-11-10 | Do not build psql's flex module on its own, but instead include it in | Tom Lane |
| 2009-06-11 | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian |
| 2009-01-01 | Update copyright for 2009. | Bruce Momjian |
| 2008-11-26 | Adjust the behavior of the PQExpBuffer code to make it have well-defined | Tom Lane |
| 2008-06-10 | Editorialization for the text emitted by the "help" psql command. | Neil Conway |
| 2008-05-16 | Update psql startup banner to be shorter, suggest "help" for help. | Bruce Momjian |
| 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-01-01 | Update copyrights in source tree to 2008. | Bruce Momjian |
| 2007-11-28 | Properly recognize and announce input errors. | Peter Eisentraut |
| 2007-01-05 | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian |
| 2006-10-04 | pgindent run for 8.2. | Bruce Momjian |
| 2006-08-29 | Invent an assign-hook mechanism for psql variables similar to the one | Tom Lane |
| 2006-08-11 | Make the psql line counter 64-bit so it can handle files > 4gig lines. | Bruce Momjian |
| 2006-07-14 | Remove 576 references of include files that were not needed. | Bruce Momjian |
| 2006-06-14 | Clean up psql's control-C handling to avoid longjmp'ing out of random | Tom Lane |
| 2006-06-11 | Code review for psql multiline history patch(es). Fix memory leak, | Tom Lane |
| 2006-06-07 | For psql multi-line history, save backslash commands right away, rather | Bruce Momjian |
| 2006-06-05 | Avoid longjump/vfork warning about line_saved_in_history variable by | Bruce Momjian |
| 2006-06-05 | Have psql history save \e editor contents to history before query is | Bruce Momjian |
| 2006-06-04 | Fix psql so \r is separate in the history, rather than at the end of | Bruce Momjian |
| 2006-03-21 | Fix psql history handling: | Bruce Momjian |
| 2006-03-06 | Fix psql history handling so 'execute' backslash commands (\g) | Bruce Momjian |
| 2006-03-06 | In psql, save history of backslash commands used in multi-line | Bruce Momjian |
| 2006-03-05 | Update copyright for 2006. Update scripts. | Bruce Momjian |
| 2006-02-11 | o Improve psql's handling of multi-line statements | Bruce Momjian |
| 2005-12-18 | Add new psql command \password for changing role password with client-side | Peter Eisentraut |
| 2005-10-15 | Standard pgindent run for 8.1. | Bruce Momjian |
| 2005-02-22 | Use _() macro consistently rather than gettext(). Add translation | Bruce Momjian |
| 2005-01-01 | Update copyrights that were missed. | Bruce Momjian |
| 2004-10-30 | Invent a new, more thread-safe version of PQrequestCancel, called PQcancel. | Tom Lane |
| 2004-08-29 | Pgindent run for 8.0. | Bruce Momjian |
| 2004-08-29 | Update copyright to 2004. | Bruce Momjian |
| 2004-02-19 | Re-implement psql's input scanning to use a flex-generated lexer, as per | Tom Lane |
| 2004-01-25 | More fallout from the recent psql patch: rename xmalloc and friends to | Neil Conway |
| 2004-01-24 | This patch makes some of the memory manipulation performed by psql a | Neil Conway |
| 2004-01-21 | Ensure fflush(stdout) happens in all cases, per gripe from Jon Sablatnig. | Tom Lane |
| 2003-11-29 | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon |