Update TODO list.

This commit is contained in:
Bruce Momjian 2000-04-28 14:44:47 +00:00
parent a90dc572ed
commit 796695c9d1

View file

@ -1,6 +1,6 @@
TODO list for PostgreSQL TODO list for PostgreSQL
======================== ========================
Last updated: Sat Apr 22 16:33:07 EDT 2000 Last updated: Fri Apr 28 10:44:19 EDT 2000
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@ -51,6 +51,8 @@ MISC
another backend. Might lead to MVCC inside of syscache another backend. Might lead to MVCC inside of syscache
* Permission to UPDATE table allows DELETE also * Permission to UPDATE table allows DELETE also
* Some database schema's are not dumpable; do dumps in oid order * Some database schema's are not dumpable; do dumps in oid order
ENHANCEMENTS ENHANCEMENTS
------------ ------------
@ -171,6 +173,12 @@ MISC
* Allow BLCKSZ <= 64k, not <= 32k * Allow BLCKSZ <= 64k, not <= 32k
* redesign UNION structures to have separarate target lists * redesign UNION structures to have separarate target lists
* Allow multi-level query trees for INSERT INTO ... SELECT * Allow multi-level query trees for INSERT INTO ... SELECT
* Check that primary key exists at foreign key definition time
* Prevent column dropping if column is used by foreign key
* Propagate column or table renaming to foreign key constraints
* Emit a warning at foreign key creation time if no UNIQUE index
exists on referenced primary key attributes
PERFORMANCE PERFORMANCE
----------- -----------
@ -218,6 +226,7 @@ MISC
* prevent labels from being output for stored rules (Tom) * prevent labels from being output for stored rules (Tom)
* allow configuration of maximum number of open files * allow configuration of maximum number of open files
SOURCE CODE SOURCE CODE
----------- -----------
* Add use of 'const' for variables in source tree * Add use of 'const' for variables in source tree