aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-06-01 19:53:31 +0000
committerBruce Momjian <bruce@momjian.us>2002-06-01 19:53:31 +0000
commit50b7148218c6d813a60be6aff97df24ba9842387 (patch)
treedc90a887f80be800a074dbff7655f3d55921a19a /doc
parent17adf80b471efa7c6523ef39071c80b22a2ee3dd (diff)
downloadpostgresql-50b7148218c6d813a60be6aff97df24ba9842387.tar.gz
postgresql-50b7148218c6d813a60be6aff97df24ba9842387.zip
Mention btree:
> * Add FILLFACTOR to btree index creation
Diffstat (limited to 'doc')
-rw-r--r--doc/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index ee68e0d1ee4..dab8874cf24 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Tue May 28 20:36:36 EDT 2002
+Last updated: Sat Jun 1 15:52:53 EDT 2002
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -161,8 +161,8 @@ Indexes
* Improve handling of index scans for NULL
* Allow SELECT * FROM tab WHERE int2col = 4 to use int2col index, int8,
float4, numeric/decimal too [optimizer]
+* Add FILLFACTOR to btree index creation
* Improve concurrency in GIST
-* Add FILLFACTOR to index creation
* Improve concurrency of hash indexes (Neil Conway)
* Test hash index performance and recommend or discourage usage