postgresql/src/test/regress
Tom Lane b5e0a2a384 Tweak placement of explicit ANALYZE commands in the regression tests.
Make the COPY test, which loads most of the large static tables used in
the tests, also explicitly ANALYZE those tables.  This allows us to get
rid of various ad-hoc, and rather redundant, ANALYZE commands that had
gotten stuck into various test scripts over time to ensure we got
consistent plan choices.  (We could have done a database-wide ANALYZE,
but that would cause stats to get attached to the small static tables
too, which results in plan changes compared to the historical behavior.
I'm not sure that's a good idea, so not going that far for now.)

Back-patch to 9.0, since 9.0 and 9.1 are currently sometimes failing
regression tests for lack of an "ANALYZE tenk1" in the subselect test.
There's no need for this in 8.4 since we didn't print any plans back
then.
2013-12-11 15:09:15 -05:00
..
data Fix GIN to support null keys, empty and null items, and full index scans. 2011-01-07 19:16:24 -05:00
expected Tweak placement of explicit ANALYZE commands in the regression tests. 2013-12-11 15:09:15 -05:00
input Tweak placement of explicit ANALYZE commands in the regression tests. 2013-12-11 15:09:15 -05:00
output Tweak placement of explicit ANALYZE commands in the regression tests. 2013-12-11 15:09:15 -05:00
sql Tweak placement of explicit ANALYZE commands in the regression tests. 2013-12-11 15:09:15 -05:00
.gitignore
GNUmakefile Fix regression test make dependencies 2013-07-01 21:10:36 -04:00
Makefile
parallel_schedule Add the notion of REPLICA IDENTITY for a table. 2013-11-08 12:30:43 -05:00
pg_regress_main.c Fix pg_isolation_regress to work outside its build directory. 2013-11-08 14:40:41 -05:00
pg_regress.c Free ignorelist after each regression test schedule. 2013-11-13 09:01:06 -06:00
pg_regress.h Fix pg_isolation_regress to work outside its build directory. 2013-11-08 14:40:41 -05:00
regress.c Add support for multiple kinds of external toast datums. 2013-07-02 13:38:55 -04:00
regressplans.sh
resultmap Enable compiling with the mingw-w64 32 bit compiler. 2011-12-10 15:35:41 -05:00
serial_schedule Add the notion of REPLICA IDENTITY for a table. 2013-11-08 12:30:43 -05:00
standby_schedule