diff options
author | Bruce Momjian <bruce@momjian.us> | 2001-01-11 21:07:07 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2001-01-11 21:07:07 +0000 |
commit | be64674a0dfa3951d08608535094faaa3d85fc5d (patch) | |
tree | bf952fa4065e93026278868b16de606e45bb659c | |
parent | 57d32518d1f11861b69c440105a50b15ce410a9b (diff) | |
download | postgresql-be64674a0dfa3951d08608535094faaa3d85fc5d.tar.gz postgresql-be64674a0dfa3951d08608535094faaa3d85fc5d.zip |
Update TODO list.
-rw-r--r-- | doc/TODO | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Tue Jan 9 13:05:49 EST 2001 +Last updated: Thu Jan 11 16:06:57 EST 2001 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -151,8 +151,12 @@ COMMANDS * Add ALTER TABLE ... DROP CONSTRAINT * -Add ALTER USER command to change user db attributes (Peter E) * Automatically drop constraints/functions when object is dropped -* Allow CLUSTER on all tables at once, and improve CLUSTER, loses NOT - NULL specification, indexes, permissions, etc on table +* CLUSTER + * cluster all tables at once + * prent lose of constraints, indexes, permissions, inheritance + * Automatically keep clustering on a table + * Keep statistics about clustering, perhaps during VACUUM ANALYZE + [optimizer] * Add SIMILAR TO to allow character classes, 'pg_[a-c]%' * Auto-destroy sequence on DROP of table with SERIAL (Ryan) * Allow LOCK TABLE tab1, tab2, tab3 so all tables locked in unison [lock] @@ -284,8 +288,6 @@ MISC * -Redesign ANALYZE in VACUUM so it can be run separately without locks * Make ANALYZE a separate command * Gather more accurate dispersion statistics using indexes -* Keep statistics about clustering of table rows [optimizer] -* Automatically keep clustering on a table * Improve statistics storage in pg_class [performance] * Improve VACUUM speed with indexes [vacuum] * Reduce VACUUM lock time by moving tuples with read lock, then write |