aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/float.c
Commit message (Expand)AuthorAge
* Update copyright for 2021Bruce Momjian2021-01-02
* Remove obsolete HAVE_BUGGY_SOLARIS_STRTODPeter Eisentraut2020-08-15
* Fix some corner cases for window ranges with infinite offsets.Tom Lane2020-07-20
* In dpow(), remove redundant check for whether y is an integer.Tom Lane2020-06-16
* Fix power() for large inputs yet more.Tom Lane2020-06-15
* Fix power() for infinity inputs some more.Tom Lane2020-06-15
* Fix behavior of exp() and power() for infinity inputs.Tom Lane2020-06-14
* Fix behavior of float aggregates for single Inf or NaN inputs.Tom Lane2020-06-13
* Introduce macros for typalign and typstorage constants.Tom Lane2020-03-04
* Assume that we have cbrt().Tom Lane2020-02-21
* Avoid a performance regression in float overflow/underflow detection.Tom Lane2020-02-13
* Update copyrights for 2020Bruce Momjian2020-01-01
* Fix integer-overflow edge case detection in interval_mul and pgbench.Tom Lane2019-11-07
* Add safeguards in LSN, numeric and float calculation for custom errorsMichael Paquier2019-08-05
* Fix typos.Amit Kapila2019-05-26
* Numeric error suppression in jsonpathAlexander Korotkov2019-03-16
* Add support for hyperbolic functions, as well as log10().Tom Lane2019-03-12
* Change floating-point output format for improved performance.Andrew Gierth2019-02-13
* Use strtof() and not strtod() for float4 input.Andrew Gierth2019-02-13
* 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