Re: B-Tree emulation for GIN

From: Teodor Sigaev <teodor(at)sigaev(dot)ru>
To: Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: B-Tree emulation for GIN
Date: 2008-11-12 17:55:20
Message-ID: 491B1888.9020903@sigaev.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> TODO/issues
> - add support of other data types to btree_gin
done, now btree_gin supports int2, int4, int8, float4, float8, money, oid,
timestamp, timestamptz, time, timetz, date, interval, macaddr, inet, cidr, text,
varchar, char, bytea, bit and varbit types

--
Teodor Sigaev E-mail: teodor(at)sigaev(dot)ru
WWW: http://www.sigaev.ru/

Attachment Content-Type Size
btree_gin-0.5.tgz application/x-gtar 8.8 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Brendan Jurd 2008-11-12 18:03:41 Re: [GENERAL] Very slow queries w/ NOT IN preparation (seems like a bug, test case)
Previous Message Tom Lane 2008-11-12 17:52:21 Re: [GENERAL] Very slow queries w/ NOT IN preparation (seems like a bug, test case)