postgresql/src/test/regress
Andrew Gierth 6ee89952d4 Remove float8-small-is-zero regression test variant.
Since this was also the variant used as an example in the docs, update
the docs to use float4-misrounded-input as an example instead, since
that is now the only remaining variant file.
2019-02-16 22:11:04 +00:00
..
data
expected Remove float8-small-is-zero regression test variant. 2019-02-16 22:11:04 +00:00
input Build out the planner support function infrastructure. 2019-02-09 18:32:23 -05:00
output Build out the planner support function infrastructure. 2019-02-09 18:32:23 -05:00
sql Allow user control of CTE materialization, and change the default behavior. 2019-02-16 16:11:12 -05:00
.gitignore
GNUmakefile Update copyright for 2019 2019-01-02 12:44:25 -05:00
Makefile Fix non-GNU makefiles for AIX make. 2017-11-30 00:57:22 -08:00
parallel_schedule Avoid creation of the free space map for small heap relations, take 2. 2019-02-04 07:49:15 +05:30
pg_regress_main.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
pg_regress.c Use standard diff separator for regression.diffs 2019-02-15 15:09:50 +01:00
pg_regress.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
README
regress.c Build out the planner support function infrastructure. 2019-02-09 18:32:23 -05:00
regressplans.sh
resultmap Cygwin and Mingw floating-point fixes. 2019-02-16 01:50:16 +00:00
serial_schedule Avoid creation of the free space map for small heap relations, take 2. 2019-02-04 07:49:15 +05:30
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".