|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Sat Jul21 00:41:03 EDT 2001 |
| 3 | +Last updated:Mon Jul30 12:48:40 EDT 2001 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
@@ -98,6 +98,7 @@ INDEXES
|
98 | 98 | * Allow CREATE INDEX zman_index ON test (date_trunc( 'day', zman ) datetime_ops)
|
99 | 99 | fails index can't store constant parameters
|
100 | 100 | * Add FILLFACTOR to index creation
|
| 101 | +* Order duplicate index entries by tid |
101 | 102 | * -Re-enable partial indexes
|
102 | 103 | * -Prevent pg_attribute from having duplicate oids for indexes (Tom)
|
103 | 104 | * Allow inherited tables to inherit index, UNIQUE constraint, and primary
|
@@ -274,6 +275,7 @@ CACHE
|
274 | 275 |
|
275 | 276 | * Cache most recent query plan(s) (Karel) [prepare]
|
276 | 277 | * Shared catalog cache, reduce lseek()'s by caching table size in shared area
|
| 278 | +* Add free-behind capability for large sequential scans |
277 | 279 |
|
278 | 280 | VACUUM
|
279 | 281 |
|
@@ -307,6 +309,7 @@ MISCELLANEOUS
|
307 | 309 | * Add hash for evaluating GROUP BY aggregates
|
308 | 310 | * Read pg_hba.conf only on postmaster startup or SIGHUP (Bruce)
|
309 | 311 | * Create spinlock sleepers queue so everyone doesn't wake up at once
|
| 312 | +* Add queue of backends waiting for spinlock |
310 | 313 |
|
311 | 314 | SOURCE CODE
|
312 | 315 | -----------
|
|