| Age | Commit message (Expand) | Author |
| 2010-02-26 | pgindent run for 9.0 | Bruce Momjian |
| 2010-01-02 | Update copyright for the year 2010. | Bruce Momjian |
| 2009-11-28 | Eliminate a lot of list-management overhead within join_search_one_level | Tom Lane |
| 2009-11-22 | Remove superfluous curly brace, fixing compilation with OPTIMIZER_DEBUG. | Heikki Linnakangas |
| 2009-11-15 | Improve planning of Materialize nodes inserted atop the inner input of a | Tom Lane |
| 2009-10-26 | Re-implement EvalPlanQual processing to improve its performance and eliminate | Tom Lane |
| 2009-10-12 | Move the handling of SELECT FOR UPDATE locking and rechecking out of | Tom Lane |
| 2009-09-17 | Implement "join removal" for cases where the inner side of a left join | Tom Lane |
| 2009-09-02 | Fix subquery pullup to wrap a PlaceHolderVar around the entire RowExpr | Tom Lane |
| 2009-07-06 | Fix set_append_rel_pathlist() to deal intelligently with cases where | Tom Lane |
| 2009-06-11 | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian |
| 2009-04-19 | Fix estimate_num_groups() to not fail on PlaceHolderVars, per report from | Tom Lane |
| 2009-03-10 | Fix set_subquery_pathlist() to copy the RTE's subquery before it gets mangled | Tom Lane |
| 2009-02-15 | Teach the planner to treat a partial unique index as proving a variable is | Tom Lane |
| 2009-01-01 | Update copyright for 2009. | Bruce Momjian |
| 2008-12-28 | Support window functions a la SQL:2008. | Tom Lane |
| 2008-11-15 | Make SELECT FOR UPDATE/SHARE work on inheritance trees, by having the plan | Tom Lane |
| 2008-11-11 | Get rid of adjust_appendrel_attr_needed(), which has been broken ever since | Tom Lane |
| 2008-10-21 | Add a concept of "placeholder" variables to the planner. These are variables | Tom Lane |
| 2008-10-04 | Implement SQL-standard WITH clauses, including WITH RECURSIVE. | Tom Lane |
| 2008-08-25 | Move exprType(), exprTypmod(), expression_tree_walker(), and related routines | Tom Lane |
| 2008-08-02 | Rearrange the querytree representation of ORDER BY/GROUP BY/DISTINCT items | Tom Lane |
| 2008-06-27 | Improve planner's estimation of the size of an append relation: rather than | Tom Lane |
| 2008-04-01 | Fix an oversight I made in a cleanup patch over a year ago: | Tom Lane |
| 2008-03-24 | When a relation has been proven empty by constraint exclusion, propagate that | Tom Lane |
| 2008-01-11 | Fix a conceptual error in my patch of 2007-10-26 that avoided considering | Tom Lane |
| 2008-01-01 | Update copyrights in source tree to 2008. | Bruce Momjian |
| 2007-11-15 | pgindent run for 8.3. | Bruce Momjian |
| 2007-09-26 | Create a function variable "join_search_hook" to let plugins override the | Tom Lane |
| 2007-05-26 | Repair two constraint-exclusion corner cases triggered by proving that an | Tom Lane |
| 2007-04-21 | Some further performance tweaks for planning large inheritance trees that | Tom Lane |
| 2007-04-21 | Avoid useless work during set_plain_rel_pathlist() when the relation | Tom Lane |
| 2007-02-22 | Turn the rangetable used by the executor into a flat list, and avoid storing | Tom Lane |
| 2007-02-20 | Remove the Query structure from the executor's API. This allows us to stop | Tom Lane |
| 2007-02-19 | Get rid of some old and crufty global variables in the planner. When | Tom Lane |
| 2007-01-28 | Repair oversight in creation of "append relations": we should set up | Tom Lane |
| 2007-01-20 | Refactor planner's pathkeys data structure to create a separate, explicit | Tom Lane |
| 2007-01-09 | Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LAST | Tom Lane |
| 2007-01-05 | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian |
| 2006-10-04 | pgindent run for 8.2. | Bruce Momjian |
| 2006-09-19 | Improve usage of effective_cache_size parameter by assuming that all the | Tom Lane |
| 2006-08-19 | Suppress subquery pullup/pushdown when a subquery contains volatile | Tom Lane |
| 2006-08-10 | Fix UNION/INTERSECT/EXCEPT so that when two inputs being merged have | Tom Lane |
| 2006-08-02 | Add support for multi-row VALUES clauses as part of INSERT statements | Joe Conway |
| 2006-07-14 | Remove 576 references of include files that were not needed. | Bruce Momjian |
| 2006-07-11 | Sort reference of include files, "A" - "F". | Bruce Momjian |
| 2006-07-01 | Revise the planner's handling of "pseudoconstant" WHERE clauses, that is | Tom Lane |
| 2006-05-02 | Avoid assuming that statistics for a parent relation reflect the properties of | Tom Lane |
| 2006-04-30 | Improve the representation of FOR UPDATE/FOR SHARE so that we can | Tom Lane |
| 2006-03-05 | Update copyright for 2006. Update scripts. | Bruce Momjian |