Update TODO list.

This commit is contained in:
Bruce Momjian 2001-05-10 22:36:52 +00:00
parent 642107d5ba
commit 8a4a8027eb
1 changed files with 10 additions and 8 deletions

View File

@ -1,6 +1,6 @@
TODO list for PostgreSQL TODO list for PostgreSQL
======================== ========================
Last updated: Thu May 10 16:28:36 EDT 2001 Last updated: Thu May 10 18:36:37 EDT 2001
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@ -122,7 +122,9 @@ INDEXES
* Gather more accurate dispersion statistics using indexes * Gather more accurate dispersion statistics using indexes
* Add deleted bit to index tuples to reduce heap access * Add deleted bit to index tuples to reduce heap access
* Prevent index uniqueness checks when UPDATE does not modifying column * Prevent index uniqueness checks when UPDATE does not modifying column
* System Tables
SYSTEM TABLES
* Add unique indexes to pg_shadow.usename and pg_shadow.usesysid or * Add unique indexes to pg_shadow.usename and pg_shadow.usesysid or
switch to pg_shadow.oid as user id switch to pg_shadow.oid as user id
* Add unique indexes on pg_database * Add unique indexes on pg_database