index
:
postgresql-pgindent.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
regress
/
sql
/
numeric.sql
Age
Commit message (
Expand
)
Author
2023-03-31
Further tweaking of width_bucket() edge cases.
Tom Lane
2023-03-30
Avoid overflow in width_bucket_float8().
Tom Lane
2023-03-14
Fix corner case bug in numeric to_char() some more.
Tom Lane
2023-02-27
Rework pg_input_error_message(), now renamed pg_input_error_info()
Michael Paquier
2023-02-04
Allow underscores in integer and numeric constants.
Dean Rasheed
2023-01-23
Add non-decimal integer support to type numeric.
Dean Rasheed
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
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-01-05
Fix numeric_power() when the exponent is INT_MIN.
Dean Rasheed
2020-12-15
Clean up ancient test style
Peter Eisentraut
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-17
Remove factorial operators, leaving only the factorial() function.
Tom Lane
2020-09-09
Add some more numeric test coverage
Peter Eisentraut
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
Expand tests for factorial
Peter Eisentraut
2020-03-28
Improve the performance and accuracy of numeric sqrt() and ln().
Dean Rasheed
2020-01-25
Add functions gcd() and lcm() for integer and numeric types.
Dean Rasheed
2020-01-06
Add functions min_scale(numeric) and trim_scale(numeric).
Tom Lane
2018-05-17
Make numeric power() handle NaNs according to the modern POSIX spec.
Tom Lane
2017-11-18
Fix quoted-substring handling in format parsing for to_char/to_number/etc.
Tom Lane
2017-11-17
Prevent to_number() from losing data when template doesn't match exactly.
Tom Lane
2017-09-27
Fix behavior when converting a float infinity to numeric.
Tom Lane
2016-09-02
Speed up SUM calculation in numeric aggregates.
Heikki Linnakangas
2016-01-05
Add scale(numeric)
Alvaro Herrera
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-07-03
Add documentation and regression tests concerning rounding of numerics.
Tom Lane
2015-03-23
to_char: revert cc0d90b73b2e6dd2f301d46818a7265742c41a14
Bruce Momjian
2015-03-22
to_char(float4/8): don't print "junk" digits
Bruce Momjian
2015-03-22
to_char(float4/8): zero pad to specified length
Bruce Momjian
2014-12-18
Ensure variables live across calls in generate_series(numeric, numeric).
Fujii Masao
2014-11-11
Add generate_series(numeric, numeric).
Fujii Masao
2014-09-12
Fix power_var_int() for large integer exponents.
Tom Lane
2011-09-07
Fix corner case bug in numeric to_char().
Tom Lane
2010-11-23
Remove useless whitespace at end of lines
Peter Eisentraut
2009-08-10
Support EEEE (scientific notation) in to_char().
Tom Lane
2008-04-04
Re-implement division for numeric values using the traditional "schoolbook"
Tom Lane
2007-01-17
Tweak the width_bucket() regression tests to avoid an unnecessary
Neil Conway
2007-01-16
Implement width_bucket() for the float8 data type.
Neil Conway
2005-06-26
Add E'' syntax so eventually normal strings can treat backslashes
Bruce Momjian
2004-10-28
Fix to_number for the case of a trailing S.
Tom Lane
[next]