|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Tue Nov 26 17:05:35 EST 2002 |
| 3 | +Last updated:Sun Dec 1 16:20:39 EST 2002 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
@@ -383,7 +383,7 @@ Optimizer / Executor
|
383 | 383 | * Missing optimizer selectivities for date, r-tree, etc. [optimizer]
|
384 | 384 | * Allow ORDER BY ... LIMIT to select top values without sort or index
|
385 | 385 | using a sequential scan for highest/lowest values (Oleg)
|
386 |
| -* Inline simple SQL functions to avoid overhead (Tom) |
| 386 | +*-Inline simple SQL functions to avoid overhead (Tom) |
387 | 387 | * Precompile SQL functions to avoid overhead (Neil)
|
388 | 388 | * Add utility to compute accurate random_page_cost value
|
389 | 389 | * Improve ability to display optimizer analysis using OPTIMIZER_DEBUG
|
|