summaryrefslogtreecommitdiff
path: root/contrib/seg/seg.c
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in comments.Heikki Linnakangas2017-02-061-1/+1
* Revert "Convert contrib/seg's bool-returning SQL functions to V1 call convent...Tom Lane2016-04-281-195/+105
* Convert contrib/seg's bool-returning SQL functions to V1 call convention.Tom Lane2016-04-221-105/+195
* Move strategy numbers to include/access/stratnum.hAlvaro Herrera2015-05-151-1/+2
* Tweak __attribute__-wrapping macros for better pgindent results.Tom Lane2015-03-261-10/+0
* Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut2014-04-181-7/+0
* Fix contrib/cube and contrib/seg to build with bison 3.0.Tom Lane2013-07-291-3/+3
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-011-1/+0
* Replace strdup() with pstrdup(), to avoid leaking memory.Heikki Linnakangas2011-05-181-1/+1
* Clean up most -Wunused-but-set-variable warnings from gcc 4.6Peter Eisentraut2011-04-111-2/+1
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-1/+1
* Fix contrib/seg's GiST picksplit method.Tom Lane2010-12-151-116/+78
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-61/+61
* Add $PostgreSQL$ markers to a lot of files that were missing them.Andrew Dunstan2008-05-171-1/+4
* seg_size() has to be V1 calling convention, too.Tom Lane2008-04-191-9/+6
* Change the float4-returning functions in contrib/seg to fmgr v1 callingAlvaro Herrera2008-04-181-23/+34
* Modify the float4 datatype to be pass-by-val. Along the way, remove the lastAlvaro Herrera2008-04-181-29/+11
* Push index operator lossiness determination down to GIST/GIN opclassTom Lane2008-04-141-2/+11
* Rename contrib contains/contained-by operators to @> and <@, per discussion.Tom Lane2006-09-101-0/+4
* ChangesTeodor Sigaev2006-06-281-2/+2
* Magic blocks don't do us any good unless we use 'em ... so install oneTom Lane2006-05-301-0/+2
* R-tree is dead ... long live GiST.Tom Lane2005-11-071-2/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-38/+33
* Adjust contrib/seg &< and &> operators so that r-tree indexing logicTom Lane2005-06-271-7/+11
* Cleanup of GiST extensions in contrib/: now that we always invoke GiSTNeil Conway2005-05-211-13/+0
* Standardize on using the Min, Max, and Abs macros that are in our c.h file,Tom Lane2004-10-211-6/+4
* Fix contrib/cube and contrib/seg to compile on Windows.Tom Lane2004-09-141-4/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-291-5/+5
* Cleanup vectors of GISTENTRY and eliminate problem with 64-bit strict-alignedTeodor Sigaev2004-03-301-13/+13
* Localize our dependencies on the way to create NAN or INFINITY.Tom Lane2004-03-151-2/+2
* Make contrib/seg work with flex 2.5.31. Fix it up to have a realTom Lane2003-09-141-10/+8
* Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)Tom Lane2003-07-241-4/+2
* Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane2002-08-221-8/+0
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-10/+4
* Updates to make GIST work with multi-key indexes (from Oleg BartunovTom Lane2001-05-311-34/+27
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-654/+737
* Gene Selkov's SEG datatype (GiST example code)Tom Lane2000-12-111-0/+1049