|
1 | 1 | TODO list for PostgreSQL |
2 | 2 | ======================== |
3 | | -Last updated:Thu Sep 6 16:11:01 EDT 2001 |
| 3 | +Last updated:Thu Sep 6 16:37:09 EDT 2001 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us) |
6 | 6 |
|
@@ -65,20 +65,23 @@ TYPES |
65 | 65 | * Remove Money type, add money formatting for decimal type |
66 | 66 | * SELECT cash_out(2) crashes because of opaque |
67 | 67 | * Declare typein/out functions in pg_proc with a special "C string" data type |
68 | | -* -Add non-large-object binary field (already exists -- bytea) |
69 | | -* -Make binary interface for TOAST columns (base64) |
70 | | -* Make file in/out interface for TOAST columns, similar to large object |
71 | | - interface (force out-of-line storage and no compression) |
72 | 68 | * Functions returning sets do not totally work |
73 | 69 | * SELECT col FROM tab WHERE numeric_col = 10.1 fails, requires quotes |
74 | 70 | * Missing optimizer selectivities for date, r-tree, etc. [optimizer] |
75 | 71 | * -Add SQL standard function bit_length() (Peter E) |
76 | 72 | * -Make oid use unsigned int more reliably (Tom) |
77 | | -* Add security checking for large objects |
78 | 73 | * ARRAYS |
79 | 74 | o Allow nulls in arrays |
80 | 75 | o Allow arrays to be ORDER'ed |
81 | 76 | o fix array handling in ECPG |
| 77 | +BINARY DATA |
| 78 | +o -Add non-large-object binary field (already exists -- bytea) |
| 79 | +o -Make binary interface for TOAST columns (base64) |
| 80 | +o Improve vacuum of large objects (/contrib/vacuumlo) |
| 81 | +o Add security checking for large objects |
| 82 | +o Make file in/out interface for TOAST columns, similar to large object |
| 83 | + interface (force out-of-line storage and no compression) |
| 84 | +o Auto-delete large objects when referencing row is deleted |
82 | 85 |
|
83 | 86 | MULTILANGUAGE SUPPORT |
84 | 87 |
|
@@ -291,7 +294,6 @@ VACUUM |
291 | 294 | * -Make ANALYZE a separate command (Tom) |
292 | 295 | * -Allow ANALYZE to ESTIMATE based on certain random precentage of rows (Tom) |
293 | 296 | * Add LAZY VACUUM (Vadim) |
294 | | -* Improve vacuum of large objects (/contrib/vacuumlo) |
295 | 297 |
|
296 | 298 | MISCELLANEOUS |
297 | 299 |
|
|