]> granicus.if.org Git - postgresql/history - src/backend/utils/adt/float.c
Update copyright for 2014
[postgresql] / src / backend / utils / adt / float.c
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-10-18 Robert HaasRemove IRIX port.
2013-08-03 Tom LaneMake sure float4in/float8in accept all standard spellin...
2013-04-20 Peter EisentrautClean up references to SQL92
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-02-24 Peter EisentrautAdd some enumeration commas, for consistency
2012-02-01 Tom LaneTry to be more consistent about accepting denormalized...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-07 Tom LaneCreate a "sort support" interface API for faster sorting.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-02-27 Tom LaneInsert a hack into get_float8_nan (both core and ecpg...
2010-02-08 Tom LaneCreate an official API function for C functions to...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-09-11 Tom LaneIncrease the maximum value of extra_float_digits to...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-03-04 Tom LanePut back our old workaround for machines that declare...
2009-02-18 Tom LaneRemove the special cases to prevent minus-zero results...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-28 Tom LaneSupport window functions a la SQL:2008.
2008-05-09 Bruce MomjianAdjust power() error messages to be more descriptive.
2008-05-09 Bruce MomjianUpdate C comments to mention SQL:2003 handling of power...
2008-04-21 Tom LaneAllow float8, int8, and related datatypes to be passed...
2008-03-10 Tom LaneDocument and enforce that the usable range of setseed...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
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.
next