]> granicus.if.org Git - postgresql/history - contrib/cube/cube.c
Correctly set t_self for heap tuples in expand_tuple
[postgresql] / contrib / cube / cube.c
2018-08-31 Alexander KorotkovEnforce cube dimension limit in all cube construction...
2018-07-29 Tomas VondraProvide separate header file for built-in float types
2018-07-11 Alvaro HerreraRethink how to get float.h in old Windows API for isnan...
2018-04-26 Tom LanePost-feature-freeze pgindent run.
2018-01-11 Teodor Sigaevllow negative coordinate for ~> (cube, int) operator
2018-01-11 Teodor SigaevFix behavior of ~> (cube, int) operator
2017-11-08 Peter EisentrautChange TRUE/FALSE to true/false
2017-09-18 Tom LaneMake DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro...
2017-09-05 Peter EisentrautRemove unnecessary casts
2017-09-05 Peter EisentrautRemove unnecessary parentheses in return statements
2017-06-21 Tom LanePhase 3 of pgindent updates.
2016-09-27 Tom LaneImprove contrib/cube's handling of zero-D cubes, infini...
2015-12-28 Tom LaneCode and docs review for cube kNN support.
2015-12-18 Teodor SigaevCube extension kNN support
2015-09-05 Heikki LinnakangasFix misc typos.
2015-05-15 Alvaro HerreraMove strategy numbers to include/access/stratnum.h
2015-03-26 Tom LaneTweak __attribute__-wrapping macros for better pgindent...
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-04-18 Peter EisentrautCreate function prototype as part of PG_FUNCTION_INFO_V...
2013-10-31 Robert HaasUse appendStringInfoString instead of appendStringInfo...
2013-10-21 Heikki LinnakangasExtend cube on-disk format to pack points more tightly.
2013-07-29 Tom LaneFix contrib/cube and contrib/seg to build with bison...
2013-04-23 Heikki LinnakangasRemove prototype for cube(text) function that doesn...
2012-06-24 Peter EisentrautReplace int2/int4 in C code with int16/int32
2011-09-04 Tom LaneClean up the #include mess a little.
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-01-09 Tom LaneUse array_contains_nulls instead of ARR_HASNULL on...
2010-11-15 Robert HaasFix bug in cube picksplit algorithm.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2008-05-29 Tom LaneFix some bugs introduced by the 8.2-era conversion...
2008-04-14 Tom LanePush index operator lossiness determination down to...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-06-05 Tom LaneDowngrade implicit casts to text to be assignment-only...
2007-03-07 Teodor SigaevAthough cube is a varlena type, nowhere was a detoastin...
2007-02-27 Tom LaneReplace direct assignments to VARATT_SIZEP(x) with...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-10 Tom LaneRename contrib contains/contained-by operators to ...
2006-07-27 Tom LaneFix incorrect function return code in cube_cmp and...
2006-07-25 Bruce Momjian/contrib/cube improvements:
2006-06-28 Teodor SigaevChanges
2006-05-30 Tom LaneMagic blocks don't do us any good unless we use 'em...
2006-03-11 Bruce MomjianAdd CVS tag lines to files that were lacking them.
2005-11-07 Tom LaneR-tree is dead ... long live GiST.
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-06-27 Tom LaneRemove the << >> &< and &> operators for contrib/cube...
2005-05-21 Neil ConwayCleanup of GiST extensions in contrib/: now that we...
2005-05-17 Neil ConwayCleanup GiST header files. Since GiST extensions are...
2004-10-21 Tom LaneStandardize on using the Min, Max, and Abs macros that...
2004-09-14 Tom LaneFix contrib/cube and contrib/seg to compile on Windows.
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-03-30 Teodor SigaevCleanup vectors of GISTENTRY and eliminate problem...
2003-09-14 Tom LaneMake contrib/cube work with flex 2.5.31. Fix it up...
2003-08-04 Bruce Momjianpgindent run.
2003-07-27 Tom Laneelog mop-up.
2003-02-13 Bruce MomjianThe attached patch provides cube with 4 functions for...
2002-11-23 Bruce MomjianThis is a patch to make cube output work like double...
2002-09-12 Bruce MomjianThis is a comprehensive set of diffs (versus current...
2002-09-04 Bruce Momjianpgindent run.
2002-08-29 Bruce MomjianThe changes I have made are described in CHANGES. This...
2002-08-22 Tom LaneAdd a bunch of pseudo-types to replace the behavior...
2002-08-18 Tom LaneFix potential buffer overrun in cube_out(), per report...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-05-31 Tom LaneUpdates to make GIST work with multi-key indexes (from...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2000-12-11 Tom LaneGene Selkov's CUBE datatype (GiST example code)