index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
adt
/
float.c
Age
Commit message (
Expand
)
Author
6 days
Allow width_bucket()'s "operand" input to be NaN.
Tom Lane
2025-06-21
Doc: improve documentation about width_bucket().
Tom Lane
2025-03-26
Add support for gamma() and lgamma() functions.
Dean Rasheed
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-10-27
Remove unused #include's from backend .c files
Peter Eisentraut
2024-10-14
Use construct_array_builtin for FLOAT8OID instead of construct_array.
Masahiko Sawada
2024-07-25
Fix -Wmissing-variable-declarations warnings for float.c special case
Peter Eisentraut
2024-03-27
Add functions to generate random numbers in a specified range.
Dean Rasheed
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-03-31
Further tweaking of width_bucket() edge cases.
Tom Lane
2023-03-30
Avoid overflow in width_bucket_float8().
Tom Lane
2023-03-14
Add support for the error functions erf() and erfc().
Dean Rasheed
2023-01-09
Invent random_normal() to provide normally-distributed random numbers.
Tom Lane
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-21
Introduce float4in_internal
Andrew Dunstan
2022-12-09
Convert a few datatype input functions to use "soft" error reporting.
Tom Lane
2022-10-08
Use fabsf() instead of Abs() or fabs() where appropriate
Peter Eisentraut
2022-07-14
Remove support for Visual Studio 2013
Michael Paquier
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-11-29
Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.
Tom Lane
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-08-15
Remove obsolete HAVE_BUGGY_SOLARIS_STRTOD
Peter Eisentraut
2020-07-21
Fix some corner cases for window ranges with infinite offsets.
Tom Lane
2020-06-16
In dpow(), remove redundant check for whether y is an integer.
Tom Lane
2020-06-15
Fix power() for large inputs yet more.
Tom Lane
2020-06-15
Fix power() for infinity inputs some more.
Tom Lane
2020-06-14
Fix behavior of exp() and power() for infinity inputs.
Tom Lane
2020-06-13
Fix behavior of float aggregates for single Inf or NaN inputs.
Tom Lane
2020-03-04
Introduce macros for typalign and typstorage constants.
Tom Lane
2020-02-21
Assume that we have cbrt().
Tom Lane
2020-02-13
Avoid a performance regression in float overflow/underflow detection.
Tom Lane
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-11-07
Fix integer-overflow edge case detection in interval_mul and pgbench.
Tom Lane
2019-08-05
Add safeguards in LSN, numeric and float calculation for custom errors
Michael Paquier
2019-05-26
Fix typos.
Amit Kapila
2019-03-16
Numeric error suppression in jsonpath
Alexander Korotkov
2019-03-12
Add support for hyperbolic functions, as well as log10().
Tom Lane
2019-02-13
Change floating-point output format for improved performance.
Andrew Gierth
2019-02-13
Use strtof() and not strtod() for float4 input.
Andrew Gierth
2019-01-02
Update copyright for 2019
Bruce Momjian
2019-01-01
Remove configure switch --disable-strong-random
Michael Paquier
2018-12-29
Use a separate random seed for SQL random()/setseed() functions.
Tom Lane
2018-11-24
Fix float-to-integer coercions to handle edge cases correctly.
Tom Lane
2018-10-08
Improve snprintf.c's handling of NaN, Infinity, and minus zero.
Tom Lane
2018-10-06
Improve the accuracy of floating point statistical aggregates.
Dean Rasheed
2018-07-29
Provide separate header file for built-in float types
Tomas Vondra
2018-06-11
Make new error code name match SQL standard more closely
Peter Eisentraut
2018-05-05
Put in_range_float4_float8's work in-line.
Tom Lane
2018-04-29
Avoid wrong results for power() with NaN input on more platforms.
Tom Lane
[next]