postgresql/src/include/executor
Tom Lane 5a3ec02312 Repair problems occurring when multiple RI updates have to be done to the same
row within one query: we were firing check triggers before all the updates
were done, leading to bogus failures.  Fix by making the triggers queued by
an RI update go at the end of the outer query's trigger event list, thereby
effectively making the processing "breadth-first".  This was indeed how it
worked pre-8.0, so the bug does not occur in the 7.x branches.
Per report from Pavel Stehule.
2007-08-15 19:16:12 +00:00
..
execdebug.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
execdefs.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
execdesc.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
executor.h Repair "Halloween problem" in EvalPlanQual: a tuple that's been inserted by 2006-01-12 21:49:19 +00:00
functions.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
hashjoin.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
instrument.h Update copyrights that were missed. 2005-01-01 05:43:09 +00:00
nodeAgg.h Improve planner's estimation of the space needed for HashAgg plans: 2005-01-28 19:36:33 +00:00
nodeAppend.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
nodeFunctionscan.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
nodeGroup.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
nodeHash.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
nodeHashjoin.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
nodeIndexscan.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
nodeLimit.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
nodeMaterial.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
nodeMergejoin.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
nodeNestloop.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
nodeResult.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
nodeSeqscan.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
nodeSetOp.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
nodeSort.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
nodeSubplan.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
nodeSubqueryscan.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
nodeTidscan.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
nodeUnique.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
spi.h Repair problems occurring when multiple RI updates have to be done to the same 2007-08-15 19:16:12 +00:00
spi_priv.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
tstoreReceiver.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
tuptable.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00