|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Sat Jan15 21:31:39 EST 2000 |
| 3 | +Last updated:Sun Jan16 00:16:44 EST 2000 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
|
276 | 276 | allocation [memory]
|
277 | 277 | * -fix memory leak in cache code when non-existant table is referenced
|
278 | 278 | In WHERE tab1.x=3 AND tab1.x=tab2.y, add tab2.y=3
|
279 |
| -* pass atttypmod through parser in more cases [atttypmod] |
| 279 | +*-pass atttypmod through parser in more cases [atttypmod] |
280 | 280 | * -remove duplicate type in/out functions for disk and net
|
281 | 281 | * Allow persistent backends [persistent]
|
282 | 282 | * others [performance]
|
|