| Age | Commit message (Expand) | Author |
| 2001-11-12 | If the inputs of a UNION/INTERSECT/EXCEPT construct all agree on the | Tom Lane |
| 2001-11-11 | In find_mergeclauses_for_pathkeys, it's okay to return multiple merge | Tom Lane |
| 2001-11-11 | sort_inner_and_outer needs a check to ensure that it's consumed all the | Tom Lane |
| 2001-11-05 | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian |
| 2001-11-02 | Add default expressions to INSERTs during planning, not during parse | Tom Lane |
| 2001-10-30 | Fix problems with subselects used in GROUP BY expressions, per gripe | Tom Lane |
| 2001-10-30 | Fix small problem Tom Lane found with pgindent run. | Bruce Momjian |
| 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-09-21 | Produce slightly saner-looking EXPLAIN output for a Result node. | Tom Lane |
| 2001-09-06 | Fix handling of pg_type.typdefault per bug report from Dave Blasby. | Tom Lane |
| 2001-08-21 | Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions in | Tom Lane |
| 2001-08-14 | Fix brokenness of nested EXCEPT/INTERSECT queries. prepunion was being | Tom Lane |
| 2001-08-06 | Modify partial-index-predicate applicability tester to test whether | Tom Lane |
| 2001-07-31 | Further thought shows that has_distinct_on_clause() needs to take much | Tom Lane |
| 2001-07-31 | Fix optimizer to not try to push WHERE clauses down into a sub-SELECT that | Tom Lane |
| 2001-07-16 | Do not push down quals into subqueries that have LIMIT/OFFSET clauses, | Tom Lane |
| 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 |