summaryrefslogtreecommitdiff
path: root/contrib/tsearch/gistidx.h
AgeCommit message (Expand)Author
2005-06-22Remove contrib modules that have been agreed to be obsolete.Tom Lane
2005-05-25Add parentheses to macros when args are used in computations. WithoutBruce Momjian
2004-10-21Standardize on using the Min, Max, and Abs macros that are in our c.h file,Tom Lane
2004-09-14Win32 compile fixes for pgbench, pgcrypto, and tsearch.Tom Lane
2001-11-05New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian
2001-10-28Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-10-12txtidx datatype for full text indexing with GiST.Tom Lane