index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
utils
/
float.h
Age
Commit message (
Expand
)
Author
2025-10-08
Cleanup NAN code in float.h, too.
Tom Lane
2025-10-08
Cleanup INFINITY code in float.h
David Rowley
2025-03-13
pg_noreturn to replace pg_attribute_noreturn()
Peter Eisentraut
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-01-03
Update copyright for 2024
Bruce Momjian
2023-01-08
Doc: improve commentary about providing our own definitions of M_PI.
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-01-07
Update copyright for 2022
Bruce Momjian
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-11-04
Remove underflow error in float division with infinite divisor.
Tom Lane
2020-07-20
Make floating-point "NaN / 0" return NaN instead of raising an error.
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-10-08
Remove some code for old unsupported versions of MSVC
Peter Eisentraut
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-03-16
Numeric error suppression in jsonpath
Alexander Korotkov
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-07-31
Fix typo in file identification and copyright year
Alvaro Herrera
2018-07-29
Provide separate header file for built-in float types
Tomas Vondra