aboutsummaryrefslogtreecommitdiff
path: root/contrib/btree_gist/btree_common.c
Commit message (Collapse)AuthorAge
* Cleanup vectors of GISTENTRY and eliminate problem with 64-bit strict-alignedTeodor Sigaev2004-03-30
| | | | | | 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 Momjian2003-08-04
|
* We just released new version of contrib/btree_gistBruce Momjian2003-02-19
(7.3 and current CVS) with support of int8, float4, float8 in addition to int4. Thanks Janko Richter for contribution. Oleg Bartunov