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