Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | New version. Add support for int2, int8, float4, float8, timestamp ↵ | Teodor Sigaev | 2004-05-28 | 1 | -69/+0 |
| | | | | 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 | ||||
* | Cleanup vectors of GISTENTRY and eliminate problem with 64-bit strict-aligned | Teodor Sigaev | 2004-03-30 | 1 | -3/+3 |
| | | | | | | boxes. Change interface to user-defined GiST support methods union and picksplit. Now instead of bytea struct it used special GistEntryVector structure. | ||||
* | pgindent run. | Bruce Momjian | 2003-08-04 | 1 | -1/+1 |
| | |||||
* | We just released new version of contrib/btree_gist | Bruce Momjian | 2003-02-19 | 1 | -0/+69 |
(7.3 and current CVS) with support of int8, float4, float8 in addition to int4. Thanks Janko Richter for contribution. Oleg Bartunov |