| Age | Commit message (Expand) | Author |
| 2009-10-06 | Change CREATE TABLE so that column default expressions coming from differentHEADmaster | Tom Lane |
| 2009-10-05 | Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjust | Tom Lane |
| 2009-10-02 | Ensure that a cursor has an immutable snapshot throughout its lifespan. | Alvaro Herrera |
| 2009-09-29 | Allow MOVE FORWARD n, MOVE BACKWARD n, MOVE FORWARD ALL, MOVE BACKWARD ALL | Tom Lane |
| 2009-09-29 | Fix equivclass.c's not-quite-right strategy for handling X=X clauses. | Tom Lane |
| 2009-09-22 | Implement the DO statement to support execution of PL code without having | Tom Lane |
| 2009-09-22 | Fix crash if a DROP is attempted on an internally-dependent object. | Tom Lane |
| 2009-09-21 | Define a new, more extensible syntax for COPY options. | Tom Lane |
| 2009-09-12 | Rewrite the planner's handling of materialized plan types so that there is | Tom Lane |
| 2009-09-12 | Fix assertion failure when a SELECT DISTINCT ON expression is volatile. | Tom Lane |
| 2009-09-09 | Fix bug with WITH RECURSIVE immediately inside WITH RECURSIVE. 99% of the | Tom Lane |
| 2009-09-02 | Fix subquery pullup to wrap a PlaceHolderVar around the entire RowExpr | Tom Lane |
| 2009-08-27 | Modify the definition of window-function PARTITION BY and ORDER BY clauses | Tom Lane |
| 2009-08-26 | Update of install-sh, mkinstalldirs, and associated configury | Peter Eisentraut |
| 2009-08-24 | Run the "tablespace" regression test first not last. The former placement | Tom Lane |
| 2009-08-18 | Introduce filtering dictionary support to tsearch. Propagate --nolocale option | Teodor Sigaev |
| 2009-08-15 | Remove Wisconsin benchmark files. | Tom Lane |
| 2009-08-14 | Repair breakage of Wisconsin benchmark due to change of command line syntax | Tom Lane |
| 2009-08-14 | Add prefix support for synonym dictionary | Teodor Sigaev |
| 2009-08-13 | Add a simple test case covering a join against an inheritance tree, | Tom Lane |
| 2009-08-10 | Support EEEE (scientific notation) in to_char(). | Tom Lane |
| 2009-08-06 | Improve plpgsql's ability to cope with rowtypes containing dropped columns, | Tom Lane |
| 2009-08-04 | Support hex-string input and output for type BYTEA. | Tom Lane |
| 2009-08-03 | Implement has_sequence_privilege() | Joe Conway |
| 2009-08-01 | Department of second thoughts: let's show the exact key during unique index | Tom Lane |
| 2009-08-01 | Improve unique-constraint-violation error messages to include the exact | Tom Lane |
| 2009-07-29 | Support deferrable uniqueness constraints. | Tom Lane |
| 2009-07-28 | Correct calculations of overlap and contains operations over polygons. | Teodor Sigaev |
| 2009-07-27 | Experiment with using EXPLAIN COSTS OFF in regression tests. | Tom Lane |
| 2009-07-25 | Allow * as parameter for FORCE QUOTE for COPY CSV. Itagaki Takahiro. | Andrew Dunstan |
| 2009-07-20 | DROP IF EXISTS for columns and constraints. Andres Freund. | Andrew Dunstan |
| 2009-07-19 | Fix a thinko in join_is_legal: when we decide we can implement a semijoin | Tom Lane |
| 2009-07-17 | Repair bug #4926 "too few pathkeys for mergeclauses". This example shows | Tom Lane |
| 2009-07-11 | Alter some gratuitous uses of "ANSI" when "SQL standard" might have been | Peter Eisentraut |
| 2009-07-06 | Fix handling of changed-Param signaling for CteScan plan nodes. We were using | Tom Lane |
| 2009-07-02 | Regression test for XML mapping functionality | Peter Eisentraut |
| 2009-06-22 | Make to_timestamp and friends skip leading spaces before an integer field, | Tom Lane |
| 2009-06-14 | Change test tables in copy2 regression test to be temporary tables. | Tom Lane |
| 2009-06-11 | Fix things so that you can still do "select foo()" where foo is a SQL | Tom Lane |
| 2009-06-11 | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian |
| 2009-06-10 | Make handling of INTERVAL DAY TO MINUTE and INTERVAL DAY TO SECOND input | Tom Lane |
| 2009-06-09 | Fix xmlattribute escaping XML special characters twice (bug #4822). | Peter Eisentraut |
| 2009-06-01 | Change AdjustIntervalForTypmod to not discard higher-order field values on the | Tom Lane |
| 2009-05-24 | Fix LIKE's special-case code for % followed by _. I'm not entirely sure that | Tom Lane |
| 2009-05-19 | Fix bug #4814 (wrong subscript in consistent-function call), and add some | Tom Lane |
| 2009-05-06 | Modify CREATE DATABASE to enforce that the source database's encoding setting | Tom Lane |
| 2009-05-05 | Make new complaint about unsafe Unicode literals include an error location. | Tom Lane |
| 2009-05-05 | Disable the use of Unicode escapes in string constants (U&'') when | Peter Eisentraut |
| 2009-04-25 | Fix the handling of sub-SELECTs appearing in the arguments of an outer-level | Tom Lane |
| 2009-04-23 | Change the default value of max_prepared_transactions to zero, and add | Tom Lane |