| Age | Commit message (Expand) | Author |
| 2009-02-27 | Add the long options to the psql --help display, where they were curiously | Peter Eisentraut |
| 2009-02-26 | Final removal of -q options, which haven't done anything since 8.3 and | Peter Eisentraut |
| 2009-02-26 | Add a -w/--no-password option that prevents all password prompts to all | Peter Eisentraut |
| 2009-02-25 | Use the same style in the help synopsis that other programs are using. | 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-20 | Reconnect to the right database when using parallel restore with -C. Fixes bu... | Andrew Dunstan |
| 2009-02-18 | Add --freeze option to vacuumdb. | Bruce Momjian |
| 2009-02-18 | Have pg_dump/pg_dumpall --binary-upgrade restore frozenids for relations | Bruce Momjian |
| 2009-02-17 | Add missing newline. | Bruce Momjian |
| 2009-02-17 | Add pg_dump --binary-upgrade flag to be used by binary upgrade | Bruce Momjian |
| 2009-02-16 | Wrap some long queries. | Bruce Momjian |
| 2009-02-16 | Uppercase keywords in pg_dump.c | Bruce Momjian |
| 2009-02-11 | Improve psql \d+ to show TOAST reloptions too. Per complaint from | Alvaro Herrera |
| 2009-02-02 | Provide for parallel restoration from a custom format archive. Each data and | Andrew Dunstan |
| 2009-02-02 | Allow reloption names to have qualifiers, initially supporting a TOAST | Alvaro Herrera |
| 2009-01-28 | Support running as a service on Windows 7, by not specifying | Magnus Hagander |
| 2009-01-27 | Revert updatable views | Peter Eisentraut |
| 2009-01-22 | Support column-level privileges, as required by SQL standard. | Tom Lane |
| 2009-01-22 | Automatic view update rules | Peter Eisentraut |
| 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-18 | Fix a pg_dump output ordering problem introduced in 8.3 by the addition of | Tom Lane |
| 2009-01-15 | Remove period from primary error message. | Peter Eisentraut |
| 2009-01-13 | Throw an error when using -C and -1 at the same time in pg_restore. | Magnus Hagander |
| 2009-01-07 | Update MinGW so it handles fseeko() similar to Unix. | 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-06 | Make pg_dump and pg_dumpall --clean options match the SGML docs, for consiste... | Bruce Momjian |
| 2009-01-06 | Update pg_restore --help text to match the SGML documentation. | Bruce Momjian |
| 2009-01-05 | Add a --role option to pg_dump, pg_dumpall, and pg_restore. This allows | Tom Lane |
| 2009-01-05 | Allow out-of-tree builds on mingw and cygwin | Peter Eisentraut |
| 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-31 | Add a WINDOW attribute to CREATE FUNCTION, and teach pg_dump about it, | 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-18 | Code review for function default parameters patch. Fix numerous problems as | Tom Lane |
| 2008-12-11 | Append major version number and for libraries soname major version number | Peter Eisentraut |
| 2008-12-07 | Set up ar, dlltool, dllwrap, and windres for cross-compiling if necessary. | Peter Eisentraut |
| 2008-12-04 | Default values for function arguments | Peter Eisentraut |
| 2008-11-26 | Adjust the behavior of the PQExpBuffer code to make it have well-defined | Tom Lane |
| 2008-11-24 | CLUSTER VERBOSE and corresponding clusterdb --verbose option | Peter Eisentraut |
| 2008-11-21 | Fix a few more format argument warnings. | Magnus Hagander |