summaryrefslogtreecommitdiff
path: root/contrib/cube/cube.c
Commit message (Expand)AuthorAgeFilesLines
* ChangesTeodor Sigaev2006-06-281-3/+3
* Magic blocks don't do us any good unless we use 'em ... so install oneTom Lane2006-05-301-1/+3
* Add CVS tag lines to files that were lacking them.Bruce Momjian2006-03-111-0/+2
* R-tree is dead ... long live GiST.Tom Lane2005-11-071-1/+1
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-29/+26
* Remove the << >> &< and &> operators for contrib/cube, which wereTom Lane2005-06-271-84/+0
* Cleanup of GiST extensions in contrib/: now that we always invoke GiSTNeil Conway2005-05-211-12/+0
* Cleanup GiST header files. Since GiST extensions are often written asNeil Conway2005-05-171-0/+1
* Standardize on using the Min, Max, and Abs macros that are in our c.h file,Tom Lane2004-10-211-4/+2
* Fix contrib/cube and contrib/seg to compile on Windows.Tom Lane2004-09-141-50/+48
* Pgindent run for 8.0.Bruce Momjian2004-08-291-1/+1
* Cleanup vectors of GISTENTRY and eliminate problem with 64-bit strict-alignedTeodor Sigaev2004-03-301-16/+14
* Make contrib/cube work with flex 2.5.31. Fix it up to have a realTom Lane2003-09-141-148/+59
* pgindent run.Bruce Momjian2003-08-041-34/+42
* elog mop-up.Tom Lane2003-07-271-2/+0
* The attached patch provides cube with 4 functions for building cubesBruce Momjian2003-02-131-3/+82
* This is a patch to make cube output work like double precision outputBruce Momjian2002-11-231-2/+9
* This is a comprehensive set of diffs (versus current CVS) that replaces thoseBruce Momjian2002-09-121-13/+15
* pgindent run.Bruce Momjian2002-09-041-119/+130
* The changes I have made are described in CHANGES. This was based onBruce Momjian2002-08-291-202/+247
* Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane2002-08-221-8/+0
* Fix potential buffer overrun in cube_out(), per report fromTom Lane2002-08-181-22/+19
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-6/+3
* Updates to make GIST work with multi-key indexes (from Oleg BartunovTom Lane2001-05-311-34/+31
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-814/+936
* Gene Selkov's CUBE datatype (GiST example code)Tom Lane2000-12-111-0/+1058