|
1 | 1 | TODO list for PostgreSQL |
2 | 2 | ======================== |
3 | | -Last updated:Sun Oct10 16:40:40 EDT 1999 |
| 3 | +Last updated:Sun Oct17 21:06:50 EDT 1999 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (maillist@candle.pha.pa.us) |
6 | 6 |
|
@@ -229,8 +229,8 @@ INDEXES |
229 | 229 | a matching index [limit] |
230 | 230 | * Improve LIMIT processing by using index to limit rows processed [limit] |
231 | 231 | * Have optimizer take LIMIT into account when considering index scans [limit] |
232 | | -* Make index creation use psort code, because it is now faster(Vadim) |
233 | | -* Allow creation of sort temp tables > 1 Gig |
| 232 | +*-Make index creation use psort code, because it is now faster(Vadim) |
| 233 | +*-Allow creation of sort temp tables > 1 Gig |
234 | 234 | * Create more system table indexes for faster cache lookups |
235 | 235 | * fix indexscan() so it does leak memory by not requiring caller to free |
236 | 236 | * Improve _bt_binsrch() to handle equal keys better, remove _bt_firsteq()(Tom) |
|