postgresql/src/test/regress
Tom Lane e4718f2c9e Replace pg_class.reltriggers with relhastriggers, which is just a boolean hint
("there might be triggers") rather than an exact count.  This is necessary
catalog infrastructure for the upcoming patch to reduce the strength of
locking needed for trigger addition/removal.  Split out and committed
separately for ease of reviewing/testing.

In passing, also get rid of the unused pg_class columns relukeys, relfkeys,
and relrefs, which haven't been maintained in many years and now have no
chance of ever being maintained (because of wishing to avoid locking).

Simon Riggs
2008-11-09 21:24:33 +00:00
..
data Tsearch2 functionality migrates to core. The bulk of this work is by 2007-08-21 01:11:32 +00:00
expected Replace pg_class.reltriggers with relhastriggers, which is just a boolean hint 2008-11-09 21:24:33 +00:00
input Allow pg_regress to be run outside the build tree. Look for input files 2008-10-01 22:38:57 +00:00
output Allow SQL-language functions to return the output of an INSERT/UPDATE/DELETE 2008-10-31 19:37:56 +00:00
sql Add a new GUC variable called "IntervalStyle" that decouples interval output 2008-11-09 00:28:35 +00:00
GNUmakefile Allow pg_regress to be run outside the build tree. Look for input files 2008-10-01 22:38:57 +00:00
Makefile Remove remains of old depend target. 2007-01-20 17:16:17 +00:00
parallel_schedule Add test case for CREATE CAST. 2008-10-31 09:17:17 +00:00
pg_regress.c Add a new GUC variable called "IntervalStyle" that decouples interval output 2008-11-09 00:28:35 +00:00
pg_regress.h Allow pg_regress to be run outside the build tree. Look for input files 2008-10-01 22:38:57 +00:00
pg_regress_main.c Allow pg_regress to be run outside the build tree. Look for input files 2008-10-01 22:38:57 +00:00
regress.c Simplify and standardize conversions between TEXT datums and ordinary C 2008-03-25 22:42:46 +00:00
regressplans.sh Tweak regressplans.sh to use any already-set PGOPTIONS. 2000-12-18 02:45:47 +00:00
resultmap Rewrite ECPG regression test driver in C, by splitting the standard 2007-06-12 11:07:34 +00:00
serial_schedule Add test case for CREATE CAST. 2008-10-31 09:17:17 +00:00