postgresql/src/test/regress
Tom Lane a57d312a77 Support infinity and -infinity in the numeric data type.
Add infinities that behave the same as they do in the floating-point
data types.  Aside from any intrinsic usefulness these may have,
this closes an important gap in our ability to convert floating
values to numeric and/or replace float-based APIs with numeric.

The new values are represented by bit patterns that were formerly
not used (although old code probably would take them for NaNs).
So there shouldn't be any pg_upgrade hazard.

Patch by me, reviewed by Dean Rasheed and Andrew Gierth

Discussion: https://postgr.es/m/606717.1591924582@sss.pgh.pa.us
2020-07-22 19:19:44 -04:00
..
data Fix full text search to handle NOT above a phrase search correctly. 2020-04-27 12:21:04 -04:00
expected Support infinity and -infinity in the numeric data type. 2020-07-22 19:19:44 -04:00
input Fix typos. 2020-06-11 15:14:09 +05:30
output Fix typos. 2020-06-11 15:14:09 +05:30
sql Support infinity and -infinity in the numeric data type. 2020-07-22 19:19:44 -04:00
.gitignore
GNUmakefile Make install-tests target work with vpath builds 2020-05-31 18:33:00 -04:00
Makefile
parallel_schedule Fix crashes with currtid() and currtid2() 2020-06-01 10:32:06 +09:00
pg_regress_main.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
pg_regress.c Revert "Remove reset of testtablespace from pg_regress on Windows" 2020-07-10 17:08:13 +09:00
pg_regress.h Update copyrights for 2020 2020-01-01 12:21:45 -05:00
README
regress.c Fix deadlock danger when atomic ops are done under spinlock. 2020-06-18 14:08:32 -07:00
regressplans.sh
resultmap
serial_schedule Fix crashes with currtid() and currtid2() 2020-06-01 10:32:06 +09:00
standby_schedule

Documentation concerning how to run these regression tests and interpret
the results can be found in the PostgreSQL manual, in the chapter
"Regression Tests".