| Age | Commit message (Expand) | Author |
| 2010-02-26 | pgindent run for 9.0 | Bruce Momjian |
| 2010-02-23 | Add an OR REPLACE option to CREATE LANGUAGE. | Tom Lane |
| 2010-02-16 | Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue. | Tom Lane |
| 2010-02-13 | Support inlining various small performance-critical functions on non-GCC | Tom Lane |
| 2010-02-12 | Extend the set of frame options supported for window functions. | Tom Lane |
| 2010-01-28 | Type table feature | Peter Eisentraut |
| 2010-01-18 | Cast slightly abused enum to int, so that GCC 4.5 won't warn about switch | Peter Eisentraut |
| 2010-01-15 | Do parse analysis of an EXPLAIN's contained statement during the normal | Tom Lane |
| 2010-01-05 | Support ALTER TABLESPACE name SET/RESET ( tablespace_options ). | Robert Haas |
| 2010-01-02 | Update copyright for the year 2010. | Bruce Momjian |
| 2010-01-01 | Add an "argisrow" field to NullTest nodes, following a plan made way back in | Tom Lane |
| 2009-12-29 | Add the ability to store inheritance-tree statistics in pg_statistic, | Tom Lane |
| 2009-12-23 | Adjust naming of indexes and their columns per recent discussion. | Tom Lane |
| 2009-12-15 | Support ORDER BY within aggregate function calls, at long last providing a | Tom Lane |
| 2009-12-07 | Add exclusion constraints, which generalize the concept of uniqueness to | Tom Lane |
| 2009-11-28 | Eliminate a lot of list-management overhead within join_search_one_level | Tom Lane |
| 2009-11-20 | Add a WHEN clause to CREATE TRIGGER, allowing a boolean expression to be | Tom Lane |
| 2009-11-16 | Provide a parenthesized-options syntax for VACUUM, analogous to that recently | Tom Lane |
| 2009-11-15 | Improve planning of Materialize nodes inserted atop the inner input of a | Tom Lane |
| 2009-11-04 | Add support for invoking parser callback hooks via SPI and in cached plans. | Tom Lane |
| 2009-10-28 | When FOR UPDATE/SHARE is used with LIMIT, put the LockRows plan node | Tom Lane |
| 2009-10-26 | Re-implement EvalPlanQual processing to improve its performance and eliminate | Tom Lane |
| 2009-10-14 | Support SQL-compliant triggers on columns, ie fire only if certain columns | Tom Lane |
| 2009-10-13 | Code review for LIKE INCLUDING patch --- clean up some cosmetic and not | Tom Lane |
| 2009-10-12 | Support GRANT/REVOKE ON ALL TABLES/SEQUENCES/FUNCTIONS IN SCHEMA. | Tom Lane |
| 2009-10-12 | CREATE LIKE INCLUDING COMMENTS and STORAGE, and INCLUDING ALL shortcut. Itaga... | Andrew Dunstan |
| 2009-10-12 | Move the handling of SELECT FOR UPDATE locking and rechecking out of | Tom Lane |
| 2009-10-10 | Split the processing of INSERT/UPDATE/DELETE operations out of execMain.c. | Tom Lane |
| 2009-10-08 | Support use of function argument names to identify which actual arguments | Tom Lane |
| 2009-10-07 | Make it possibly to specify GUC params per user and per database. | Alvaro Herrera |
| 2009-10-06 | Change CREATE TABLE so that column default expressions coming from different | Tom Lane |
| 2009-10-05 | Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjust | Tom Lane |
| 2009-09-22 | Implement the DO statement to support execution of PL code without having | Tom Lane |
| 2009-09-17 | Implement "join removal" for cases where the inner side of a left join | Tom Lane |
| 2009-07-30 | Merge the Constraint and FkConstraint node types into a single type. | Tom Lane |
| 2009-07-29 | Support deferrable uniqueness constraints. | Tom Lane |
| 2009-07-26 | Extend EXPLAIN to allow generic options to be specified. | Tom Lane |
| 2009-07-20 | DROP IF EXISTS for columns and constraints. Andres Freund. | Andrew Dunstan |
| 2009-07-16 | Make backend header files C++ safe | Peter Eisentraut |
| 2009-06-18 | Fix the just-reported problem that you can't specify all four trigger event | Tom Lane |
| 2009-06-11 | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian |
| 2009-04-16 | Fix planner to restore its previous level of intelligence about pushing | Tom Lane |
| 2009-04-05 | Change EXPLAIN output so that subplans and initplans (particularly CTEs) | Tom Lane |
| 2009-04-04 | Remove the recently added node types ReloptElem and OptionDefElem in favor | Tom Lane |
| 2009-03-26 | If we expect a hash join to be performed in multiple batches, suppress | Tom Lane |
| 2009-03-24 | Implement "fastupdate" support for GIN indexes, in which we try to accumulate | Tom Lane |
| 2009-03-21 | Optimize multi-batch hash joins when the outer relation has a nonuniform | Tom Lane |
| 2009-03-10 | Make SubPlan nodes carry the result's typmod as well as datatype OID. This is | Tom Lane |
| 2009-02-25 | Get rid of the rather fuzzily defined FlattenedSubLink node type in favor of | Tom Lane |
| 2009-02-24 | Add the possibility to specify an explicit validator function for foreign-data | Peter Eisentraut |