]> granicus.if.org Git - postgresql/history - src/backend/utils/adt/float.c
pgindent run for 8.3.
[postgresql] / src / backend / utils / adt / float.c
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-09-19 Neil ConwayPrevent corr() from returning the wrong results for...
2007-06-05 Tom LaneDowngrade implicit casts to text to be assignment-only...
2007-02-27 Tom LaneReplace direct assignments to VARATT_SIZEP(x) with...
2007-01-20 Neil ConwayMake setseed() return void, rather than an int4 without...
2007-01-16 Neil ConwayImplement width_bucket() for the float8 data type.
2007-01-06 Bruce MomjianApply fix so pow() and exp() ERANGE is used only if...
2007-01-06 Bruce MomjianCheck for ERANGE in exp() as well.
2007-01-06 Bruce MomjianImprove dpow() check for ERANGE overflow for HPPA.
2007-01-06 Tom LanePut back ERANGE test in dpow(). There are platforms...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2007-01-05 Bruce MomjianUpdate float dpow() comment about whick platforms had...
2007-01-04 Bruce MomjianSimplify assignment of Inf for pow Nan (don't worry...
2007-01-03 Bruce MomjianUpdate pow() tests to check for both errno==EDOM _and_...
2007-01-03 Tom LaneFix erroneous error tests in pow/exp.
2007-01-03 Bruce MomjianAttempt to return proper overflow/underflow messages...
2007-01-03 Bruce MomjianFor float4/8, remove errno checks for pow() and exp...
2007-01-02 Bruce MomjianSome platforms set errno on pow(), exp() overflow,...
2007-01-02 Bruce Momjianfinite() no longer used; remove finite() platform-specific
2007-01-02 Bruce MomjianAdd #include <float.h> for platforms that still need it.
2007-01-02 Bruce MomjianFix float4/8 to handle Infinity and Nan consistently...
2006-12-23 Bruce MomjianRemove unnecessary parentheses in if() statements.
2006-10-05 Tom LaneWork around buggy strtod on (some versions of?) IRIX...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-07-28 Tom LaneSQL2003-standard statistical aggregates, by Sergey...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-07-14 Tom LaneFix a passel of recently-committed violations of the...
2006-06-07 Bruce MomjianPrepare code to be built by MSVC:
2006-04-24 Tom LaneImprove our private implementation of cbrt() to give...
2006-03-11 Neil ConwayRemove a few places that attempted to define INT_MAX...
2006-03-10 Neil ConwayImplement 4 new aggregate functions from SQL2003. Speci...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-02-03 Bruce MomjianUpdate random() usage so ranges are inclusive/exclusive...
2005-12-02 Bruce MomjianRemove comment on errno=0 lines, but add mention to...
2005-12-01 Bruce MomjianComment "errno = 0" in a more generic way.
2005-12-01 Bruce MomjianAdd comments about why errno is set to zero.
2005-11-17 Tom LaneMake SQL arrays support null elements. This commit...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-04-06 Neil ConwayApply the "nodeAgg" optimization to more of the builtin...
2005-02-11 Neil ConwayAdjust input routines for float4, float8 and oid to...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-10-04 Tom LaneDetect overflow in integer arithmetic operators (intege...
2004-09-02 Tom LaneCope with recent HPUX versions providing isfinite(...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-11 Tom LaneWork around broken strtod() that's present in many...
2004-08-04 Tom LaneLabel CVS tip as 8.0devel instead of 7.5devel. Adjust...
2004-05-16 Neil ConwayChange ln(), log(), power(), and sqrt() to emit the...
2004-05-07 Tom LaneSolve the 'Turkish problem' with undesirable locale...
2004-04-01 Tom LaneFix some portability issues with new float input code...
2004-04-01 Tom LaneAdd missing casts to unsigned char in recently-added...
2004-03-15 Tom LaneLocalize our dependencies on the way to create NAN...
2004-03-14 Neil ConwayPortability fixes and bug fixes for recent floating...
2004-03-12 Neil ConwayAllow 'Infinity' and '-Infinity' as input to the float4...
2004-03-11 Neil ConwayRevise int2/int4/int8/float4/float8 input routines...
2004-03-04 Neil ConwayEmit a warning when an empty string is input to the...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-11-12 Tom LaneCross-data-type comparisons are now indexable by btrees...
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-30 Tom LaneFix numeric_smaller, numeric_larger, float4smaller...
2003-07-27 Tom LaneError message editing in utils/adt. Again thanks to...
2003-05-26 Bruce MomjianRemove comment that cbrt() isn't being used.
2003-05-25 Bruce MomjianClean up our static cbrt() implementation in float.c.
2003-05-09 Tom LaneCOPY BINARY uses the new binary I/O routines. Update...
2003-05-09 Bruce MomjianRemove another old rint() replacement.
2003-04-21 Tom Lanestddev() and variance() should return NULL when there...
2003-03-11 Tom LaneAdd explicit tests for division by zero to all user...
2002-11-08 Tom LaneAdd extra_float_digits GUC parameter to allow adjustmen...
2002-10-19 Bruce MomjianThis patch adds some missing functions for float8 math...
2002-09-04 Bruce Momjianpgindent run.
2002-08-26 Tom LaneModify array operations to include array's element...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2001-12-11 Tom LaneRepair roundoff-error problem for stddev/variance resul...
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-06-07 Bruce MomjianThis adds unary plus capability. No grammar changes...
2001-06-02 Tom LaneAccept and output '-Infinity' as well as 'Infinity...
2001-06-02 Tom LaneParanoia about unordered comparisons in IEEE float...
2001-05-03 Tom LaneEnsure that btree sort ordering functions and boolean...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-08-07 Tom LaneClean up bogosities in use of random(3) and srandom...
2000-08-01 Tom LaneConvert all remaining float4 and float8 functions to...
2000-07-28 Tom LaneRemove <values.h> inclusions, no-longer-needed MAXINT...
2000-07-17 Tom LaneRevise aggregate functions per earlier discussions...
2000-07-12 Peter EisentrautRemove a bunch of unused configure tests, in particular...
2000-07-06 Tom LaneFunctions on 'text' type updated to new fmgr style...
2000-07-03 Jan WieckTOAST
2000-06-14 Peter EisentrautBig warnings cleanup for Solaris/GCC. Down to about...
2000-06-13 Tom LaneAnother batch of fmgr updates. I think I have gotten...
2000-06-08 Bruce MomjianMark functions as static and ifdef NOT_USED as appropriate.
2000-06-05 Tom LaneLatest round of fmgr updates. All functions with bool...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-04-07 Thomas G. LockhartAdd transcendental math functions (sine, cosine, etc)
2000-03-23 Tom LaneFloat-to-int conversion functions should return NULL...
2000-03-14 Thomas G. LockhartImplement column aliases on views "CREATE VIEW name...
2000-01-26 Bruce MomjianAdd:
next