summaryrefslogtreecommitdiff
path: root/contrib/seg/seg.c
AgeCommit message (Expand)Author
2005-06-27Adjust contrib/seg &< and &> operators so that r-tree indexing logicTom Lane
2005-05-21Cleanup of GiST extensions in contrib/: now that we always invoke GiSTNeil Conway
2004-10-21Standardize on using the Min, Max, and Abs macros that are in our c.h file,Tom Lane
2004-09-14Fix contrib/cube and contrib/seg to compile on Windows.Tom Lane
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-03-30Cleanup vectors of GISTENTRY and eliminate problem with 64-bit strict-alignedTeodor Sigaev
2004-03-15Localize our dependencies on the way to create NAN or INFINITY.Tom Lane
2003-09-14Make contrib/seg work with flex 2.5.31. Fix it up to have a realTom Lane
2003-07-24Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)Tom Lane
2002-08-22Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-05-31Updates to make GIST work with multi-key indexes (from Oleg BartunovTom Lane
2001-03-22pgindent run. Make it all clean.Bruce Momjian
2000-12-11Gene Selkov's SEG datatype (GiST example code)Tom Lane