From: Bruce Momjian Date: Wed, 6 Mar 2002 03:37:16 +0000 (+0000) Subject: Add name: X-Git-Tag: REL7_3~1953 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=22ebad9e39e268c9d4c6c2e422af727058830089;p=postgresql Add name: > * Improve concurrency of hash indexes (Neil Conway) --- diff --git a/doc/TODO b/doc/TODO index 2e6cb7745a..635b5a4458 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Mon Mar 4 22:31:55 EST 2002 +Last updated: Tue Mar 5 22:14:41 EST 2002 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -158,7 +158,7 @@ INDEXES float4, numeric/decimal too [optimizer] * Improve concurrency in GIST * Add FILLFACTOR to index creation -* Improve concurrency of hash indexes +* Improve concurrency of hash indexes (Neil Conway) * Test hash index performance and recommend or discourage usage