aboutsummaryrefslogtreecommitdiff
path: root/contrib/seg/seg.c
Commit message (Expand)AuthorAge
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Replace strdup() with pstrdup(), to avoid leaking memory.Heikki Linnakangas2011-05-18
* Clean up most -Wunused-but-set-variable warnings from gcc 4.6Peter Eisentraut2011-04-11
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Fix contrib/seg's GiST picksplit method.Tom Lane2010-12-15
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Add $PostgreSQL$ markers to a lot of files that were missing them.Andrew Dunstan2008-05-17
* seg_size() has to be V1 calling convention, too.Tom Lane2008-04-19
* Change the float4-returning functions in contrib/seg to fmgr v1 callingAlvaro Herrera2008-04-18
* Modify the float4 datatype to be pass-by-val. Along the way, remove the lastAlvaro Herrera2008-04-18
* Push index operator lossiness determination down to GIST/GIN opclassTom Lane2008-04-14
* Rename contrib contains/contained-by operators to @> and <@, per discussion.Tom Lane2006-09-10
* ChangesTeodor Sigaev2006-06-28
* Magic blocks don't do us any good unless we use 'em ... so install oneTom Lane2006-05-30
* R-tree is dead ... long live GiST.Tom Lane2005-11-07
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Adjust contrib/seg &< and &> operators so that r-tree indexing logicTom Lane2005-06-27
* Cleanup of GiST extensions in contrib/: now that we always invoke GiSTNeil Conway2005-05-21
* Standardize on using the Min, Max, and Abs macros that are in our c.h file,Tom Lane2004-10-21
* Fix contrib/cube and contrib/seg to compile on Windows.Tom Lane2004-09-14
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Cleanup vectors of GISTENTRY and eliminate problem with 64-bit strict-alignedTeodor Sigaev2004-03-30
* Localize our dependencies on the way to create NAN or INFINITY.Tom Lane2004-03-15
* Make contrib/seg work with flex 2.5.31. Fix it up to have a realTom Lane2003-09-14
* Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)Tom Lane2003-07-24
* Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane2002-08-22
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Updates to make GIST work with multi-key indexes (from Oleg BartunovTom Lane2001-05-31
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Gene Selkov's SEG datatype (GiST example code)Tom Lane2000-12-11