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
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-01-03
Update copyright for 2024
Bruce Momjian
2024-01-03
Add numeric_int8_opt_error() to optionally suppress errors
Peter Eisentraut
2023-10-27
Optimize various aggregate deserialization functions, take 2
David Rowley
2023-10-10
Revert "Optimize various aggregate deserialization functions"
David Rowley
2023-10-09
Optimize various aggregate deserialization functions
David Rowley
2023-03-31
Further tweaking of width_bucket() edge cases.
Tom Lane
2023-02-04
Allow underscores in integer and numeric constants.
Dean Rasheed
2023-02-03
Make int64_div_fast_to_numeric() more robust.
Dean Rasheed
2023-02-02
Clarify the choice of rscale in numeric_sqrt().
Dean Rasheed
2023-02-02
Ensure that numeric.c compiles with other NBASE values.
Dean Rasheed
2023-01-23
Add non-decimal integer support to type numeric.
Dean Rasheed
2023-01-23
Optimise numeric division for 3 and 4 base-NBASE digit divisors.
Dean Rasheed
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-15
Static assertions cleanup
Peter Eisentraut
2022-12-09
Convert a few datatype input functions to use "soft" error reporting.
Tom Lane
2022-10-20
Improve the accuracy of numeric power() for integer exponents.
Dean Rasheed
2022-10-07
Remove unnecessary uses of Abs()
Peter Eisentraut
2022-09-20
Harmonize more parameter names in bulk.
Peter Geoghegan
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-03-03
Clean up assorted failures under clang's -fsanitize=undefined checks.
Tom Lane
2022-02-27
Optimise numeric division for one and two base-NBASE digit divisors.
Dean Rasheed
2022-02-27
Simplify the inner loop of numeric division in div_var().
Dean Rasheed
2022-02-27
Apply auto-vectorization to the inner loop of div_var_fast().
Dean Rasheed
2022-01-07
Update copyright for 2022
Bruce Momjian
2021-12-01
Remove unused includes
Peter Eisentraut
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-26
Allow numeric scale to be negative or greater than precision.
Dean Rasheed
2021-07-10
Fix numeric_mul() overflow due to too many digits after decimal point.
Dean Rasheed
2021-07-05
Prevent numeric overflows in parallel numeric aggregates.
Dean Rasheed
2021-06-27
Error message refactoring
Peter Eisentraut
2021-04-06
Change return type of EXTRACT to numeric
Peter Eisentraut
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
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-10-08
Avoid gratuitous inaccuracy in numeric width_bucket().
Tom Lane
2020-10-08
Fix numeric width_bucket() to allow its first argument to be infinite.
Tom Lane
2020-09-09
Expose internal function for converting int64 to numeric
Peter Eisentraut
2020-09-08
Use plain memset() in numeric.c, not MemSet and friends.
Tom Lane
2020-09-07
Frob numeric.c loop so that clang will auto-vectorize it too.
Tom Lane
2020-09-06
Apply auto-vectorization to the inner loop of numeric multiplication.
Tom Lane
2020-07-22
Support infinity and -infinity in the numeric data type.
Tom Lane
2020-06-30
Add +(pg_lsn,numeric) and -(pg_lsn,numeric) operators.
Fujii Masao
2020-06-18
Disallow factorial of negative numbers
Peter Eisentraut
2020-06-13
Sync behavior of var_samp and stddev_samp for single NaN inputs.
Tom Lane
2020-06-11
Fix mishandling of NaN counts in numeric_[avg_]combine.
Tom Lane
2020-05-16
Run pgindent with new pg_bsd_indent version 2.1.1.
Tom Lane
[next]