aboutsummaryrefslogtreecommitdiff
path: root/src/test/regress/sql/numeric.sql
Commit message (Expand)AuthorAge
* Add scale(numeric)Alvaro Herrera2016-01-05
* Improve type numeric's calculations for ln(), log(), exp(), pow().Tom Lane2015-11-14
* Fix possible internal overflow in numeric multiplication.Tom Lane2015-09-21
* Add documentation and regression tests concerning rounding of numerics.Tom Lane2015-07-03
* to_char: revert cc0d90b73b2e6dd2f301d46818a7265742c41a14Bruce Momjian2015-03-22
* to_char(float4/8): don't print "junk" digitsBruce Momjian2015-03-21
* to_char(float4/8): zero pad to specified lengthBruce Momjian2015-03-21
* Ensure variables live across calls in generate_series(numeric, numeric).Fujii Masao2014-12-18
* Add generate_series(numeric, numeric).Fujii Masao2014-11-11
* Fix power_var_int() for large integer exponents.Tom Lane2014-09-11
* Fix corner case bug in numeric to_char().Tom Lane2011-09-07
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-23
* Support EEEE (scientific notation) in to_char().Tom Lane2009-08-10
* Re-implement division for numeric values using the traditional "schoolbook"Tom Lane2008-04-04
* Tweak the width_bucket() regression tests to avoid an unnecessaryNeil Conway2007-01-17
* Implement width_bucket() for the float8 data type.Neil Conway2007-01-16
* Add E'' syntax so eventually normal strings can treat backslashesBruce Momjian2005-06-26
* Fix to_number for the case of a trailing S.Tom Lane2004-10-28
* Implement the width_bucket() function, per SQL2003. This commit only addsNeil Conway2004-05-14
* Add ceiling() as an alias for ceil(), and power() as an alias for pow().Neil Conway2004-04-23
* Revise int2/int4/int8/float4/float8 input routines to allow forNeil Conway2004-03-11
* Update create_rule manual page.Bruce Momjian2000-04-07
* Implement column aliases on views "CREATE VIEW name (collist)".Thomas G. Lockhart2000-03-14
* Hi,Bruce Momjian2000-03-08
* Add some examples to numeric regress test to verify that recently-fixedTom Lane2000-01-15
* Clean up format of tests.Thomas G. Lockhart2000-01-05
* New parallel regression test shell and related things.Jan Wieck1999-11-19
* Added 2 regression tests for NUMERIC data type.Jan Wieck1999-06-10