| Age | Commit message (Expand) | Author |
| 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 |
| 2008-10-30 | Update back-branch release notes. | Tom Lane |
| 2008-10-29 | Remove tab from sgml file. | Bruce Momjian |
| 2008-10-29 | Since SQL:2003, the array size specification in the SQL ARRAY syntax has | Peter Eisentraut |
| 2008-10-29 | Unicode escapes in strings and identifiers | Peter Eisentraut |
| 2008-10-28 | Extend ExecMakeFunctionResult() to support set-returning functions that return | Tom Lane |
| 2008-10-28 | Add WITH [NO] DATA clause to CREATE TABLE AS, per SQL. | Peter Eisentraut |
| 2008-10-28 | Remove support for (insecure) crypt authentication. | Magnus Hagander |
| 2008-10-27 | Install a more robust solution for the problem of infinite error-processing | Tom Lane |
| 2008-10-27 | Add support for multiple error messages from libpq, by simply appending them | Magnus Hagander |
| 2008-10-27 | SQL:2008 syntax CURRENT_CATALOG, CURRENT_SCHEMA, SET CATALOG, SET SCHEMA. | Peter Eisentraut |
| 2008-10-27 | Allow EXPLAIN on CREATE TABLE AS. | Peter Eisentraut |
| 2008-10-23 | * make pg_hba authoption be a set of 0 or more name=value pairs | Magnus Hagander |
| 2008-10-22 | SQL:2008 alternative syntax for LIMIT/OFFSET: | Peter Eisentraut |
| 2008-10-21 | Allow SQL:2008 syntax ALTER TABLE ... ALTER COLUMN ... SET DATA TYPE | Peter Eisentraut |
| 2008-10-18 | Update compatibility section of TRUNCATE for SQL:2008 final. | Peter Eisentraut |
| 2008-10-18 | Update feature list for SQL:2008. | Peter Eisentraut |
| 2008-10-17 | Add a new column to pg_am to specify whether an index AM supports backward | Tom Lane |
| 2008-10-17 | Improve headeline generation. Now headline can contain | Teodor Sigaev |
| 2008-10-14 | Extend the date type to support infinity and -infinity, analogously to | Tom Lane |
| 2008-10-14 | Add docs and regression test about sorting the output of a recursive query in | Tom Lane |
| 2008-10-14 | Eliminate unnecessary array[] decoration in examples of recursive cycle | Tom Lane |
| 2008-10-13 | Implement comparison of generic records (composite types), and invent a | Tom Lane |
| 2008-10-10 | Fix COPY documentation to not imply that HEADER can be used outside CSV mode. | Tom Lane |
| 2008-10-07 | Extend CTE patch to support recursive UNION (ie, without ALL). The | Tom Lane |
| 2008-10-06 | Use fork names instead of numbers in the file names for additional | Heikki Linnakangas |
| 2008-10-06 | Editorial improvements to description of pg_settings view. | Tom Lane |
| 2008-10-06 | Add columns boot_val and reset_val to the pg_settings view, to expose | Magnus Hagander |
| 2008-10-04 | Implement SQL-standard WITH clauses, including WITH RECURSIVE. | Tom Lane |
| 2008-10-04 | Add a note about how to check for bare < and & in SGML docs, before the | Tom Lane |
| 2008-10-03 | Add regression test for macaddr type. Enhance documentation about accepted | Peter Eisentraut |
| 2008-10-03 | Add relation fork support to pg_relation_size() function. You can now pass | Heikki Linnakangas |
| 2008-10-02 | Make the blkno arguments bigints instead of int4s. A signed int4 is not | Heikki Linnakangas |
| 2008-10-02 | Fix function name in pg_freespacemap docs. It's "pg_freespace", not | Heikki Linnakangas |
| 2008-09-30 | Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, the | Heikki Linnakangas |
| 2008-09-24 | Add documentation about when trigger values NEW/OLD return NULL. | Bruce Momjian |
| 2008-09-24 | Fix markup tag error, envvar -> envar. | Bruce Momjian |
| 2008-09-23 | Tighten the check in initdb and CREATE DATABASE that the chosen encoding | Heikki Linnakangas |
| 2008-09-23 | Make LC_COLLATE and LC_CTYPE database-level settings. Collation and | Heikki Linnakangas |
| 2008-09-22 | Get rid of pgpass_from_client tracking inside libpq --- given the conclusion | Tom Lane |
| 2008-09-22 | Fix dblink_connect() so that it verifies that a password is supplied in the | Tom Lane |
| 2008-09-19 | Add a PQfireResultCreateEvents function to allow applications to mimic the | Tom Lane |
| 2008-09-19 | Create a selectivity estimation function for the text search @@ operator. | Tom Lane |
| 2008-09-19 | Improve the recently-added libpq events code to provide more consistent | Tom Lane |
| 2008-09-17 | Preliminary release notes for upcoming back branch releases. | Tom Lane |
| 2008-09-17 | Add an "events" system to libpq, whereby applications can get callbacks that | Tom Lane |
| 2008-09-15 | Change hash indexes to store only the hash code rather than the whole indexed | Tom Lane |
| 2008-09-15 | Add missing quotes. | Magnus Hagander |