|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Wed Aug 18 11:10:25 EDT 1999 |
| 3 | +Last updated:Mon Sep 6 23:55:43 EDT 1999 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (maillist@candle.pha.pa.us)
|
6 | 6 |
|
|
230 | 230 | * Update pg_statistic table to remove operator column
|
231 | 231 | * Allow char() not to use variable-sized header to reduce disk size
|
232 | 232 | * Do async I/O to do better read-ahead of data
|
233 |
| -* Fix memory exhaustion when using many OR's |
| 233 | +*-Fix memory exhaustion when using many OR's |
234 | 234 | * Get faster regex() code from Henry Spencer <henry@zoo.utoronto.ca>
|
235 | 235 | when it is available
|
236 | 236 | * Use mmap() rather than SYSV shared memory(?)
|
|