postgresql/src/test/regress
Andrew Dunstan 1a0c76c32f Enable compiling with the mingw-w64 32 bit compiler.
Original patch by Lars Kanis, reviewed by Nishiyama Tomoaki and tweaked some by me.

This compiler, or at least the latest version of it, is currently broken, and
only passes the regression tests if built with -O0.
2011-12-10 15:35:41 -05:00
..
data
expected Add ALTER FOREIGN DATA WRAPPER / RENAME and ALTER SERVER / RENAME 2011-12-09 20:42:30 +02:00
input Support SECURITY LABEL on databases, tablespaces, and roles. 2011-07-20 13:18:24 -04:00
output When a row fails a not-null constraint, show row's contents in errdetail. 2011-11-29 18:29:18 -05:00
sql Add ALTER FOREIGN DATA WRAPPER / RENAME and ALTER SERVER / RENAME 2011-12-09 20:42:30 +02:00
.gitignore
GNUmakefile Add pg_upgrade test suite 2011-11-27 22:42:32 +02:00
Makefile
parallel_schedule Fix random discrepancies between parallel_schedule and serial_schedule. 2011-11-08 23:05:14 -05:00
pg_regress_main.c
pg_regress.c Clean up pg_regress --help output 2011-08-30 21:25:10 +03:00
pg_regress.h
regress.c Redesign the plancache mechanism for more flexibility and efficiency. 2011-09-16 00:43:52 -04:00
regressplans.sh
resultmap Enable compiling with the mingw-w64 32 bit compiler. 2011-12-10 15:35:41 -05:00
serial_schedule Fix random discrepancies between parallel_schedule and serial_schedule. 2011-11-08 23:05:14 -05:00
standby_schedule