Update TODO list.
This commit is contained in:
parent
cc54c68906
commit
27f9d6ee2e
5
doc/TODO
5
doc/TODO
@ -1,6 +1,6 @@
|
|||||||
TODO list for PostgreSQL
|
TODO list for PostgreSQL
|
||||||
========================
|
========================
|
||||||
Last updated: Sat Jul 21 00:41:03 EDT 2001
|
Last updated: Mon Jul 30 12:48:40 EDT 2001
|
||||||
|
|
||||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||||
|
|
||||||
@ -98,6 +98,7 @@ INDEXES
|
|||||||
* Allow CREATE INDEX zman_index ON test (date_trunc( 'day', zman ) datetime_ops)
|
* Allow CREATE INDEX zman_index ON test (date_trunc( 'day', zman ) datetime_ops)
|
||||||
fails index can't store constant parameters
|
fails index can't store constant parameters
|
||||||
* Add FILLFACTOR to index creation
|
* Add FILLFACTOR to index creation
|
||||||
|
* Order duplicate index entries by tid
|
||||||
* -Re-enable partial indexes
|
* -Re-enable partial indexes
|
||||||
* -Prevent pg_attribute from having duplicate oids for indexes (Tom)
|
* -Prevent pg_attribute from having duplicate oids for indexes (Tom)
|
||||||
* Allow inherited tables to inherit index, UNIQUE constraint, and primary
|
* Allow inherited tables to inherit index, UNIQUE constraint, and primary
|
||||||
@ -274,6 +275,7 @@ CACHE
|
|||||||
|
|
||||||
* Cache most recent query plan(s) (Karel) [prepare]
|
* Cache most recent query plan(s) (Karel) [prepare]
|
||||||
* Shared catalog cache, reduce lseek()'s by caching table size in shared area
|
* Shared catalog cache, reduce lseek()'s by caching table size in shared area
|
||||||
|
* Add free-behind capability for large sequential scans
|
||||||
|
|
||||||
VACUUM
|
VACUUM
|
||||||
|
|
||||||
@ -307,6 +309,7 @@ MISCELLANEOUS
|
|||||||
* Add hash for evaluating GROUP BY aggregates
|
* Add hash for evaluating GROUP BY aggregates
|
||||||
* Read pg_hba.conf only on postmaster startup or SIGHUP (Bruce)
|
* Read pg_hba.conf only on postmaster startup or SIGHUP (Bruce)
|
||||||
* Create spinlock sleepers queue so everyone doesn't wake up at once
|
* Create spinlock sleepers queue so everyone doesn't wake up at once
|
||||||
|
* Add queue of backends waiting for spinlock
|
||||||
|
|
||||||
SOURCE CODE
|
SOURCE CODE
|
||||||
-----------
|
-----------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user