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
/
backend
/
utils
/
adt
/
float.c
Age
Commit message (
Expand
)
Author
2022-07-14
Remove support for Visual Studio 2013
Michael Paquier
2022-01-07
Update copyright for 2022
Bruce Momjian
2021-11-28
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-20
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-23
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
2018-04-29
Avoid wrong results for power() with NaN input on some platforms.
Tom Lane
2018-03-15
Fix more format truncation issues
Peter Eisentraut
2018-02-24
Fix thinko in in_range_float4_float8.
Tom Lane
2018-02-24
Add window RANGE support for float4, float8, numeric.
Tom Lane
2018-01-02
Update copyright for 2018
Bruce Momjian
2017-12-12
Use new overflow aware integer operations.
Andres Freund
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-01-18
Make messages mentioning type names more uniform
Alvaro Herrera
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-07-14
Fix GiST index build for NaN values in geometric types.
Tom Lane
2016-04-26
Yet more portability hacking for degree-based trig functions.
Tom Lane
2016-04-25
New method for preventing compile-time calculation of degree constants.
Tom Lane
2016-04-08
Add combine functions for various floating-point aggregates.
Robert Haas
2016-03-30
Improve portability of I/O behavior for the geometric types.
Tom Lane
2016-01-24
Yet further adjust degree-based trig functions for more portability.
Tom Lane
2016-01-23
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
[next]