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
*
Add support for gamma() and lgamma() functions.
Dean Rasheed
2025-03-26
*
Update copyright for 2025
Bruce Momjian
2025-01-01
*
Remove unused #include's from backend .c files
Peter Eisentraut
2024-10-27
*
Use construct_array_builtin for FLOAT8OID instead of construct_array.
Masahiko Sawada
2024-10-14
*
Fix -Wmissing-variable-declarations warnings for float.c special case
Peter Eisentraut
2024-07-25
*
Add functions to generate random numbers in a specified range.
Dean Rasheed
2024-03-27
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Pre-beta mechanical code beautification.
Tom Lane
2023-05-19
*
Further tweaking of width_bucket() edge cases.
Tom Lane
2023-03-31
*
Avoid overflow in width_bucket_float8().
Tom Lane
2023-03-30
*
Add support for the error functions erf() and erfc().
Dean Rasheed
2023-03-14
*
Invent random_normal() to provide normally-distributed random numbers.
Tom Lane
2023-01-09
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Introduce float4in_internal
Andrew Dunstan
2022-12-21
*
Convert a few datatype input functions to use "soft" error reporting.
Tom Lane
2022-12-09
*
Use fabsf() instead of Abs() or fabs() where appropriate
Peter Eisentraut
2022-10-08
*
Remove support for Visual Studio 2013
Michael Paquier
2022-07-14
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.
Tom Lane
2021-11-28
*
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
[next]