summaryrefslogtreecommitdiff
path: root/contrib/cube/cube.sql.in
AgeCommit message (Expand)Author
2005-06-27Remove the << >> &< and &> operators for contrib/cube, which wereTom Lane
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-05-14Backend support for autocommit removed, per recent discussions. TheTom Lane
2003-02-13The attached patch provides cube with 4 functions for building cubesBruce Momjian
2002-11-23When I made the cube(text) function for 7.3, I neglected to add aBruce Momjian
2002-10-18Update /contrib for "autocommit TO 'on'".Bruce Momjian
2002-09-12This is a comprehensive set of diffs (versus current CVS) that replaces thoseBruce 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
2002-07-30Replace ad-hoc insertions into pg_opclass and friends with CREATETom Lane
2002-04-17Opclasses live in namespaces. I also took the opportunity to createTom Lane
2001-08-21Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions inTom Lane
2001-08-101. null-safe interface to GiSTBruce Momjian
2000-12-11Gene Selkov's CUBE datatype (GiST example code)Tom Lane