index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
regress
/
sql
/
numeric.sql
Commit message (
Expand
)
Author
Age
*
Add scale(numeric)
Alvaro Herrera
2016-01-05
*
Improve type numeric's calculations for ln(), log(), exp(), pow().
Tom Lane
2015-11-14
*
Fix possible internal overflow in numeric multiplication.
Tom Lane
2015-09-21
*
Add documentation and regression tests concerning rounding of numerics.
Tom Lane
2015-07-03
*
to_char: revert cc0d90b73b2e6dd2f301d46818a7265742c41a14
Bruce Momjian
2015-03-22
*
to_char(float4/8): don't print "junk" digits
Bruce Momjian
2015-03-21
*
to_char(float4/8): zero pad to specified length
Bruce Momjian
2015-03-21
*
Ensure variables live across calls in generate_series(numeric, numeric).
Fujii Masao
2014-12-18
*
Add generate_series(numeric, numeric).
Fujii Masao
2014-11-11
*
Fix power_var_int() for large integer exponents.
Tom Lane
2014-09-11
*
Fix corner case bug in numeric to_char().
Tom Lane
2011-09-07
*
Remove useless whitespace at end of lines
Peter Eisentraut
2010-11-23
*
Support EEEE (scientific notation) in to_char().
Tom Lane
2009-08-10
*
Re-implement division for numeric values using the traditional "schoolbook"
Tom Lane
2008-04-04
*
Tweak the width_bucket() regression tests to avoid an unnecessary
Neil Conway
2007-01-17
*
Implement width_bucket() for the float8 data type.
Neil Conway
2007-01-16
*
Add E'' syntax so eventually normal strings can treat backslashes
Bruce Momjian
2005-06-26
*
Fix to_number for the case of a trailing S.
Tom Lane
2004-10-28
*
Implement the width_bucket() function, per SQL2003. This commit only adds
Neil Conway
2004-05-14
*
Add ceiling() as an alias for ceil(), and power() as an alias for pow().
Neil Conway
2004-04-23
*
Revise int2/int4/int8/float4/float8 input routines to allow for
Neil Conway
2004-03-11
*
Update create_rule manual page.
Bruce Momjian
2000-04-07
*
Implement column aliases on views "CREATE VIEW name (collist)".
Thomas G. Lockhart
2000-03-14
*
Hi,
Bruce Momjian
2000-03-08
*
Add some examples to numeric regress test to verify that recently-fixed
Tom Lane
2000-01-15
*
Clean up format of tests.
Thomas G. Lockhart
2000-01-05
*
New parallel regression test shell and related things.
Jan Wieck
1999-11-19
*
Added 2 regression tests for NUMERIC data type.
Jan Wieck
1999-06-10