aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/float.c
Commit message (Expand)AuthorAge
* Update copyright for 2019Bruce Momjian2019-01-02
* Remove configure switch --disable-strong-randomMichael Paquier2019-01-01
* Use a separate random seed for SQL random()/setseed() functions.Tom Lane2018-12-29
* Fix float-to-integer coercions to handle edge cases correctly.Tom Lane2018-11-23
* Improve snprintf.c's handling of NaN, Infinity, and minus zero.Tom Lane2018-10-08
* Improve the accuracy of floating point statistical aggregates.Dean Rasheed2018-10-06
* Provide separate header file for built-in float typesTomas Vondra2018-07-29
* Make new error code name match SQL standard more closelyPeter Eisentraut2018-06-11
* Put in_range_float4_float8's work in-line.Tom Lane2018-05-05
* Avoid wrong results for power() with NaN input on more platforms.Tom Lane2018-04-29
* Avoid wrong results for power() with NaN input on some platforms.Tom Lane2018-04-29
* Fix more format truncation issuesPeter Eisentraut2018-03-15
* Fix thinko in in_range_float4_float8.Tom Lane2018-02-24
* Add window RANGE support for float4, float8, numeric.Tom Lane2018-02-24
* Update copyright for 2018Bruce Momjian2018-01-02
* Use new overflow aware integer operations.Andres Freund2017-12-12
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Make messages mentioning type names more uniformAlvaro Herrera2017-01-18
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Fix GiST index build for NaN values in geometric types.Tom Lane2016-07-14
* Yet more portability hacking for degree-based trig functions.Tom Lane2016-04-26
* New method for preventing compile-time calculation of degree constants.Tom Lane2016-04-25
* Add combine functions for various floating-point aggregates.Robert Haas2016-04-08
* Improve portability of I/O behavior for the geometric types.Tom Lane2016-03-30
* Yet further adjust degree-based trig functions for more portability.Tom Lane2016-01-24
* Still further adjust degree-based trig functions for more portability.Tom Lane2016-01-23
* Further adjust degree-based trig functions for more portability.Tom Lane2016-01-23
* Adjust degree-based trig functions for more portability.Tom Lane2016-01-23
* Add trigonometric functions that work in degrees.Tom Lane2016-01-22
* Improve cross-platform consistency of Inf/NaN handling in trig functions.Tom Lane2016-01-22
* Update copyright for 2016Bruce Momjian2016-01-02
* 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