]> granicus.if.org Git - postgresql/commitdiff
Mention btree:
authorBruce Momjian <bruce@momjian.us>
Sat, 1 Jun 2002 19:53:31 +0000 (19:53 +0000)
committerBruce Momjian <bruce@momjian.us>
Sat, 1 Jun 2002 19:53:31 +0000 (19:53 +0000)
> * Add FILLFACTOR to btree index creation

doc/TODO

index ee68e0d1ee43f6102a848edbf624807a90eac194..dab8874cf2474c995c06b7daff441f48646941a7 100644 (file)
--- 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