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
/
numeric.c
Age
Commit message (
Expand
)
Author
2022-03-03
Clean up assorted failures under clang's -fsanitize=undefined checks.
Tom Lane
2021-10-06
Fix corner-case loss of precision in numeric_power().
Dean Rasheed
2021-08-06
Adjust the integer overflow tests in the numeric code.
Dean Rasheed
2021-08-05
Fix division-by-zero error in to_char() with 'EEEE' format.
Dean Rasheed
2021-07-31
Fix corner-case errors and loss of precision in numeric_power().
Dean Rasheed
2021-07-10
Fix numeric_mul() overflow due to too many digits after decimal point.
Dean Rasheed
2021-01-05
Add an explicit cast to double when using fabs().
Dean Rasheed
2021-01-05
Fix numeric_power() when the exponent is INT_MIN.
Dean Rasheed
2020-06-11
Fix mishandling of NaN counts in numeric_[avg_]combine.
Tom Lane
2018-06-21
Fix partial aggregation for variance(int4) and related aggregates.
Tom Lane
2017-09-27
Fix behavior when converting a float infinity to numeric.
Tom Lane
2017-06-21
Manually un-break a few URLs that pgindent used to insist on splitting.
Tom Lane
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-03-12
Use wrappers of PG_DETOAST_DATUM_PACKED() more.
Noah Misch
2017-02-21
Make more use of castNode()
Peter Eisentraut
2017-01-18
Make messages mentioning type names more uniform
Alvaro Herrera
2017-01-17
Generate fmgr prototypes automatically
Peter Eisentraut
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-09-03
Fix multiple bugs in numeric_poly_deserialize().
Tom Lane
2016-09-02
Speed up SUM calculation in numeric aggregates.
Heikki Linnakangas
2016-08-14
Remove bogus dependencies on NUMERIC_MAX_PRECISION.
Tom Lane
2016-07-14
Adjust spellings of forms of "cancel"
Peter Eisentraut
2016-06-23
Fix small memory leak in partial-aggregate deserialization functions.
Tom Lane
2016-06-22
Fix type-safety problem with parallel aggregate serial/deserialization.
Tom Lane
2016-06-09
pgindent run for 9.6
Robert Haas
2016-05-05
Fix corner-case loss of precision in numeric pow() calculation
Dean Rasheed
2016-04-05
Add parallel query support functions for assorted aggregates.
Robert Haas
2016-01-05
Add scale(numeric)
Alvaro Herrera
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-11-25
Improve div_var_fast(), mostly by making comments better.
Tom Lane
2015-11-17
Fix possible internal overflow in numeric division.
Tom Lane
2015-11-14
Improve type numeric's calculations for ln(), log(), exp(), pow().
Tom Lane
2015-09-21
Fix possible internal overflow in numeric multiplication.
Tom Lane
2015-08-02
Avoid calling memcpy() with a NULL source pointer and count == 0.
Tom Lane
2015-05-23
pgindent run for 9.5
Bruce Momjian
2015-04-03
Fix numeric abbreviation for --disable-float8-byval.
Robert Haas
2015-04-02
Repair stupid mistake in preprocessor directive.
Robert Haas
2015-04-02
Use abbreviated keys for faster sorting of numeric datums.
Robert Haas
2015-03-22
Fix minor copy & pasto in the int128 accumulator patch.
Andres Freund
2015-03-20
Use 128-bit math to accelerate some aggregation functions.
Andres Freund
2015-02-21
Use FLEXIBLE_ARRAY_MEMBER in a number of other places.
Tom Lane
2015-01-27
Fix NUMERIC field access macros to treat NaNs consistently.
Tom Lane
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-12-18
Ensure variables live across calls in generate_series(numeric, numeric).
Fujii Masao
2014-12-01
Guard against bad "dscale" values in numeric_recv().
Tom Lane
2014-11-11
Add generate_series(numeric, numeric).
Fujii Masao
2014-11-06
Fix normalization of numeric values in JSONB GIN indexes.
Tom Lane
2014-09-11
Fix power_var_int() for large integer exponents.
Tom Lane
2014-05-06
pgindent run for 9.4
Bruce Momjian
[next]