| Age | Commit message (Expand) | Author |
| 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-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-07 | Rewrite of planner statistics-gathering code. ANALYZE is now available as | Tom Lane |
| 2001-04-30 | Suppress pull-up of subqueries that are in the nullable side of an outer | Tom Lane |
| 2001-04-18 | Make the world safe for passing whole rows of views to functions. This | Tom Lane |
| 2001-04-01 | Planner wasn't correctly handling adjustment of tuple_fraction for the | Tom Lane |
| 2001-03-22 | pgindent run. Make it all clean. | Bruce Momjian |
| 2001-01-27 | Don't crash if subquery appears multiple times in jointree. This should | Tom Lane |
| 2001-01-24 | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian |
| 2001-01-18 | Fix performance issue with qualifications on VIEWs: outer query should | Tom Lane |
| 2000-12-14 | Planner speedup hacking. Avoid saving useless pathkeys, so that path | Tom Lane |
| 2000-12-06 | Clean up handling of FOR UPDATE inside views and subselects ... make it | Tom Lane |
| 2000-11-12 | Restructure handling of inheritance queries so that they work with outer | Tom Lane |
| 2000-11-09 | Repair some bugs in new union/intersect/except code. | Tom Lane |
| 2000-11-05 | Allow ORDER BY, LIMIT in sub-selects. Fix most (not all) cases where | Tom Lane |
| 2000-10-26 | Re-implement LIMIT/OFFSET as a plan node type, instead of a hack in | Tom Lane |
| 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-25 | System neglected to complain about ungrouped variables passed to | 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-08 | Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist' | Tom Lane |
| 2000-07-27 | Make planner safe for recursive calls --- needed for cases where | 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-09 | Inheritance overhaul by Chris Bitmead <chris@bitmead.com> | Bruce Momjian |
| 2000-05-30 | Remove unused include files. Do not touch /port or includes used by defines. | Bruce Momjian |
| 2000-04-12 | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian |
| 2000-03-21 | Restructure planning code so that preprocessing of targetlist and quals | Tom Lane |
| 2000-03-14 | Fix some bogosities in the code that deals with estimating the fraction | Tom Lane |
| 2000-02-21 | Tweak planner to use OFFSET+LIMIT, not just LIMIT, as estimate of the | Tom Lane |
| 2000-02-15 | New cost model for planning, incorporating a penalty for random page | Tom Lane |
| 2000-01-27 | Redesign DISTINCT ON as discussed in pgsql-sql 1/25/00: syntax is now | Tom Lane |
| 2000-01-26 | Add: | Bruce Momjian |
| 1999-12-09 | Replace generic 'Illegal use of aggregates' error message with one that | Tom Lane |
| 1999-11-15 | Implement subselects in target lists. Also, relax requirement that | Tom Lane |
| 1999-10-07 | Fix planner and rewriter to follow SQL semantics for tables that are | Tom Lane |
| 1999-09-26 | Implement constant-expression simplification per Bernard | Tom Lane |
| 1999-09-18 | Mega-commit to make heap_open/heap_openr/heap_close take an | Tom Lane |
| 1999-09-13 | First cut at doing something reasonable with OR-of-ANDs WHERE | Tom Lane |
| 1999-08-26 | Clean up some mistakes in handling of uplevel Vars in planner. | Tom Lane |
| 1999-08-22 | Further sort-order twiddling in optimizer: be smart about | Tom Lane |