summaryrefslogtreecommitdiff
path: root/doc/TODO
diff options
context:
space:
mode:
authorBruce Momjian2000-06-01 01:34:02 +0000
committerBruce Momjian2000-06-01 01:34:02 +0000
commit726926a523906ab9d6a405a4239df090efd1d78c (patch)
tree6b0cd6268ae297055076fcd29dd182c875c97973 /doc/TODO
parent127f78502879b6d73db02d6e2294cb614b8eb1ad (diff)
Update pgcvslog
Diffstat (limited to 'doc/TODO')
-rw-r--r--doc/TODO4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index 168adf66a67..91a8f554b96 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -192,7 +192,8 @@ PERFORMANCE
FSYNC
-* Allow transaction commits with rollback with no-fsync performance [fsync](Vadim)
+* Allow transaction commits with rollback with no-fsync performance
+ [fsync] (Vadim)
INDEXES
@@ -231,6 +232,7 @@ MISC
* Remove pg_listener index
* Remove ANALYZE from VACUUM so it can be run separately without locks
* Gather more accurate statistics using indexes
+* Improve statistics storage in pg_class [performance]
SOURCE CODE
-----------