Age | Commit message (Expand) | Author |
2012-06-24 | Replace int2/int4 in C code with int16/int32 | Peter Eisentraut |
2011-09-04 | Clean up the #include mess a little. | Tom Lane |
2011-09-01 | Remove unnecessary #include references, per pgrminclude script. | Bruce Momjian |
2011-01-09 | Use array_contains_nulls instead of ARR_HASNULL on user-supplied arrays. | Tom Lane |
2010-11-15 | Fix bug in cube picksplit algorithm. | Robert Haas |
2010-09-20 | Remove cvs keywords from all files. | Magnus Hagander |
2009-06-11 | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian |
2008-05-29 | Fix some bugs introduced by the 8.2-era conversion of cube functions to V1 | Tom Lane |
2008-04-14 | Push index operator lossiness determination down to GIST/GIN opclass | Tom Lane |
2007-11-15 | pgindent run for 8.3. | Bruce Momjian |
2007-06-05 | Downgrade implicit casts to text to be assignment-only, except for the ones | Tom Lane |
2007-03-07 | Athough cube is a varlena type, nowhere was a detoasting of cube's value, so | Teodor Sigaev |
2007-02-27 | Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). | Tom Lane |
2006-10-04 | pgindent run for 8.2. | Bruce Momjian |
2006-09-10 | Rename contrib contains/contained-by operators to @> and <@, per discussion. | Tom Lane |
2006-07-27 | Fix incorrect function return code in cube_cmp and cube_dim; | Tom Lane |
2006-07-25 | /contrib/cube improvements: | Bruce Momjian |
2006-06-28 | Changes | Teodor Sigaev |
2006-05-30 | Magic blocks don't do us any good unless we use 'em ... so install one | Tom Lane |
2006-03-11 | Add CVS tag lines to files that were lacking them. | Bruce Momjian |
2005-11-07 | R-tree is dead ... long live GiST. | Tom Lane |
2005-10-15 | Standard pgindent run for 8.1. | Bruce Momjian |
2005-06-27 | Remove the << >> &< and &> operators for contrib/cube, which were | Tom Lane |
2005-05-21 | Cleanup of GiST extensions in contrib/: now that we always invoke GiST | Neil Conway |
2005-05-17 | Cleanup GiST header files. Since GiST extensions are often written as | Neil Conway |
2004-10-21 | Standardize on using the Min, Max, and Abs macros that are in our c.h file, | Tom Lane |
2004-09-14 | Fix contrib/cube and contrib/seg to compile on Windows. | Tom Lane |
2004-08-29 | Pgindent run for 8.0. | Bruce Momjian |
2004-03-30 | Cleanup vectors of GISTENTRY and eliminate problem with 64-bit strict-aligned | Teodor Sigaev |
2003-09-14 | Make contrib/cube work with flex 2.5.31. Fix it up to have a real | Tom Lane |
2003-08-04 | pgindent run. | Bruce Momjian |
2003-07-27 | elog mop-up. | Tom Lane |
2003-02-13 | The attached patch provides cube with 4 functions for building cubes | Bruce Momjian |
2002-11-23 | This is a patch to make cube output work like double precision output | Bruce Momjian |
2002-09-12 | This is a comprehensive set of diffs (versus current CVS) that replaces those | Bruce Momjian |
2002-09-04 | pgindent run. | Bruce Momjian |
2002-08-29 | The changes I have made are described in CHANGES. This was based on | Bruce Momjian |
2002-08-22 | Add a bunch of pseudo-types to replace the behavior formerly associated | Tom Lane |
2002-08-18 | Fix potential buffer overrun in cube_out(), per report from | Tom Lane |
2001-10-25 | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian |
2001-05-31 | Updates to make GIST work with multi-key indexes (from Oleg Bartunov | Tom Lane |
2001-03-22 | pgindent run. Make it all clean. | Bruce Momjian |
2000-12-11 | Gene Selkov's CUBE datatype (GiST example code) | Tom Lane |