summaryrefslogtreecommitdiff
path: root/contrib/tsearch/gistidx.c
AgeCommit message (Collapse)Author
2005-06-22Remove contrib modules that have been agreed to be obsolete.Tom Lane
(There are more that will be removed once they've been copied to pgfoundry.org.)
2005-05-21Cleanup of GiST extensions in contrib/: now that we always invoke GiSTNeil Conway
methods in a short-lived memory context, there is no need for GiST methods to do their own manual (and error-prone) memory management.
2004-10-21Standardize on using the Min, Max, and Abs macros that are in our c.h file,Tom Lane
getting rid of numerous ad-hoc versions that have popped up in various places. Shortens code and avoids conflict with Windows min() and max() macros.
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-03-30Cleanup vectors of GISTENTRY and eliminate problem with 64-bit strict-alignedTeodor Sigaev
boxes. Change interface to user-defined GiST support methods union and picksplit. Now instead of bytea struct it used special GistEntryVector structure.
2003-07-24Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)Tom Lane
2002-09-04pgindent run.Bruce Momjian
2002-08-23Patch resolve ERROR problem for non-goog query_txt.Bruce Momjian
Teodor Sigaev
2002-02-07Repair some problems in GIST-index contrib modules. Patch fromTom Lane
Teodor Sigaev <[email protected]>.
2001-10-12txtidx datatype for full text indexing with GiST.Tom Lane
From Oleg Bartunov and Teodor Sigaev.