|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Thu Sep 421:10:07 EDT 2003 |
| 3 | +Last updated:Thu Sep 422:20:40 EDT 2003 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
@@ -168,7 +168,7 @@ Indexes
|
168 | 168 | float4, numeric/decimal too [optimizer]
|
169 | 169 | * Add FILLFACTOR to btree index creation
|
170 | 170 | * Add concurrency to GIST
|
171 |
| -* Improve concurrency of hash indexes (Neil) |
| 171 | +*-Improve concurrency of hash indexes (Tom) |
172 | 172 | * Allow a single index to index multiple tables (for inheritance and subtables)
|
173 | 173 |
|
174 | 174 |
|
@@ -492,7 +492,7 @@ Source Code
|
492 | 492 | * Acquire lock on a relation before building a relcache entry for it
|
493 | 493 | * Research interaction of setitimer() and sleep() used by statement_timeout
|
494 | 494 | * Add checks for fclose() failure
|
495 |
| -* Change CVS $Id: TODO,v 1.1129 2003/09/0501:10:07 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1129 2003/09/0501:10:07 momjian Exp $ |
| 495 | +* Change CVS $Id: TODO,v 1.1130 2003/09/0502:20:50 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1130 2003/09/0502:20:50 momjian Exp $ |
496 | 496 | * Exit postmaster if postgresql.conf can not be opened
|
497 | 497 | * Rename /scripts directory because they are all C programs now
|
498 | 498 | * Allow the regression tests to start postmaster with -i so the tests
|
|