|
1 | 1 | TODO list for PostgreSQL |
2 | 2 | ======================== |
3 | | -Last updated:Thu Apr 402:12:17 EST 2002 |
| 3 | +Last updated:Thu Apr 422:03:20 EST 2002 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us) |
6 | 6 |
|
@@ -419,7 +419,7 @@ OPTIMIZER / EXECUTOR |
419 | 419 | * Add hash for evaluating GROUP BY aggregates |
420 | 420 | * Nested FULL OUTER JOINs don't work (Tom) |
421 | 421 | * Allow merge and hash joins on expressions not just simple variables (Tom) |
422 | | -* Add new pg_proc cachable settings to specify whether function can be |
| 422 | +*-Add new pg_proc cachable settings to specify whether function can be |
423 | 423 | evaluated only once or once per query |
424 | 424 | * -Change FIXED_CHAR_SEL to 0.20 from 0.04 to give better selectivity (Bruce) |
425 | 425 | * Make IN/NOT IN have similar performance to EXISTS/NOT EXISTS [exists] |
|