Commit Graph

23 Commits (5bcf389ecfd40daf92238e1abbff4fc4d3f18b33)

Author SHA1 Message Date
Tom Lane 4db0d2d2fe Improve regression tests for degree-based trigonometric functions. 10 years ago
Tom Lane e1bd684a34 Add trigonometric functions that work in degrees. 10 years ago
Tom Lane 342b83fdca Revert "Add some regression test cases for denormalized float8 input." 14 years ago
Tom Lane 500cf66d55 Add some regression test cases for denormalized float8 input. 14 years ago
Peter Eisentraut fc946c39ae Remove useless whitespace at end of lines 15 years ago
Peter Eisentraut 3f11971916 Remove extra newlines at end and beginning of files, add missing newlines 16 years ago
Tom Lane 4d17a2146c Insert a hack into get_float8_nan (both core and ecpg copies) to deal with 16 years ago
Bruce Momjian 4a586bd405 Add regression test for various power expressions with a zero base, and 18 years ago
Tom Lane 77c168a836 Remove grammar productions for prefix and postfix % and ^ operators, 21 years ago
Neil Conway f5ab0a14ea Add a "USING" clause to DELETE, which is equivalent to the FROM clause 21 years ago
Neil Conway 975e27377a Adjust input routines for float4, float8 and oid to reject the empty string 21 years ago
Neil Conway fc7fd50182 Add ceiling() as an alias for ceil(), and power() as an alias for pow(). 22 years ago
Neil Conway 533d0915cf Update the float8 regression tests: they should now pass on FreeBSD 4.x 22 years ago
Neil Conway bfd6f52b0e Allow 'Infinity' and '-Infinity' as input to the float4 and float8 22 years ago
Neil Conway e2ded829f6 Revise int2/int4/int8/float4/float8 input routines to allow for 22 years ago
Bruce Momjian bab3d29fba This patch adds some missing functions for float8 math operations, 24 years ago
Tom Lane 72b4086711 Convert float8 regress test to use exp() and ln() instead of ':' and 26 years ago
Thomas G. Lockhart 6456810078 Implement column aliases on views "CREATE VIEW name (collist)". 26 years ago
Thomas G. Lockhart 61ef6a1a3f Clean up syntax to use SQL92-ish type coersion 26 years ago
Bruce Momjian 738dc876ed Here are some patches to fix up the regression tests so that the union 28 years ago
Thomas G. Lockhart 83b8cf5b6b Add inter-type regression tests for geometry, date/time, and numbers. 29 years ago
Marc G. Fournier 3451abf632 Make these self-contained tests...they are testing types, so the tables 29 years ago
Marc G. Fournier 04688df668 Again, add more tests 29 years ago