| Age | Commit message (Expand) | Author |
| 2008-12-02 | Documentation for wildcard certificates patch | Magnus Hagander |
| 2008-12-01 | Add braces to clarify syntax synopsis | Peter Eisentraut |
| 2008-12-01 | Small correction | Peter Eisentraut |
| 2008-12-01 | typo | Peter Eisentraut |
| 2008-11-30 | Add a "LIKE = typename" clause to CREATE TYPE for base types. This allows | Tom Lane |
| 2008-11-28 | Support regular expressions in pg_ident.conf. | Magnus Hagander |
| 2008-11-27 | Add that PL/Java is an implementation of SQL/JRT, and drop claim that | Peter Eisentraut |
| 2008-11-27 | Tweak wording of DISCARD ALL description to avoid giving the impression | Tom Lane |
| 2008-11-26 | configure check for docbook2man program, used in the new XML-based man | Peter Eisentraut |
| 2008-11-26 | Make DISCARD ALL discard advisory locks, too. Marko Kreen | Tom Lane |
| 2008-11-25 | information_schema.key_column_usage.position_in_unique_constraint was | Tom Lane |
| 2008-11-25 | Remove PGINTERVALSTYLE from the set of special environment variables for | Tom Lane |
| 2008-11-24 | Move FAQ_AIX information to installation instructions. | Peter Eisentraut |
| 2008-11-24 | CLUSTER VERBOSE and corresponding clusterdb --verbose option | Peter Eisentraut |
| 2008-11-21 | Minor copy-editing. | Tom Lane |
| 2008-11-21 | Document which GUC settings are enums and not strings, along with a short | Magnus Hagander |
| 2008-11-21 | Docs update for enumvals patch. | Magnus Hagander |
| 2008-11-21 | Include the platform "FAQs" into the installation instructions. | Peter Eisentraut |
| 2008-11-21 | Use relation_expr for TABLE command, requested by Tom. | Peter Eisentraut |
| 2008-11-20 | Note that the example aggregate array_accum is comparable to the now | Tom Lane |
| 2008-11-20 | Issue a proper error message when MD5 is attempted when | Bruce Momjian |
| 2008-11-20 | TABLE command | Peter Eisentraut |
| 2008-11-20 | Add support for using SSL client certificates to authenticate to the | Magnus Hagander |
| 2008-11-20 | Control client certificate requesting with the pg_hba option "clientcert" | Magnus Hagander |
| 2008-11-19 | Add WITH as a refname to the SELECT reference page. | Peter Eisentraut |
| 2008-11-19 | Add "Most Common Implementation" row to high availablity table so the | Bruce Momjian |
| 2008-11-19 | Add auto-explain contrib module for automatic logging of the plans of | Tom Lane |
| 2008-11-18 | Ident authentication over Unix-domain sockets on Solaris, using | Peter Eisentraut |
| 2008-11-17 | Document that Bucardo is an example of mulit-master replication with | Bruce Momjian |
| 2008-11-16 | Modify UPDATE/DELETE WHERE CURRENT OF to use the FOR UPDATE infrastructure to | Tom Lane |
| 2008-11-14 | Document a gotcha that happens on Windows when using libpq's new event | Tom Lane |
| 2008-11-14 | Reduce contrib/intagg to a thin wrapper around the new core functions | Tom Lane |
| 2008-11-14 | Since doc/src/sgml already builds the HTML docs twice to resolve index | Peter Eisentraut |
| 2008-11-14 | Set SQL man pages to be section 7 by default, and only transform them to | Peter Eisentraut |
| 2008-11-14 | Implement the basic form of UNNEST, ie unnest(anyarray) returns setof | Tom Lane |
| 2008-11-13 | Marginal editorial improvements for array_agg patch documentation. | Tom Lane |
| 2008-11-13 | array_agg aggregate function, as per SQL:2008, but without ORDER BY clause | Peter Eisentraut |
| 2008-11-13 | Fix libpq certificate validation for SSL connections. | Magnus Hagander |
| 2008-11-12 | Support for man page links, if a man page has more than one refname. | Peter Eisentraut |
| 2008-11-12 | Remove unnecessary whitespace in refname elements. This confuses the | Peter Eisentraut |
| 2008-11-12 | Add refentrytitle elements to refentry pages. Their absence confused the | Peter Eisentraut |
| 2008-11-12 | array_length() function, and for SQL compatibility also cardinality() | Peter Eisentraut |
| 2008-11-11 | Mention the tup_fetched column in pg_stat_database. | 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-10 | Make relhasrules and relhastriggers work like relhasindex, namely we let | Tom Lane |
| 2008-11-09 | Replace pg_class.reltriggers with relhastriggers, which is just a boolean hint | Tom Lane |
| 2008-11-09 | Add a startup check that pg_xlog and pg_xlog/archive_status exist. | Tom Lane |
| 2008-11-09 | Add some documentation about handling of fractions in interval input. | Tom Lane |
| 2008-11-09 | Add a new GUC variable called "IntervalStyle" that decouples interval output | Tom Lane |