summaryrefslogtreecommitdiff
path: root/contrib/cube/cube.sql.in
AgeCommit message (Expand)Author
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