aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/float.c
Commit message (Expand)AuthorAge
* Fix GiST index build for NaN values in geometric types.Tom Lane2016-07-14
* Update copyright for 2015Bruce Momjian2015-01-06
* pgindent run for 9.4Bruce Momjian2014-05-06
* Enable building with Visual Studion 2013.Andrew Dunstan2014-01-26
* Update copyright for 2014Bruce Momjian2014-01-07
* Remove IRIX port.Robert Haas2013-10-18
* Make sure float4in/float8in accept all standard spellings of "infinity".Tom Lane2013-08-03
* Clean up references to SQL92Peter Eisentraut2013-04-20
* Update copyrights for 2013Bruce Momjian2013-01-01
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Add some enumeration commas, for consistencyPeter Eisentraut2012-02-24
* Try to be more consistent about accepting denormalized float8 numbers.Tom Lane2012-02-01
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Create a "sort support" interface API for faster sorting.Tom Lane2011-12-07
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Insert a hack into get_float8_nan (both core and ecpg copies) to deal withTom Lane2010-02-27
* Create an official API function for C functions to use to check if they areTom Lane2010-02-08
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Increase the maximum value of extra_float_digits to 3, and have pg_dumpTom Lane2009-09-11
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Put back our old workaround for machines that declare cbrt() in math.h butTom Lane2009-03-04
* Remove the special cases to prevent minus-zero results in float4 and float8Tom Lane2009-02-18
* Update copyright for 2009.Bruce Momjian2009-01-01
* Support window functions a la SQL:2008.Tom Lane2008-12-28
* Adjust power() error messages to be more descriptive.Bruce Momjian2008-05-09
* Update C comments to mention SQL:2003 handling of power return values.Bruce Momjian2008-05-09
* Allow float8, int8, and related datatypes to be passed by value on machinesTom Lane2008-04-21
* Document and enforce that the usable range of setseed() arguments isTom Lane2008-03-10
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Prevent corr() from returning the wrong results for negative correlationNeil Conway2007-09-19
* Downgrade implicit casts to text to be assignment-only, except for the onesTom Lane2007-06-05
* Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane2007-02-27
* Make setseed() return void, rather than an int4 without any use. PerNeil Conway2007-01-20
* Implement width_bucket() for the float8 data type.Neil Conway2007-01-16
* Apply fix so pow() and exp() ERANGE is used only if result is not 0.Bruce Momjian2007-01-06
* Check for ERANGE in exp() as well.Bruce Momjian2007-01-06
* Improve dpow() check for ERANGE overflow for HPPA.Bruce Momjian2007-01-06
* Put back ERANGE test in dpow(). There are platforms that need this,Tom Lane2007-01-06
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Update float dpow() comment about whick platforms had issues with Nan.Bruce Momjian2007-01-05
* Simplify assignment of Inf for pow Nan (don't worry about the sign).Bruce Momjian2007-01-04
* Update pow() tests to check for both errno==EDOM _and_ result==Nan, andBruce Momjian2007-01-03
* Fix erroneous error tests in pow/exp.Tom Lane2007-01-03
* Attempt to return proper overflow/underflow messages for platforms thatBruce Momjian2007-01-03
* For float4/8, remove errno checks for pow() and exp() because only someBruce Momjian2007-01-03
* Some platforms set errno on pow(), exp() overflow, some do not, so ifBruce Momjian2007-01-02
* finite() no longer used; remove finite() platform-specificBruce Momjian2007-01-02
* Add #include <float.h> for platforms that still need it.Bruce Momjian2007-01-02