postgresql/src/test/regress
Tom Lane 82d8ab6fc4 Fix the plan-invalidation mechanism to treat regclass constants that refer to
a relation as a reason to invalidate a plan when the relation changes.  This
handles scenarios such as dropping/recreating a sequence that is referenced by
nextval('seq') in a cached plan.  Rather than teach plancache.c all about
digging through plan trees to find regclass Consts, we charge the planner's
setrefs.c with making a list of the relation OIDs on which each plan depends.
That way the list can be built cheaply during a plan tree traversal that has
to happen anyway.  Per bug #3662 and subsequent discussion.
2007-10-11 18:05:27 +00:00
..
data Tsearch2 functionality migrates to core. The bulk of this work is by 2007-08-21 01:11:32 +00:00
expected Fix the plan-invalidation mechanism to treat regclass constants that refer to 2007-10-11 18:05:27 +00:00
input Tsearch2 functionality migrates to core. The bulk of this work is by 2007-08-21 01:11:32 +00:00
output Tsearch2 functionality migrates to core. The bulk of this work is by 2007-08-21 01:11:32 +00:00
sql Fix the plan-invalidation mechanism to treat regclass constants that refer to 2007-10-11 18:05:27 +00:00
GNUmakefile fix typo in regression Makefile. 2007-09-09 22:53:33 +00:00
Makefile Remove remains of old depend target. 2007-01-20 17:16:17 +00:00
parallel_schedule Add regression tests for ispell, synonym and thesaurus dictionaries. 2007-09-11 11:54:42 +00:00
pg_regress_main.c Rewrite ECPG regression test driver in C, by splitting the standard 2007-06-12 11:07:34 +00:00
pg_regress.c Provide for a file specifying non-standard config options for temp install 2007-09-09 20:40:54 +00:00
pg_regress.h Rewrite ECPG regression test driver in C, by splitting the standard 2007-06-12 11:07:34 +00:00
regress.c Make use of plancache module for SPI plans. In particular, since plpgsql 2007-03-15 23:12:07 +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 regression tests for ispell, synonym and thesaurus dictionaries. 2007-09-11 11:54:42 +00:00