| Age | Commit message (Expand) | Author |
| 2010-11-04 | Reimplement planner's handling of MIN/MAX aggregate optimization. | Tom Lane |
| 2010-10-19 | Fix incorrect generation of whole-row variables in planner. | Tom Lane |
| 2010-10-10 | Support triggers on views. | Tom Lane |
| 2010-09-20 | Remove cvs keywords from all files. | Magnus Hagander |
| 2010-08-05 | Standardize get_whatever_oid functions for other object types. | Robert Haas |
| 2010-07-28 | Reduce lock levels of CREATE TRIGGER and some ALTER TABLE, CREATE RULE actions. | Simon Riggs |
| 2010-02-26 | pgindent run for 9.0 | Bruce Momjian |
| 2010-02-14 | Wrap calls to SearchSysCache and related functions using macros. | Robert Haas |
| 2010-01-02 | Update copyright for the year 2010. | Bruce Momjian |
| 2009-11-05 | Don't treat NEW and OLD as reserved words anymore. For the purposes of rules | Tom Lane |
| 2009-10-28 | Fix AcquireRewriteLocks to be sure that it acquires the right lock strength | Tom Lane |
| 2009-10-28 | When FOR UPDATE/SHARE is used with LIMIT, put the LockRows plan node | Tom Lane |
| 2009-10-27 | Make FOR UPDATE/SHARE in the primary query not propagate into WITH queries; | Tom Lane |
| 2009-10-26 | Re-implement EvalPlanQual processing to improve its performance and eliminate | Tom Lane |
| 2009-09-02 | Fix subquery pullup to wrap a PlaceHolderVar around the entire RowExpr | Tom Lane |
| 2009-06-11 | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian |
| 2009-05-13 | Add checks to DefineQueryRewrite() to prohibit attaching rules to relations | Tom Lane |
| 2009-02-25 | Get rid of the rather fuzzily defined FlattenedSubLink node type in favor of | Tom Lane |
| 2009-01-27 | Revert updatable views | Peter Eisentraut |
| 2009-01-22 | Support column-level privileges, as required by SQL standard. | Tom Lane |
| 2009-01-22 | Automatic view update rules | Peter Eisentraut |
| 2009-01-01 | Update copyright for 2009. | Bruce Momjian |
| 2008-12-28 | Support window functions a la SQL:2008. | Tom Lane |
| 2008-11-19 | Rethink the way FSM truncation works. Instead of WAL-logging FSM | Heikki Linnakangas |
| 2008-11-15 | Make SELECT FOR UPDATE/SHARE work on inheritance trees, by having the plan | Tom Lane |
| 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-02 | Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple, | Tom Lane |
| 2008-10-22 | Dept of better ideas: refrain from creating the planner's placeholder_list | Tom Lane |
| 2008-10-21 | Add a concept of "placeholder" variables to the planner. These are variables | Tom Lane |
| 2008-10-06 | When expanding a whole-row Var into a RowExpr during ResolveNew(), attach | Tom Lane |
| 2008-10-04 | Implement SQL-standard WITH clauses, including WITH RECURSIVE. | Tom Lane |
| 2008-09-24 | Fix more problems with rewriter failing to set Query.hasSubLinks when inserting | Tom Lane |
| 2008-09-01 | Add a bunch of new error location reports to parse-analysis error messages. | Tom Lane |
| 2008-08-28 | Extend the parser location infrastructure to include a location field in | Tom Lane |
| 2008-08-25 | Move exprType(), exprTypmod(), expression_tree_walker(), and related routines | Tom Lane |
| 2008-08-22 | Arrange to convert EXISTS subqueries that are equivalent to hashable IN | Tom Lane |
| 2008-08-14 | Fix pull_up_simple_union_all to copy all rtable entries from child subquery to | Heikki Linnakangas |
| 2008-08-14 | Implement SEMI and ANTI joins in the planner and executor. (Semijoins replace | Tom Lane |
| 2008-08-11 | Introduce the concept of relation forks. An smgr relation can now consist | Heikki Linnakangas |
| 2008-06-19 | Improve our #include situation by moving pointer types away from the | Alvaro Herrera |
| 2008-05-12 | Restructure some header files a bit, in particular heapam.h, by removing some | Alvaro Herrera |
| 2008-03-26 | Move the HTSU_Result enum definition into snapshot.h, to avoid including | Alvaro Herrera |
| 2008-03-25 | Simplify and standardize conversions between TEXT datums and ordinary C | Tom Lane |
| 2008-02-19 | Refactor backend makefiles to remove lots of duplicate code | Peter Eisentraut |
| 2008-01-01 | Update copyrights in source tree to 2008. | Bruce Momjian |
| 2007-11-16 | Small comment spacing improvement. | Bruce Momjian |
| 2007-11-15 | Fix pgindent to properly handle 'else' and single-line comments on the | Bruce Momjian |
| 2007-11-15 | pgindent run for 8.3. | Bruce Momjian |
| 2007-09-06 | Make eval_const_expressions() preserve typmod when simplifying something like | Tom Lane |