postgresql/src/include/executor
Tom Lane e4aea74e19 Fix caching of foreign-key-checking queries so that when a replan is needed,
we regenerate the SQL query text not merely the plan derived from it.  This
is needed to handle contingencies such as renaming of a table or column
used in an FK.  Pre-8.3, such cases worked despite the lack of replanning
(because the cached plan needn't actually change), so this is a regression.
Per bug #4417 from Benjamin Bihler.
2008-09-15 23:37:49 +00:00
..
execdebug.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
execdefs.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
execdesc.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
executor.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
functions.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
hashjoin.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
instrument.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
nodeAgg.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
nodeAppend.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
nodeBitmapAnd.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
nodeBitmapHeapscan.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
nodeBitmapIndexscan.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
nodeBitmapOr.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
nodeFunctionscan.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
nodeGroup.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
nodeHash.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
nodeHashjoin.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
nodeIndexscan.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
nodeLimit.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
nodeMaterial.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
nodeMergejoin.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
nodeNestloop.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
nodeResult.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
nodeSeqscan.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
nodeSetOp.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
nodeSort.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
nodeSubplan.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
nodeSubqueryscan.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
nodeTidscan.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
nodeUnique.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
nodeValuesscan.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
spi.h Fix caching of foreign-key-checking queries so that when a replan is needed, 2008-09-15 23:37:49 +00:00
spi_priv.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
tstoreReceiver.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
tuptable.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00