summaryrefslogtreecommitdiff
path: root/contrib/cube/cube.sql.in
Commit message (Expand)AuthorAgeFilesLines
* /contrib/cube improvements:Bruce Momjian2006-07-251-0/+13
* Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, inPeter Eisentraut2006-02-271-33/+33
* Remove the << >> &< and &> operators for contrib/cube, which wereTom Lane2005-06-271-63/+4
* Cleanup vectors of GISTENTRY and eliminate problem with 64-bit strict-alignedTeodor Sigaev2004-03-301-2/+2
* Make contrib/cube work with flex 2.5.31. Fix it up to have a realTom Lane2003-09-141-16/+58
* Backend support for autocommit removed, per recent discussions. TheTom Lane2003-05-141-2/+0
* The attached patch provides cube with 4 functions for building cubesBruce Momjian2003-02-131-0/+16
* When I made the cube(text) function for 7.3, I neglected to add aBruce Momjian2002-11-231-0/+2
* Update /contrib for "autocommit TO 'on'".Bruce Momjian2002-10-181-147/+161
* This is a comprehensive set of diffs (versus current CVS) that replaces thoseBruce Momjian2002-09-121-33/+58
* The changes I have made are described in CHANGES. This was based onBruce Momjian2002-08-291-20/+50
* Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane2002-08-221-18/+18
* Fix potential buffer overrun in cube_out(), per report fromTom Lane2002-08-181-2/+2
* Replace ad-hoc insertions into pg_opclass and friends with CREATETom Lane2002-07-301-157/+23
* Opclasses live in namespaces. I also took the opportunity to createTom Lane2002-04-171-1/+3
* Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions inTom Lane2001-08-211-65/+98
* 1. null-safe interface to GiSTBruce Momjian2001-08-101-16/+16
* Gene Selkov's CUBE datatype (GiST example code)Tom Lane2000-12-111-0/+337