| Age | Commit message (Expand) | Author |
| 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 |
| 2008-11-07 | Improve documentation of pg_typeof, per gripe from David Wheeler. | 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-04 | Document that SSL is only possible on tcp/ip connections in the | Bruce Momjian |
| 2008-11-04 | Document that 'sslmode' is ignored for Unix domain socket communication; | Bruce Momjian |
| 2008-11-04 | Experimental new support for building man pages via docbook2x, an XSL-based | Peter Eisentraut |
| 2008-11-04 | ADD array_ndims function | Peter Eisentraut |
| 2008-11-04 | Add missing colon to docs. | Bruce Momjian |
| 2008-11-04 | Remove tabs from SGML file. | Bruce Momjian |
| 2008-11-04 | Disallow LOCK TABLE outside a transaction block (or function), since this case | Tom Lane |
| 2008-11-03 | Allow uuid_in() to parse a wider variety of variant input formats for the UUID | Peter Eisentraut |
| 2008-11-03 | suppress_redundant_updates_trigger function. | Andrew Dunstan |
| 2008-11-03 | Add pg_typeof() function. | Tom Lane |
| 2008-11-03 | Update URL to Docbook DSSSL stylesheets, per Gabriele Bartolini. | Alvaro Herrera |
| 2008-11-03 | Change the pgstat logic so that the stats collector writes the stats file only | Tom Lane |
| 2008-10-31 | Allow SQL-language functions to return the output of an INSERT/UPDATE/DELETE | Tom Lane |
| 2008-10-31 | The conversion rule from postgres.sgml to postgres.xml didn't work with | Peter Eisentraut |
| 2008-10-31 | Add support for user-defined I/O conversion casts. | Heikki Linnakangas |