| Age | Commit message (Expand) | Author |
| 2009-04-22 | Use brackets in psql \df \? help. | Bruce Momjian |
| 2009-04-21 | Improve psql \df error handling. | 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 | Make string more alike other similar messages. | Alvaro Herrera |
| 2009-04-11 | Message fix | Peter Eisentraut |
| 2009-04-11 | Message improvement | Peter Eisentraut |
| 2009-04-09 | Translation updates for 8.4 beta | Peter Eisentraut |
| 2009-04-08 | Remove psql's ancient hack that suppressed functions taking or returning | Tom Lane |
| 2009-04-08 | Improve tab completion for \ef. | Bruce Momjian |
| 2009-04-06 | Adjust psql tab completion for new \d 'S' flag behavior; adjust code to | Bruce Momjian |
| 2009-04-05 | Remove a boatload of useless definitions of 'int optreset'. If we | Tom Lane |
| 2009-04-04 | Improve obsolete comment. | Tom Lane |
| 2009-04-04 | Make \dt \di and friends more consistent about the treatment of | Tom Lane |
| 2009-04-03 | Add missing help output for \ef option. Andrew Gierth | Tom Lane |
| 2009-04-02 | Do not show information_schema in \d* commands, unless 'S' or pattern is | Bruce Momjian |
| 2009-04-02 | Change psql \d* display so 'S' _or_ a pattern include system objects. | Bruce Momjian |
| 2009-03-27 | Fix tab completion of ANALYZE VERBOSE <tab>. It was previously confused | Heikki Linnakangas |
| 2009-03-26 | Gettext plural support | Peter Eisentraut |
| 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-25 | Polish SQL/MED terminology | Peter Eisentraut |
| 2009-03-25 | No period if it's not a sentence | Peter Eisentraut |
| 2009-03-24 | Fix my typo | Peter Eisentraut |
| 2009-03-07 | Separate the key word list that lived in keywords.c into a new header file | Alvaro Herrera |
| 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 | Remove feof(stdin) calls related to when to prompt for a password, | Peter Eisentraut |
| 2009-02-25 | Sort the output of --help mostly alphabetical, make it align better, make | Peter Eisentraut |
| 2009-02-24 | Add the possibility to specify an explicit validator function for foreign-data | Peter Eisentraut |
| 2009-02-23 | Fix psql's \dD to show only one row per domain, even when the domain has | Tom Lane |
| 2009-02-11 | Improve psql \d+ to show TOAST reloptions too. Per complaint from | Alvaro Herrera |
| 2009-01-22 | Support column-level privileges, as required by SQL standard. | Tom Lane |
| 2009-01-20 | Make psql \d and \dt consistent for system tables, i.e prevent \d from | Bruce Momjian |
| 2009-01-19 | Document RELKIND_SPECIAL reference in psql, from <= 8.1.X. | Bruce Momjian |
| 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-31 | Fix another problem in SQL-MED \d displays: should have a clean failure | Tom Lane |
| 2008-12-31 | Consistently use multi-line formatting for all ACL columns printed by psql's | Tom Lane |
| 2008-12-19 | SQL/MED catalog manipulation facilities | Peter Eisentraut |
| 2008-12-19 | Have psql's \d+ print reloptions. Extracted from Euler Taveira de Oliveira's | Alvaro Herrera |
| 2008-12-11 | Append major version number and for libraries soname major version number | Peter Eisentraut |
| 2008-11-26 | Adjust the behavior of the PQExpBuffer code to make it have well-defined | Tom Lane |
| 2008-11-21 | Fix a few more format argument warnings. | Magnus Hagander |
| 2008-11-20 | TABLE command | Peter Eisentraut |
| 2008-11-19 | Change this script to Perl 5 style. Add support for multiple refnames. | Peter Eisentraut |