Commit f9ed7fb6 authored by Bruce Momjian's avatar Bruce Momjian

Completed:

> * -Add hash for evaluating GROUP BY aggregates (Tom)
parent 05790969
TODO list for PostgreSQL TODO list for PostgreSQL
======================== ========================
Last updated: Wed Nov 6 00:55:00 EST 2002 Last updated: Wed Nov 6 00:56:27 EST 2002
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...@@ -371,7 +371,7 @@ Optimizer / Executor ...@@ -371,7 +371,7 @@ Optimizer / Executor
* Improve Subplan list handling * Improve Subplan list handling
* Allow Subplans to use efficient joins(hash, merge) with upper variable * Allow Subplans to use efficient joins(hash, merge) with upper variable
* Add hash for evaluating GROUP BY aggregates * -Add hash for evaluating GROUP BY aggregates (Tom)
* Allow merge and hash joins on expressions not just simple variables (Tom) * Allow merge and hash joins on expressions not just simple variables (Tom)
* Make IN/NOT IN have similar performance to EXISTS/NOT EXISTS [exists] * Make IN/NOT IN have similar performance to EXISTS/NOT EXISTS [exists]
* Missing optimizer selectivities for date, r-tree, etc. [optimizer] * Missing optimizer selectivities for date, r-tree, etc. [optimizer]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment