1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-18 17:42:25 +03:00

Update TODO list.

This commit is contained in:
Bruce Momjian
2001-07-04 14:59:07 +00:00
parent 30ab5bd43d
commit 84587e93d8

View File

@ -1,6 +1,6 @@
TODO list for PostgreSQL TODO list for PostgreSQL
======================== ========================
Last updated: Fri Jun 29 17:28:08 EDT 2001 Last updated: Wed Jul 4 10:59:00 EDT 2001
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@ -119,6 +119,7 @@ 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
* Add bitmap indexes [performance] * Add bitmap indexes [performance]
* Improve handling of index scans for NULL
SYSTEM TABLES SYSTEM TABLES