|
1 | 1 | TODO list for PostgreSQL |
2 | 2 | ======================== |
3 | | -Last updated:Thu Feb 12 12:32:33 EST 2004 |
| 3 | +Last updated:Thu Feb 12 12:38:45 EST 2004 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us) |
6 | 6 |
|
@@ -146,7 +146,7 @@ Indexes |
146 | 146 | * Use bitmaps to combine existing indexes [performance] |
147 | 147 | * Allow use of indexes to search for NULLs |
148 | 148 | * Allow SELECT * FROM tab WHERE int2col = 4 to use int2col index, int8, |
149 | | - float4, numeric/decimal too [optimizer] |
| 149 | + float4, numeric/decimal too |
150 | 150 | * Add FILLFACTOR to btree index creation |
151 | 151 | * Add concurrency to GIST |
152 | 152 | * Allow a single index to index multiple tables (for inheritance and subtables) |
@@ -419,7 +419,7 @@ Write-Ahead Log |
419 | 419 | Optimizer / Executor |
420 | 420 | ==================== |
421 | 421 |
|
422 | | -* Missing optimizer selectivities for date, r-tree, etc. [optimizer] |
| 422 | +* Missing optimizer selectivities for date, r-tree, etc |
423 | 423 | * Allow ORDER BY ... LIMIT to select top values without sort or index |
424 | 424 | using a sequential scan for highest/lowest values (Oleg) |
425 | 425 | * Precompile SQL functions to avoid overhead (Neil) |
@@ -464,7 +464,7 @@ Source Code |
464 | 464 | * Acquire lock on a relation before building a relcache entry for it |
465 | 465 | * Research interaction of setitimer() and sleep() used by statement_timeout |
466 | 466 | * -Add checks for fclose() failure (Tom) |
467 | | -* Change CVS $PostgreSQL: pgsql/doc/TODO,v 1.1204 2004/02/12 17:32:38 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1204 2004/02/12 17:32:38 momjian Exp $ |
| 467 | +* Change CVS $PostgreSQL: pgsql/doc/TODO,v 1.1205 2004/02/12 17:38:50 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1205 2004/02/12 17:38:50 momjian Exp $ |
468 | 468 | * Exit postmaster if postgresql.conf can not be opened |
469 | 469 | * Rename /scripts directory because they are all C programs now |
470 | 470 | * Allow the regression tests to start postmaster with -i so the tests |
|