index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
adt
/
float.c
Commit message (
Expand
)
Author
Age
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Remove obsolete HAVE_BUGGY_SOLARIS_STRTOD
Peter Eisentraut
2020-08-15
*
Fix some corner cases for window ranges with infinite offsets.
Tom Lane
2020-07-20
*
In dpow(), remove redundant check for whether y is an integer.
Tom Lane
2020-06-16
*
Fix power() for large inputs yet more.
Tom Lane
2020-06-15
*
Fix power() for infinity inputs some more.
Tom Lane
2020-06-15
*
Fix behavior of exp() and power() for infinity inputs.
Tom Lane
2020-06-14
*
Fix behavior of float aggregates for single Inf or NaN inputs.
Tom Lane
2020-06-13
*
Introduce macros for typalign and typstorage constants.
Tom Lane
2020-03-04
*
Assume that we have cbrt().
Tom Lane
2020-02-21
*
Avoid a performance regression in float overflow/underflow detection.
Tom Lane
2020-02-13
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Fix integer-overflow edge case detection in interval_mul and pgbench.
Tom Lane
2019-11-07
*
Add safeguards in LSN, numeric and float calculation for custom errors
Michael Paquier
2019-08-05
*
Fix typos.
Amit Kapila
2019-05-26
*
Numeric error suppression in jsonpath
Alexander Korotkov
2019-03-16
*
Add support for hyperbolic functions, as well as log10().
Tom Lane
2019-03-12
*
Change floating-point output format for improved performance.
Andrew Gierth
2019-02-13
*
Use strtof() and not strtod() for float4 input.
Andrew Gierth
2019-02-13
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Remove configure switch --disable-strong-random
Michael Paquier
2019-01-01
*
Use a separate random seed for SQL random()/setseed() functions.
Tom Lane
2018-12-29
*
Fix float-to-integer coercions to handle edge cases correctly.
Tom Lane
2018-11-23
*
Improve snprintf.c's handling of NaN, Infinity, and minus zero.
Tom Lane
2018-10-08
*
Improve the accuracy of floating point statistical aggregates.
Dean Rasheed
2018-10-06
*
Provide separate header file for built-in float types
Tomas Vondra
2018-07-29
*
Make new error code name match SQL standard more closely
Peter Eisentraut
2018-06-11
*
Put in_range_float4_float8's work in-line.
Tom Lane
2018-05-05
*
Avoid wrong results for power() with NaN input on more platforms.
Tom Lane
2018-04-29
*
Avoid wrong results for power() with NaN input on some platforms.
Tom Lane
2018-04-29
*
Fix more format truncation issues
Peter Eisentraut
2018-03-15
*
Fix thinko in in_range_float4_float8.
Tom Lane
2018-02-24
*
Add window RANGE support for float4, float8, numeric.
Tom Lane
2018-02-24
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Use new overflow aware integer operations.
Andres Freund
2017-12-12
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Make messages mentioning type names more uniform
Alvaro Herrera
2017-01-18
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Fix GiST index build for NaN values in geometric types.
Tom Lane
2016-07-14
*
Yet more portability hacking for degree-based trig functions.
Tom Lane
2016-04-26
*
New method for preventing compile-time calculation of degree constants.
Tom Lane
2016-04-25
*
Add combine functions for various floating-point aggregates.
Robert Haas
2016-04-08
*
Improve portability of I/O behavior for the geometric types.
Tom Lane
2016-03-30
*
Yet further adjust degree-based trig functions for more portability.
Tom Lane
2016-01-24
*
Still further adjust degree-based trig functions for more portability.
Tom Lane
2016-01-23
*
Further adjust degree-based trig functions for more portability.
Tom Lane
2016-01-23
*
Adjust degree-based trig functions for more portability.
Tom Lane
2016-01-23
*
Add trigonometric functions that work in degrees.
Tom Lane
2016-01-22
*
Improve cross-platform consistency of Inf/NaN handling in trig functions.
Tom Lane
2016-01-22
[next]