index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
cube
/
cubedata.h
Commit message (
Expand
)
Author
Age
*
Cube extension kNN support
Teodor Sigaev
2015-12-18
*
Tweak __attribute__-wrapping macros for better pgindent results.
Tom Lane
2015-03-26
*
Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.
Tom Lane
2015-02-20
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Extend cube on-disk format to pack points more tightly.
Heikki Linnakangas
2013-10-21
*
Remove "fmgr.h" include in cube contrib --- caused crash on a Gentoo
Bruce Momjian
2011-09-01
*
Allow more include files to be compiled in their own by adding missing
Bruce Momjian
2011-08-27
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
*
Athough cube is a varlena type, nowhere was a detoasting of cube's value, so
Teodor Sigaev
2007-03-07
*
Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).
Tom Lane
2007-02-27
*
Add CVS tag lines to files that were lacking them.
Bruce Momjian
2006-03-11
*
This is a comprehensive set of diffs (versus current CVS) that replaces those
Bruce Momjian
2002-09-12
*
The changes I have made are described in CHANGES. This was based on
Bruce Momjian
2002-08-29
*
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
Bruce Momjian
2001-11-05
*
pgindent run. Make it all clean.
Bruce Momjian
2001-03-22
*
Restructure the key include files per recent pghackers discussion: there
Tom Lane
2001-02-10
*
Gene Selkov's CUBE datatype (GiST example code)
Tom Lane
2000-12-11