postgresql/src/test/regress
Tom Lane 868b79adb4 Fix insufficiently-portable regression test case.
Some of the buildfarm members are evidently miserly enough of stack space
to pass the originally-committed form of this test.  Increase the
requirement 10X to hopefully ensure that it fails as-expected everywhere.

Security: CVE-2015-5289
2015-10-05 12:19:15 -04:00
..
data Improve key representation for GIN jsonb_ops, and fix existence-search bug. 2014-05-09 08:41:26 -04:00
expected Fix insufficiently-portable regression test case. 2015-10-05 12:19:15 -04:00
input Fix incorrect checking of deferred exclusion constraint after a HOT update. 2015-05-11 12:25:44 -04:00
output Fix incorrect checking of deferred exclusion constraint after a HOT update. 2015-05-11 12:25:44 -04:00
sql Fix insufficiently-portable regression test case. 2015-10-05 12:19:15 -04:00
.gitignore Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:04 +02:00
GNUmakefile Add new make targets check-tests and installcheck-tests. 2014-01-28 18:10:00 -05:00
Makefile Remove remains of old depend target. 2007-01-20 17:16:17 +00:00
parallel_schedule Fix some more problems with nested append relations. 2014-10-01 19:31:18 -04:00
pg_regress.c pg_regress: Write processed input/*.source into output dir 2015-02-15 01:20:44 -05:00
pg_regress.h pgindent run for 9.4 2014-05-06 12:12:18 -04:00
pg_regress_main.c pgindent run for 9.4 2014-05-06 12:12:18 -04:00
README Don't generate plain-text HISTORY and src/test/regress/README anymore. 2014-02-10 20:48:04 -05:00
regress.c Diagnose incompatible OpenLDAP versions during build and test. 2014-07-22 11:01:35 -04:00
regressplans.sh Rename 'gmake' to 'make' in docs and recommended commands 2014-02-12 17:29:19 -05:00
resultmap Enable compiling with the mingw-w64 32 bit compiler. 2011-12-10 15:35:41 -05:00
serial_schedule Fix some more problems with nested append relations. 2014-10-01 19:31:18 -04:00
standby_schedule Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00

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