| Age | Commit message (Expand) | Author |
| 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 |
| 2008-11-20 | TABLE command | Peter Eisentraut |
| 2008-11-19 | Change this script to Perl 5 style. Add support for multiple refnames. | Peter Eisentraut |
| 2008-11-14 | One more hack to see if we can get the cygwin machines building again. | Tom Lane |
| 2008-11-14 | Actually, instead of whining about how type internal might not safely store | Tom Lane |
| 2008-11-11 | Make psql report "SSL connection (unknown cipher)" when libpq has set | Magnus Hagander |
| 2008-11-11 | Add support for input and output of interval values formatted per ISO 8601; | Tom Lane |
| 2008-11-10 | Add a --locale switch to createdb, to ease the creation of databases with | Alvaro Herrera |
| 2008-11-09 | Replace pg_class.reltriggers with relhastriggers, which is just a boolean hint | Tom Lane |
| 2008-11-09 | Add a new GUC variable called "IntervalStyle" that decouples interval output | Tom Lane |
| 2008-11-07 | Implement ALTER DATABASE SET TABLESPACE to move a whole database (or at least | Tom Lane |
| 2008-11-06 | Improve psql's \dC command to take a pattern parameter. Casts are shown | Tom Lane |
| 2008-11-03 | Fix two error-recovery bugs in describeOneTableDetails(), and make the code | Tom Lane |
| 2008-10-31 | Add support for user-defined I/O conversion casts. | Heikki Linnakangas |
| 2008-10-31 | Message improvement | Peter Eisentraut |
| 2008-10-29 | Unicode escapes in strings and identifiers | Peter Eisentraut |
| 2008-10-04 | Implement SQL-standard WITH clauses, including WITH RECURSIVE. | Tom Lane |