postgresql/src/include/executor
Tom Lane e26b09618b Repair "Halloween problem" in EvalPlanQual: a tuple that's been inserted by
our own command (or more generally, xmin = our xact and cmin >= current
command ID) should not be seen as good.  Else we may try to update rows
we already updated.  This error was inserted last August while fixing the
even bigger problem that the old coding wouldn't see *any* tuples inserted
by our own transaction as good.  Per report from Euler Taveira de Oliveira.
2006-01-12 21:49:19 +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 Rethink plpgsql's way of handling SPI execution during an exception block. 2004-11-16 18:10:16 +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