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

Commit 27f9d6e

Browse files
committed
Update TODO list.
1 parent cc54c68 commit 27f9d6e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

doc/TODO

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated: Sat Jul 21 00:41:03 EDT 2001
3+
Last updated: Mon Jul 30 12:48:40 EDT 2001
44

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

@@ -98,6 +98,7 @@ INDEXES
9898
* Allow CREATE INDEX zman_index ON test (date_trunc( 'day', zman ) datetime_ops)
9999
fails index can't store constant parameters
100100
* Add FILLFACTOR to index creation
101+
* Order duplicate index entries by tid
101102
* -Re-enable partial indexes
102103
* -Prevent pg_attribute from having duplicate oids for indexes (Tom)
103104
* Allow inherited tables to inherit index, UNIQUE constraint, and primary
@@ -274,6 +275,7 @@ CACHE
274275

275276
* Cache most recent query plan(s) (Karel) [prepare]
276277
* Shared catalog cache, reduce lseek()'s by caching table size in shared area
278+
* Add free-behind capability for large sequential scans
277279

278280
VACUUM
279281

@@ -307,6 +309,7 @@ MISCELLANEOUS
307309
* Add hash for evaluating GROUP BY aggregates
308310
* Read pg_hba.conf only on postmaster startup or SIGHUP (Bruce)
309311
* Create spinlock sleepers queue so everyone doesn't wake up at once
312+
* Add queue of backends waiting for spinlock
310313

311314
SOURCE CODE
312315
-----------

0 commit comments

Comments
 (0)