Commits

DateSubjectAuthorReleases
2008-05-29 Fix some bugs introduced by the 8.2-era conversion of cube functions to V1 Tom Lane 8.2.8
2008-05-29 Fix some bugs introduced by the 8.2-era conversion of cube functions to V1 Tom Lane 8.3.2
2008-05-29 Fix some bugs introduced by the 8.2-era conversion of cube functions to V1 Tom Lane 8.4.0
2008-04-14 Push index operator lossiness determination down to GIST/GIN opclass Tom Lane 8.4.0
2007-06-05 Downgrade implicit casts to text to be assignment-only, except for the ones Tom Lane 8.3.0
2007-02-27 Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). Tom Lane 8.3.0
2006-09-10 Rename contrib contains/contained-by operators to @> and <@, per discussion. Tom Lane 8.2.0
2006-07-27 Fix incorrect function return code in cube_cmp and cube_dim; Tom Lane 8.2.0
2006-05-30 Magic blocks don't do us any good unless we use 'em ... so install one Tom Lane 8.2.0
2005-11-07 R-tree is dead ... long live GiST. Tom Lane 8.2.0
2005-06-27 Remove the << >> &< and &> operators for contrib/cube, which were Tom Lane 8.1.0
2004-10-21 Standardize on using the Min, Max, and Abs macros that are in our c.h file, Tom Lane 8.0.0
2004-09-14 Fix contrib/cube and contrib/seg to compile on Windows. Tom Lane 8.0.0
2003-09-14 Make contrib/cube work with flex 2.5.31. Fix it up to have a real Tom Lane 7.4.1
2003-07-27 elog mop-up. Tom Lane 7.4.1
2002-08-22 Add a bunch of pseudo-types to replace the behavior formerly associated Tom Lane 7.3.1
2002-08-18 Fix potential buffer overrun in cube_out(), per report from Tom Lane 7.3.1
2001-05-31 Updates to make GIST work with multi-key indexes (from Oleg Bartunov Tom Lane 7.2.1
2000-12-11 Gene Selkov's CUBE datatype (GiST example code) Tom Lane 7.1.1