Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit be64674

Browse files
committed
Update TODO list.
1 parent 57d3251 commit be64674

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

doc/TODO

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated: Tue Jan 9 13:05:49 EST 2001
3+
Last updated: Thu Jan 11 16:06:57 EST 2001
44

55
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
66

@@ -151,8 +151,12 @@ COMMANDS
151151
* Add ALTER TABLE ... DROP CONSTRAINT
152152
* -Add ALTER USER command to change user db attributes (Peter E)
153153
* Automatically drop constraints/functions when object is dropped
154-
* Allow CLUSTER on all tables at once, and improve CLUSTER, loses NOT
155-
NULL specification, indexes, permissions, etc on table
154+
* CLUSTER
155+
* cluster all tables at once
156+
* prent lose of constraints, indexes, permissions, inheritance
157+
* Automatically keep clustering on a table
158+
* Keep statistics about clustering, perhaps during VACUUM ANALYZE
159+
[optimizer]
156160
* Add SIMILAR TO to allow character classes, 'pg_[a-c]%'
157161
* Auto-destroy sequence on DROP of table with SERIAL (Ryan)
158162
* Allow LOCK TABLE tab1, tab2, tab3 so all tables locked in unison [lock]
@@ -284,8 +288,6 @@ MISC
284288
* -Redesign ANALYZE in VACUUM so it can be run separately without locks
285289
* Make ANALYZE a separate command
286290
* Gather more accurate dispersion statistics using indexes
287-
* Keep statistics about clustering of table rows [optimizer]
288-
* Automatically keep clustering on a table
289291
* Improve statistics storage in pg_class [performance]
290292
* Improve VACUUM speed with indexes [vacuum]
291293
* Reduce VACUUM lock time by moving tuples with read lock, then write

0 commit comments

Comments
 (0)