summaryrefslogtreecommitdiff
path: root/src/test/regress/sql/numeric.sql
Commit message (Expand)AuthorAgeFilesLines
* Add E'' syntax so eventually normal strings can treat backslashesBruce Momjian2005-06-261-1/+1
* Fix to_number for the case of a trailing S.Tom Lane2004-10-281-1/+1
* Implement the width_bucket() function, per SQL2003. This commit only addsNeil Conway2004-05-141-0/+46
* Add ceiling() as an alias for ceil(), and power() as an alias for pow().Neil Conway2004-04-231-2/+14
* Revise int2/int4/int8/float4/float8 input routines to allow forNeil Conway2004-03-111-0/+29
* Update create_rule manual page.Bruce Momjian2000-04-071-5/+5
* Implement column aliases on views "CREATE VIEW name (collist)".Thomas G. Lockhart2000-03-141-2/+2
* Hi,Bruce Momjian2000-03-081-0/+49
* Add some examples to numeric regress test to verify that recently-fixedTom Lane2000-01-151-0/+18
* Clean up format of tests.Thomas G. Lockhart2000-01-051-5/+5
* New parallel regression test shell and related things.Jan Wieck1999-11-191-422/+409
* Added 2 regression tests for NUMERIC data type.Jan Wieck1999-06-101-0/+649