| Age | Commit message (Expand) | Author |
| 2002-07-24 | Remove _deadcode. | Peter Eisentraut |
| 2002-07-24 | Remove unused system table columns: | Peter Eisentraut |
| 2002-07-20 | The attached patch fixes a build problem with GEQO when using the | Bruce Momjian |
| 2002-06-20 | Update copyright to 2002. | Bruce Momjian |
| 2002-06-16 | Remove KSQO from GUC and move file to _deadcode. | Bruce Momjian |
| 2002-05-18 | Teach query_tree_walker, query_tree_mutator, and SS_finalize_plan to | Tom Lane |
| 2002-05-18 | Change set_plan_references and join_references to take an rtable List | Tom Lane |
| 2002-05-12 | Get rid of long-since-vestigial Iter node type, in favor of adding a | Tom Lane |
| 2002-05-12 | First pass at set-returning-functions in FROM, by Joe Conway with | Tom Lane |
| 2002-04-28 | Second try at fixing join alias variables. Instead of attaching miscellaneous | Tom Lane |
| 2002-04-05 | Divide functions into three volatility classes (immutable, stable, and | Tom Lane |
| 2002-03-12 | Restructure representation of join alias variables. An explicit JOIN | Tom Lane |
| 2001-12-10 | Suppress subquery pullup and pushdown when the subquery has any | Tom Lane |
| 2001-11-05 | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian |
| 2001-10-30 | Fix problems with subselects used in GROUP BY expressions, per gripe | Tom Lane |
| 2001-10-28 | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian |
| 2001-10-25 | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian |
| 2001-10-18 | Extend code that deduces implied equality clauses to detect whether a | Tom Lane |
| 2001-08-21 | Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions in | Tom Lane |
| 2001-07-31 | Fix optimizer to not try to push WHERE clauses down into a sub-SELECT that | Tom Lane |
| 2001-06-05 | Improve planning of OR indexscan plans: for quals like | Tom Lane |
| 2001-06-05 | Further work on making use of new statistics in planner. Adjust APIs | Tom Lane |
| 2001-05-20 | Modify optimizer data structures so that IndexOptInfo lists built for | Tom Lane |
| 2001-05-09 | First cut at making indexscan cost estimates depend on correlation | Tom Lane |
| 2001-05-07 | Rewrite of planner statistics-gathering code. ANALYZE is now available as | Tom Lane |
| 2001-04-18 | Make the world safe for passing whole rows of views to functions. This | Tom Lane |
| 2001-03-22 | pgindent run. Make it all clean. | Bruce Momjian |
| 2001-02-16 | Take OUTER JOIN semantics into account when estimating the size of join | Tom Lane |
| 2001-01-24 | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian |
| 2001-01-24 | Add all possible config file options. | Bruce Momjian |
| 2001-01-09 | Fix oversight in planning of GROUP queries: when an expression is used | Tom Lane |
| 2000-12-14 | Planner speedup hacking. Avoid saving useless pathkeys, so that path | Tom Lane |
| 2000-11-12 | Restructure handling of inheritance queries so that they work with outer | Tom Lane |
| 2000-10-26 | Re-implement LIMIT/OFFSET as a plan node type, instead of a hack in | Tom Lane |
| 2000-10-05 | Add proofreader's changes to docs. | Bruce Momjian |
| 2000-10-05 | Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet the | Tom Lane |
| 2000-09-29 | Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias. | Tom Lane |
| 2000-09-19 | Fix GEQO optimizer to work correctly with new outer-join-capable | Tom Lane |
| 2000-09-12 | First cut at full support for OUTER JOINs. There are still a few loose | Tom Lane |
| 2000-08-21 | Move pg_checkretval out of the planner (where it never belonged) into | Tom Lane |
| 2000-08-13 | Clean up handling of variable-free qual clauses. System now does the | Tom Lane |
| 2000-08-07 | Clean up bogosities in use of random(3) and srandom(3) --- do not assume | Tom Lane |
| 2000-07-24 | Deduce equality constraints that are implied by transitivity of | Tom Lane |
| 2000-06-28 | First phase of memory management rewrite (see backend/utils/mmgr/README | Tom Lane |
| 2000-06-20 | Make inheritance planning logic a little simpler and clearer, | Tom Lane |
| 2000-06-18 | Reimplement nodeMaterial to use a temporary BufFile (or even memory, if the | Tom Lane |
| 2000-06-15 | Clean up #include's. | Bruce Momjian |
| 2000-06-09 | Cause inheritance patch to meet minimum coding standards (no gcc | Tom Lane |
| 2000-06-08 | Mark functions as static and ifdef NOT_USED as appropriate. | Bruce Momjian |
| 2000-05-31 | The heralded `Grand Unified Configuration scheme' (GUC) | Peter Eisentraut |