summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/float8.out
AgeCommit message (Expand)Author
2025-04-22Avoid depending on post-UPDATE row order in float4/float8 tests.Tom Lane
2025-03-26Add support for gamma() and lgamma() functions.Dean Rasheed
2024-12-17Print out error position for some more DDLsMichael Paquier
2024-12-12Add some regression tests for missing DDL patternsMichael Paquier
2024-10-31Add a parse location field to struct FunctionParameter.Tom Lane
2023-03-14Add support for the error functions erf() and erfc().Dean Rasheed
2023-02-27Rework pg_input_error_message(), now renamed pg_input_error_info()Michael Paquier
2022-12-09Convert a few datatype input functions to use "soft" error reporting.Tom Lane
2022-02-08Rearrange core regression tests to reduce cross-script dependencies.Tom Lane
2020-12-15Clean up ancient test stylePeter Eisentraut
2020-11-04Remove underflow error in float division with infinite divisor.Tom Lane
2020-07-20Make floating-point "NaN / 0" return NaN instead of raising an error.Tom Lane
2020-06-16Lobotomize test for float -Inf ^ -2, at least for now.Tom Lane
2020-06-15Fix power() for infinity inputs some more.Tom Lane
2020-06-14Fix behavior of exp() and power() for infinity inputs.Tom Lane
2019-03-24Un-hide most cascaded-drop details in regression test results.Tom Lane
2019-03-16Further adjust the tests for the hyperbolic functions.Tom Lane
2019-03-14Adjust the tests for the hyperbolic functions.Tom Lane
2019-03-13Rethink how to test the hyperbolic functions.Tom Lane
2019-03-12Add support for hyperbolic functions, as well as log10().Tom Lane
2019-02-13Change floating-point output format for improved performance.Andrew Gierth
2018-11-24Adjust new test case for more portability.Tom Lane
2018-11-24Fix float-to-integer coercions to handle edge cases correctly.Tom Lane
2018-04-29Avoid wrong results for power() with NaN input on more platforms.Tom Lane
2018-04-29Avoid wrong results for power() with NaN input on some platforms.Tom Lane
2016-04-19Improve regression tests for degree-based trigonometric functions.Tom Lane
2016-01-23Adjust degree-based trig functions for more portability.Tom Lane
2016-01-22Add trigonometric functions that work in degrees.Tom Lane
2012-02-04Revert "Add some regression test cases for denormalized float8 input."Tom Lane
2012-02-01Add some regression test cases for denormalized float8 input.Tom Lane
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
2010-02-27Insert a hack into get_float8_nan (both core and ecpg copies) to deal withTom Lane
2008-09-01Add a bunch of new error location reports to parse-analysis error messages.Tom Lane
2008-05-08Add regression test for various power expressions with a zero base, andBruce Momjian
2007-01-02Fix float4/8 to handle Infinity and Nan consistently, e.g. Infinity is aBruce Momjian
2005-06-08Remove grammar productions for prefix and postfix % and ^ operators,Tom Lane
2005-04-07Add a "USING" clause to DELETE, which is equivalent to the FROM clauseNeil Conway
2005-02-11Adjust input routines for float4, float8 and oid to reject the empty stringNeil Conway
2004-04-23Add ceiling() as an alias for ceil(), and power() as an alias for pow().Neil Conway
2004-03-24Update the float8 regression tests: they should now pass on FreeBSD 4.xNeil Conway
2004-03-12Allow 'Infinity' and '-Infinity' as input to the float4 and float8Neil Conway
2004-03-11Revise int2/int4/int8/float4/float8 input routines to allow forNeil Conway
2003-09-25Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut
2003-07-27Error message editing in utils/adt. Again thanks to Joe Conway for doingTom Lane
2003-03-11Add explicit tests for division by zero to all user-accessible integerTom Lane
2002-10-19This patch adds some missing functions for float8 math operations,Bruce Momjian
2000-03-20Convert float8 regress test to use exp() and ln() instead of ':' andTom Lane
2000-03-14Implement column aliases on views "CREATE VIEW name (collist)".Thomas G. Lockhart
2000-01-04Match results with format from new psql.Thomas G. Lockhart
1999-01-24Improper addition of NaN/Infinity recognition to float8in()Tom Lane