Commits

DateSubjectAuthorReleases
2020-10-08 Avoid gratuitous inaccuracy in numeric width_bucket(). Tom Lane 14.0
2020-10-08 Fix numeric width_bucket() to allow its first argument to be infinite. Tom Lane 14.0
2020-09-09 Expose internal function for converting int64 to numeric Peter Eisentraut 14.0
2020-09-08 Use plain memset() in numeric.c, not MemSet and friends. Tom Lane 14.0
2020-09-07 Frob numeric.c loop so that clang will auto-vectorize it too. Tom Lane 14.0
2020-09-07 Apply auto-vectorization to the inner loop of numeric multiplication. Tom Lane 14.0
2020-07-22 Support infinity and -infinity in the numeric data type. Tom Lane 14.0
2020-06-30 Add +(pg_lsn,numeric) and -(pg_lsn,numeric) operators. Fujii Masao 14.0
2020-06-18 Disallow factorial of negative numbers Peter Eisentraut 14.0
2020-06-13 Sync behavior of var_samp and stddev_samp for single NaN inputs. Tom Lane 14.0
2020-06-11 Fix mishandling of NaN counts in numeric_[avg_]combine. Tom Lane 13.0
2020-06-11 Fix mishandling of NaN counts in numeric_[avg_]combine. Tom Lane 14.0
2020-06-11 Fix mishandling of NaN counts in numeric_[avg_]combine. Tom Lane 11.9
2020-06-11 Fix mishandling of NaN counts in numeric_[avg_]combine. Tom Lane 12.4
2020-06-11 Fix mishandling of NaN counts in numeric_[avg_]combine. Tom Lane 10.14
2020-06-11 Fix mishandling of NaN counts in numeric_[avg_]combine. Tom Lane 9.6.19
2020-05-16 Run pgindent with new pg_bsd_indent version 2.1.1. Tom Lane 13.0
2020-03-28 Improve the performance and accuracy of numeric sqrt() and ln(). Dean Rasheed 13.0
2020-03-01 Fix corner-case loss of precision in numeric ln(). Dean Rasheed 13.0
2020-02-27 Move src/backend/utils/hash/hashfn.c to src/common Robert Haas 13.0
2020-01-25 Add functions gcd() and lcm() for integer and numeric types. Dean Rasheed 13.0
2020-01-06 Add functions min_scale(numeric) and trim_scale(numeric). Tom Lane 13.0
2020-01-01 Update copyrights for 2020 Bruce Momjian 13.0
2019-08-05 Add safeguards in LSN, numeric and float calculation for custom errors Michael Paquier 13.0
2019-05-22 Phase 2 pgindent run for v12. Tom Lane 12.0