|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Fri Feb 22 00:21:53 EST 2002 |
| 3 | +Last updated:Fri Feb 22 00:41:52 EST 2002 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
@@ -420,7 +420,8 @@ OPTIMIZER / EXECUTOR
|
420 | 420 | * Missing optimizer selectivities for date, r-tree, etc. [optimizer]
|
421 | 421 | * Allow ORDER BY ... LIMIT to select top values without sort or index
|
422 | 422 | using a sequential scan for highest/lowest values
|
423 |
| -* Inline simple SQL functions to avoid overhead (Neil Conway) |
| 423 | +* Inline simple SQL functions to avoid overhead (Tom) |
| 424 | +* Precompile SQL functions to avoid overhead (Neil Conway) |
424 | 425 |
|
425 | 426 |
|
426 | 427 | MISCELLANEOUS
|
|