postgresql/src/test/regress
Tom Lane 8d7af8fbe7 Don't require bleeding-edge timezone data in timestamptz regression test.
The regression test cases added in commits b2cbced9e et al depended in part
on the Russian timezone offset changes of Oct 2014.  While this is of no
particular concern for a default Postgres build, it was possible for a
build using --with-system-tzdata to fail the tests if the system tzdata
database wasn't au courant.  Bjorn Munch and Christoph Berg both complained
about this while packaging 9.4rc1, so we probably shouldn't insist on the
system tzdata being up-to-date.  Instead, make an equivalent test using a
zone change that occurred in Venezuela in 2007.  With this patch, the
regression tests should pass using any tzdata set from 2012 or later.
(I can't muster much sympathy for somebody using --with-system-tzdata
on a machine whose system tzdata is more than three years out-of-date.)
2014-11-18 21:36:39 -05:00
..
data Improve key representation for GIN jsonb_ops, and fix existence-search bug. 2014-05-09 08:41:26 -04:00
expected Don't require bleeding-edge timezone data in timestamptz regression test. 2014-11-18 21:36:39 -05:00
input Use just one database connection in the "tablespace" test. 2014-11-12 07:33:17 -05:00
output Use just one database connection in the "tablespace" test. 2014-11-12 07:33:17 -05:00
sql Don't require bleeding-edge timezone data in timestamptz regression test. 2014-11-18 21:36:39 -05:00
.gitignore
GNUmakefile Finish adding file version information to installed Windows binaries. 2014-08-18 22:59:53 -04:00
Makefile
parallel_schedule BRIN: Block Range Indexes 2014-11-07 16:38:14 -03:00
pg_regress_main.c pgindent run for 9.4 2014-05-06 12:12:18 -04:00
pg_regress.c Secure Unix-domain sockets of "make check" temporary clusters. 2014-06-14 09:41:13 -04:00
pg_regress.h pgindent run for 9.4 2014-05-06 12:12:18 -04:00
README
regress.c Add a basic atomic ops API abstracting away platform/architecture details. 2014-09-25 23:49:05 +02:00
regressplans.sh
resultmap
serial_schedule Fix serial schedule 2014-11-07 17:08:16 -03: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".