Commit Graph

20 Commits (ccf292cd2ec16c69ddfee3bf72afe113a7595e00)

Author SHA1 Message Date
Fujii Masao 1871c89202 Add generate_series(numeric, numeric). 11 years ago
Tom Lane 1d352325b8 Fix power_var_int() for large integer exponents. 11 years ago
Tom Lane f0bedf3e45 Fix corner case bug in numeric to_char(). 15 years ago
Peter Eisentraut fc946c39ae Remove useless whitespace at end of lines 15 years ago
Tom Lane e61fd4ac74 Support EEEE (scientific notation) in to_char(). 17 years ago
Tom Lane a0fad9762a Re-implement division for numeric values using the traditional "schoolbook" 18 years ago
Neil Conway 530b10c719 Tweak the width_bucket() regression tests to avoid an unnecessary 19 years ago
Neil Conway cf57ef4e50 Implement width_bucket() for the float8 data type. 19 years ago
Bruce Momjian bb3cce4ec9 Add E'' syntax so eventually normal strings can treat backslashes 21 years ago
Tom Lane 319902dc8c Fix to_number for the case of a trailing S. 21 years ago
Neil Conway 0079547bcb Implement the width_bucket() function, per SQL2003. This commit only adds 22 years ago
Neil Conway fc7fd50182 Add ceiling() as an alias for ceil(), and power() as an alias for pow(). 22 years ago
Neil Conway e2ded829f6 Revise int2/int4/int8/float4/float8 input routines to allow for 22 years ago
Bruce Momjian 28fb1c196b Update create_rule manual page. 26 years ago
Thomas G. Lockhart 6456810078 Implement column aliases on views "CREATE VIEW name (collist)". 26 years ago
Bruce Momjian eae5184d11 Hi, 26 years ago
Tom Lane b0b3187bb4 Add some examples to numeric regress test to verify that recently-fixed 26 years ago
Thomas G. Lockhart 4c4e68dccc Clean up format of tests. 26 years ago
Jan Wieck 43499af4ab New parallel regression test shell and related things. 26 years ago
Jan Wieck cc08d051d0 Added 2 regression tests for NUMERIC data type. 27 years ago