summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2004-06-10 03:45:30 +0000
committerBruce Momjian <bruce@momjian.us>2004-06-10 03:45:30 +0000
commitbabd02af5a8762f50c74dfe029503f6a50892927 (patch)
treeaf8d9c92c051180929eb84bdd01b929bb4660a32
parent6d1347b36fd1416c47fea9d6777d11bab6ae764e (diff)
Add:
> * Order heap pointers on hash index pages by hash value and ctid
-rw-r--r--doc/TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index 7d3e82339a7..bd429cac148 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Tue Jun 8 23:15:47 EDT 2004
+Last updated: Wed Jun 9 23:34:55 EDT 2004
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -147,6 +147,7 @@ Indexes
* Add FILLFACTOR to btree index creation
* Add concurrency to GIST
* Allow a single index to index multiple tables (for inheritance and subtables)
+* Order heap pointers on hash index pages by hash value and ctid
Commands