summaryrefslogtreecommitdiff
path: root/contrib/tsearch2/gistidx.h
AgeCommit message (Expand)Author
2007-11-13Replace the now-incompatible-with-core contrib/tsearch2 module with aTom Lane
2007-02-28Fix up several contrib modules that were using varlena datatypes in not-so-ob...Tom Lane
2006-03-11Add CVS tag lines to files that were lacking them.Bruce Momjian
2006-01-20Replace bitwise looping with bytewise looping in hemdistsign andTom Lane
2005-11-14Use postgres-wide macros BITS_PER_BYTE instead self-definenig macros, also us...Teodor Sigaev
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
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
2003-07-21tsearch2 moduleTeodor Sigaev