index
:
postgresql.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
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
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
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
2004-05-14
Implement the width_bucket() function, per SQL2003. This commit only adds
Neil Conway
2004-04-23
Add ceiling() as an alias for ceil(), and power() as an alias for pow().
Neil Conway
2004-03-11
Revise int2/int4/int8/float4/float8 input routines to allow for
Neil Conway
2000-04-07
Update create_rule manual page.
Bruce Momjian
2000-03-14
Implement column aliases on views "CREATE VIEW name (collist)".
Thomas G. Lockhart
2000-03-08
Hi,
Bruce Momjian
2000-01-15
Add some examples to numeric regress test to verify that recently-fixed
Tom Lane
2000-01-05
Clean up format of tests.
Thomas G. Lockhart
1999-11-19
New parallel regression test shell and related things.
Jan Wieck
1999-06-10
Added 2 regression tests for NUMERIC data type.
Jan Wieck