aboutsummaryrefslogtreecommitdiff
path: root/contrib/cube/cubedata.h
Commit message (Expand)AuthorAge
* Tweak __attribute__-wrapping macros for better pgindent results.Tom Lane2015-03-26
* Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.Tom Lane2015-02-20
* pgindent run for 9.4Bruce Momjian2014-05-06
* Extend cube on-disk format to pack points more tightly.Heikki Linnakangas2013-10-21
* Remove "fmgr.h" include in cube contrib --- caused crash on a GentooBruce Momjian2011-09-01
* Allow more include files to be compiled in their own by adding missingBruce Momjian2011-08-27
* 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
* Athough cube is a varlena type, nowhere was a detoasting of cube's value, soTeodor Sigaev2007-03-07
* Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane2007-02-27
* Add CVS tag lines to files that were lacking them.Bruce Momjian2006-03-11
* This is a comprehensive set of diffs (versus current CVS) that replaces thoseBruce Momjian2002-09-12
* The changes I have made are described in CHANGES. This was based onBruce Momjian2002-08-29
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-10
* Gene Selkov's CUBE datatype (GiST example code)Tom Lane2000-12-11