aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/numeric.c
Commit message (Expand)AuthorAge
* Update copyright for 2024Bruce Momjian2024-01-03
* Add numeric_int8_opt_error() to optionally suppress errorsPeter Eisentraut2024-01-03
* Optimize various aggregate deserialization functions, take 2David Rowley2023-10-27
* Revert "Optimize various aggregate deserialization functions"David Rowley2023-10-10
* Optimize various aggregate deserialization functionsDavid Rowley2023-10-09
* Further tweaking of width_bucket() edge cases.Tom Lane2023-03-31
* Allow underscores in integer and numeric constants.Dean Rasheed2023-02-04
* Make int64_div_fast_to_numeric() more robust.Dean Rasheed2023-02-03
* Clarify the choice of rscale in numeric_sqrt().Dean Rasheed2023-02-02
* Ensure that numeric.c compiles with other NBASE values.Dean Rasheed2023-02-02
* Add non-decimal integer support to type numeric.Dean Rasheed2023-01-23
* Optimise numeric division for 3 and 4 base-NBASE digit divisors.Dean Rasheed2023-01-23
* Update copyright for 2023Bruce Momjian2023-01-02
* Static assertions cleanupPeter Eisentraut2022-12-15
* Convert a few datatype input functions to use "soft" error reporting.Tom Lane2022-12-09
* Improve the accuracy of numeric power() for integer exponents.Dean Rasheed2022-10-20
* Remove unnecessary uses of Abs()Peter Eisentraut2022-10-07
* Harmonize more parameter names in bulk.Peter Geoghegan2022-09-20
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* Clean up assorted failures under clang's -fsanitize=undefined checks.Tom Lane2022-03-03
* Optimise numeric division for one and two base-NBASE digit divisors.Dean Rasheed2022-02-27
* Simplify the inner loop of numeric division in div_var().Dean Rasheed2022-02-27
* Apply auto-vectorization to the inner loop of div_var_fast().Dean Rasheed2022-02-27
* Update copyright for 2022Bruce Momjian2022-01-07
* Remove unused includesPeter Eisentraut2021-12-01
* Fix corner-case loss of precision in numeric_power().Dean Rasheed2021-10-06
* Adjust the integer overflow tests in the numeric code.Dean Rasheed2021-08-06
* Fix division-by-zero error in to_char() with 'EEEE' format.Dean Rasheed2021-08-05
* Fix corner-case errors and loss of precision in numeric_power().Dean Rasheed2021-07-31
* Allow numeric scale to be negative or greater than precision.Dean Rasheed2021-07-26
* Fix numeric_mul() overflow due to too many digits after decimal point.Dean Rasheed2021-07-10
* Prevent numeric overflows in parallel numeric aggregates.Dean Rasheed2021-07-05
* Error message refactoringPeter Eisentraut2021-06-27
* Change return type of EXTRACT to numericPeter Eisentraut2021-04-06
* Add an explicit cast to double when using fabs().Dean Rasheed2021-01-05
* Fix numeric_power() when the exponent is INT_MIN.Dean Rasheed2021-01-05
* Update copyright for 2021Bruce Momjian2021-01-02
* Avoid gratuitous inaccuracy in numeric width_bucket().Tom Lane2020-10-08
* Fix numeric width_bucket() to allow its first argument to be infinite.Tom Lane2020-10-08
* Expose internal function for converting int64 to numericPeter Eisentraut2020-09-09
* Use plain memset() in numeric.c, not MemSet and friends.Tom Lane2020-09-08
* Frob numeric.c loop so that clang will auto-vectorize it too.Tom Lane2020-09-07
* Apply auto-vectorization to the inner loop of numeric multiplication.Tom Lane2020-09-06
* Support infinity and -infinity in the numeric data type.Tom Lane2020-07-22
* Add +(pg_lsn,numeric) and -(pg_lsn,numeric) operators.Fujii Masao2020-06-30
* Disallow factorial of negative numbersPeter Eisentraut2020-06-18
* Sync behavior of var_samp and stddev_samp for single NaN inputs.Tom Lane2020-06-13
* Fix mishandling of NaN counts in numeric_[avg_]combine.Tom Lane2020-06-11
* Run pgindent with new pg_bsd_indent version 2.1.1.Tom Lane2020-05-16
* Improve the performance and accuracy of numeric sqrt() and ln().Dean Rasheed2020-03-28