Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit e64ca05

Browse files
committed
Update TODO list.
1 parent e2b668b commit e64ca05

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

doc/TODO

+9-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated: Thu Sep 6 16:11:01 EDT 2001
3+
Last updated: Thu Sep 6 16:37:09 EDT 2001
44

55
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
66

@@ -65,20 +65,23 @@ TYPES
6565
* Remove Money type, add money formatting for decimal type
6666
* SELECT cash_out(2) crashes because of opaque
6767
* 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)
7268
* Functions returning sets do not totally work
7369
* SELECT col FROM tab WHERE numeric_col = 10.1 fails, requires quotes
7470
* Missing optimizer selectivities for date, r-tree, etc. [optimizer]
7571
* -Add SQL standard function bit_length() (Peter E)
7672
* -Make oid use unsigned int more reliably (Tom)
77-
* Add security checking for large objects
7873
* ARRAYS
7974
o Allow nulls in arrays
8075
o Allow arrays to be ORDER'ed
8176
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
8285

8386
MULTILANGUAGE SUPPORT
8487

@@ -291,7 +294,6 @@ VACUUM
291294
* -Make ANALYZE a separate command (Tom)
292295
* -Allow ANALYZE to ESTIMATE based on certain random precentage of rows (Tom)
293296
* Add LAZY VACUUM (Vadim)
294-
* Improve vacuum of large objects (/contrib/vacuumlo)
295297

296298
MISCELLANEOUS
297299

0 commit comments

Comments
 (0)