Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-05-28 | New version. Add support for int2, int8, float4, float8, timestamp ↵ | Teodor Sigaev | |
with/without time zone, time with/without time zone, date, interval, oid, money and macaddr, char, varchar/text, bytea, numeric, bit, varbit, inet/cidr types for GiST | |||
2004-03-30 | Cleanup vectors of GISTENTRY and eliminate problem with 64-bit strict-aligned | Teodor Sigaev | |
boxes. Change interface to user-defined GiST support methods union and picksplit. Now instead of bytea struct it used special GistEntryVector structure. | |||
2003-08-04 | pgindent run. | Bruce Momjian | |
2003-02-19 | We just released new version of contrib/btree_gist | Bruce Momjian | |
(7.3 and current CVS) with support of int8, float4, float8 in addition to int4. Thanks Janko Richter for contribution. Oleg Bartunov |