Commit Graph

12 Commits (4db84f0880716ece570db2debf99b773bfb82dd3)

Author SHA1 Message Date
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