| Age | Commit message (Expand) | Author |
| 2001-07-16 | Partial indexes work again, courtesy of Martijn van Oosterhout. | Tom Lane |
| 2001-07-15 | Restructure index AM interface for index building and index tuple deletion, | Tom Lane |
| 2001-06-25 | Optimizer can now estimate selectivity of IS NULL, IS NOT NULL, | Tom Lane |
| 2001-06-19 | Add IS UNKNOWN, IS NOT UNKNOWN boolean tests, fix the existing boolean | Tom Lane |
| 2001-06-17 | Make inet/cidr << and <<= operators indexable. From Alex Pilosov <alex@pilos... | Tom Lane |
| 2001-06-11 | Make planner compute the number of hash buckets the same way that | Tom Lane |
| 2001-06-10 | Fix thinko in hash cost estimation: average frequency | 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-06-03 | Mark many strings in backend not covered by elog for translation. Also, | Peter Eisentraut |
| 2001-05-20 | Modify optimizer data structures so that IndexOptInfo lists built for | Tom Lane |
| 2001-05-14 | Current implementation of FOR UPDATE has no hope of working correctly | Tom Lane |
| 2001-05-09 | First cut at making indexscan cost estimates depend on correlation | Tom Lane |
| 2001-05-09 | Cause planner to make use of average-column-width statistic that is now | Tom Lane |
| 2001-05-08 | Add newlines around debug output in optimizer showing total costs. | Bruce Momjian |
| 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-25 | Tweak nestloop costing to weight restart cost of inner path more heavily. | Tom Lane |
| 2001-04-18 | Make the world safe for passing whole rows of views to functions. This | Tom Lane |
| 2001-04-16 | Avoid reversing user-given order of WHERE clauses while attaching clauses | Tom Lane |
| 2001-04-15 | Prevent generation of invalid plans for RIGHT or FULL joins with multiple | Tom Lane |
| 2001-04-01 | Planner wasn't correctly handling adjustment of tuple_fraction for the | Tom Lane |
| 2001-03-27 | Quick hack to fix Oliver Elphick's problem with subselects in an | Tom Lane |
| 2001-03-27 | Repair pgindent damage to comments. | Tom Lane |
| 2001-03-23 | Fix comments that were mis-wrapped, for Tom Lane. | Bruce Momjian |
| 2001-03-22 | Remove dashes in comments that don't need them, rewrap with pgindent. | Bruce Momjian |
| 2001-03-22 | pgindent run. Make it all clean. | Bruce Momjian |
| 2001-03-08 | A subplan invoked within an aggregate function's argument should | Tom Lane |
| 2001-02-16 | Clean up two rather nasty bugs in operator selection code. | Tom Lane |
| 2001-02-16 | Take OUTER JOIN semantics into account when estimating the size of join | Tom Lane |
| 2001-02-15 | Update a couple of obsolete comments. | Tom Lane |
| 2001-02-12 | Cleanup | Bruce Momjian |
| 2001-02-12 | Add // -> /* */ mapping to pgindent. | Bruce Momjian |
| 2001-02-03 | Fix inappropriate attempt to push down qual clauses into a view that | Tom Lane |
| 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 |
| 2001-01-17 | Change lcons(x, NIL) to makeList(x) where appropriate. | Bruce Momjian |
| 2001-01-17 | Move structure comments from the top block down to the line entries for | Bruce Momjian |
| 2001-01-09 | Fix oversight in planning of GROUP queries: when an expression is used | Tom Lane |
| 2000-12-23 | Compute reasonable cost and output-row-count estimates for LIMIT plan | Tom Lane |
| 2000-12-18 | Make sure make_rels_by_clause_joins doesn't return multiple references | Tom Lane |
| 2000-12-14 | Planner speedup hacking. Avoid saving useless pathkeys, so that path | Tom Lane |
| 2000-12-12 | Cache eval cost of qualification expressions in RestrictInfo nodes to | Tom Lane |
| 2000-12-06 | Clean up handling of FOR UPDATE inside views and subselects ... make it | Tom Lane |
| 2000-11-25 | Store current LC_COLLATE and LC_CTYPE settings in pg_control during initdb; | Tom Lane |
| 2000-11-23 | Ensure that mergejoin plan will be considered for FULL OUTER JOIN even | Tom Lane |
| 2000-11-21 | Put external declarations into header files. | Peter Eisentraut |
| 2000-11-21 | Fix erroneous handling of parameters at SubqueryScan plan nodes, | Tom Lane |
| 2000-11-16 | Change SearchSysCache coding conventions so that a reference count is | Tom Lane |