Commit 8a4a8027 authored by Bruce Momjian's avatar Bruce Momjian

Update TODO list.

parent 642107d5
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,13 +122,15 @@ INDEXES ...@@ -122,13 +122,15 @@ 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
* Add unique indexes to pg_shadow.usename and pg_shadow.usesysid or SYSTEM TABLES
switch to pg_shadow.oid as user id
* Add unique indexes on pg_database * Add unique indexes to pg_shadow.usename and pg_shadow.usesysid or
* Check all system tables and add unique indexes as needed switch to pg_shadow.oid as user id
* Remove pg_listener index * Add unique indexes on pg_database
* Remove unused pg_variable, pg_inheritproc, pg_ipl tables * Check all system tables and add unique indexes as needed
* Remove pg_listener index
* Remove unused pg_variable, pg_inheritproc, pg_ipl tables
COMMANDS COMMANDS
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment