summaryrefslogtreecommitdiff
path: root/contrib/cube/cube.c
AgeCommit message (Expand)Author
2012-06-24Replace int2/int4 in C code with int16/int32Peter Eisentraut
2011-09-04Clean up the #include mess a little.Tom Lane
2011-09-01Remove unnecessary #include references, per pgrminclude script.Bruce Momjian
2011-01-09Use array_contains_nulls instead of ARR_HASNULL on user-supplied arrays.Tom Lane
2010-11-15Fix bug in cube picksplit algorithm.Robert Haas
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2008-05-29Fix some bugs introduced by the 8.2-era conversion of cube functions to V1Tom Lane
2008-04-14Push index operator lossiness determination down to GIST/GIN opclassTom Lane
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-06-05Downgrade implicit casts to text to be assignment-only, except for the onesTom Lane
2007-03-07Athough cube is a varlena type, nowhere was a detoasting of cube's value, soTeodor Sigaev
2007-02-27Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-09-10Rename contrib contains/contained-by operators to @> and <@, per discussion.Tom Lane
2006-07-27Fix incorrect function return code in cube_cmp and cube_dim;Tom Lane
2006-07-25/contrib/cube improvements:Bruce Momjian
2006-06-28ChangesTeodor Sigaev
2006-05-30Magic blocks don't do us any good unless we use 'em ... so install oneTom Lane
2006-03-11Add CVS tag lines to files that were lacking them.Bruce Momjian
2005-11-07R-tree is dead ... long live GiST.Tom Lane
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-06-27Remove the << >> &< and &> operators for contrib/cube, which wereTom Lane
2005-05-21Cleanup of GiST extensions in contrib/: now that we always invoke GiSTNeil Conway
2005-05-17Cleanup GiST header files. Since GiST extensions are often written asNeil 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
2003-09-14Make contrib/cube work with flex 2.5.31. Fix it up to have a realTom Lane
2003-08-04pgindent run.Bruce Momjian
2003-07-27elog mop-up.Tom Lane
2003-02-13The attached patch provides cube with 4 functions for building cubesBruce Momjian
2002-11-23This is a patch to make cube output work like double precision outputBruce Momjian
2002-09-12This is a comprehensive set of diffs (versus current CVS) that replaces thoseBruce Momjian
2002-09-04pgindent run.Bruce Momjian
2002-08-29The changes I have made are described in CHANGES. This was based onBruce Momjian
2002-08-22Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane
2002-08-18Fix potential buffer overrun in cube_out(), per report fromTom 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 CUBE datatype (GiST example code)Tom Lane