| Age | Commit message (Expand) | Author |
| 2010-03-30 | Fix "constraint_exclusion = partition" logic so that it will also attempt | Tom Lane |
| 2010-01-05 | Add support for doing FULL JOIN ON FALSE. While this is really a rather | Tom Lane |
| 2009-10-06 | Change CREATE TABLE so that column default expressions coming from different | Tom Lane |
| 2009-08-23 | Tweak ExecIndexEvalRuntimeKeys to forcibly detoast any toasted comparison | Tom Lane |
| 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-08 | XMLATTRIBUTES() should send the attribute values through | Peter Eisentraut |
| 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-04-02 | Refactor ExecProject and associated routines so that fast-path code is used | 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-03-05 | Teach the planner to support index access methods that only implement | 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 |
| 2009-02-11 | Change ALTER TABLE SET WITHOUT OIDS to rewrite the whole table to physically | Tom Lane |
| 2009-02-06 | Fix cost_mergejoin's failure to adjust for rescanning of non-unique merge join | Tom Lane |
| 2009-02-02 | Allow reloption names to have qualifiers, initially supporting a TOAST | Alvaro Herrera |
| 2009-01-22 | Support column-level privileges, as required by SQL standard. | Tom Lane |
| 2009-01-16 | Add vacuum_freeze_table_age GUC option, to control when VACUUM should | Heikki Linnakangas |
| 2009-01-12 | Implement prefetching via posix_fadvise() for bitmap index scans. A new | Tom Lane |
| 2009-01-10 | Revise the TIDBitmap API to support multiple concurrent iterations over a | Tom Lane |
| 2009-01-01 | Update copyright for 2009. | Bruce Momjian |
| 2008-12-31 | Add some basic support for window frame clauses to the window-functions | Tom Lane |
| 2008-12-28 | Support window functions a la SQL:2008. | Tom Lane |
| 2008-12-19 | SQL/MED catalog manipulation facilities | Peter Eisentraut |
| 2008-12-18 | Code review for function default parameters patch. Fix numerous problems as | Tom Lane |
| 2008-12-06 | Allow CREATE OR REPLACE VIEW to add columns to the _end_ of the view. | Bruce Momjian |
| 2008-12-04 | Default values for function arguments | Peter Eisentraut |
| 2008-12-04 | Utilize the visibility map in autovacuum, too. There was an oversight in | Heikki Linnakangas |
| 2008-12-01 | Fix an oversight in the code that makes transitive-equality deductions from | Tom Lane |
| 2008-11-24 | CLUSTER VERBOSE and corresponding clusterdb --verbose option | Peter Eisentraut |
| 2008-11-22 | Switch the planner over to treating qualifications of a JOIN_SEMI join as | Tom Lane |
| 2008-11-16 | Modify UPDATE/DELETE WHERE CURRENT OF to use the FOR UPDATE infrastructure to | 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-31 | Allow SQL-language functions to return the output of an INSERT/UPDATE/DELETE | Tom Lane |
| 2008-10-31 | Add support for user-defined I/O conversion casts. | Heikki Linnakangas |
| 2008-10-29 | Be more tense about not creating tuplestores with randomAccess = true unless | Tom Lane |
| 2008-10-28 | Extend ExecMakeFunctionResult() to support set-returning functions that return | Tom Lane |
| 2008-10-23 | Remove useless ps_OuterTupleSlot field from PlanState. I suppose this was | 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-17 | Improve comments about RelOptInfo.reltargetlist. | Tom Lane |
| 2008-10-07 | Extend CTE patch to support recursive UNION (ie, without ALL). The | 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 |