Commit Graph

25 Commits (b14e9ce7d55c75ffa160b07765eb9dffde70b5fa)

Author SHA1 Message Date
Michael Paquier b8da37b3ad Rework pg_input_error_message(), now renamed pg_input_error_info() 3 years ago
Tom Lane ccff2d20ed Convert a few datatype input functions to use "soft" error reporting. 3 years ago
Peter Eisentraut c06d6aa4c3 Clean up ancient test style 5 years ago
Tom Lane fac83dbd6f Remove underflow error in float division with infinite divisor. 5 years ago
Tom Lane 4fb6aeb4f6 Make floating-point "NaN / 0" return NaN instead of raising an error. 6 years ago
Michael Paquier 80d0e5ba3f Improve coverage of utils/float.h 6 years ago
Tom Lane 940311e4bb Un-hide most cascaded-drop details in regression test results. 7 years ago
Andrew Gierth 80c468b4a4 Remove a stray subnormal value from float tests. 7 years ago
Andrew Gierth 02ddd49932 Change floating-point output format for improved performance. 7 years ago
Andrew Gierth f397e08599 Use strtof() and not strtod() for float4 input. 7 years ago
Tom Lane cbdb8b4c01 Fix float-to-integer coercions to handle edge cases correctly. 7 years ago
Tom Lane 5c4c771daf Revert "Test conversion of NaN between float4 and float8." 8 years ago
Tom Lane 55e0e45817 Test conversion of NaN between float4 and float8. 8 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 f9ac414c35 Fix float4/8 to handle Infinity and Nan consistently, e.g. Infinity is a 19 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 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
Thomas G. Lockhart 61ef6a1a3f Clean up syntax to use SQL92-ish type coersion 26 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