mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-18 18:44:06 +08:00
Update TODO list.
This commit is contained in:
parent
390e8354ce
commit
0df761420d
4
doc/TODO
4
doc/TODO
@ -1,6 +1,6 @@
|
||||
TODO list for PostgreSQL
|
||||
========================
|
||||
Last updated: Thu Jul 8 01:04:06 EDT 1999
|
||||
Last updated: Thu Jul 15 09:45:53 EDT 1999
|
||||
|
||||
Current maintainer: Bruce Momjian (maillist@candle.pha.pa.us)
|
||||
|
||||
@ -95,6 +95,7 @@ TYPES
|
||||
* Declare typein/out functions in pg_proc with a special "C string" data type
|
||||
* Add non-large-object binary field
|
||||
* Add index on NUMERIC type
|
||||
* Make Absolutetime/Relativetime int4 because time_t can be int8 on some ports
|
||||
|
||||
VIEWS
|
||||
|
||||
@ -202,6 +203,7 @@ INDEXES
|
||||
* Create more system table indexes for faster cache lookups
|
||||
* fix indexscan() so it does leak memory by not requiring caller to free
|
||||
* Improve _bt_binsrch() to handle equal keys better, remove _bt_firsteq()(Tom)
|
||||
* Allow SELECT * FROM tab WHERE int2col = 4 use int2col index
|
||||
|
||||
CACHE
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user