postgresql/src/include/executor
Tom Lane 55d85f42a8 Repair RI trigger visibility problems (this time for sure ;-)) per recent
discussion on pgsql-hackers: in READ COMMITTED mode we just have to force
a QuerySnapshot update in the trigger, but in SERIALIZABLE mode we have
to run the scan under a current snapshot and then complain if any rows
would be updated/deleted that are not visible in the transaction snapshot.
2003-10-01 21:30:53 +00:00
..
execdebug.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
execdefs.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
execdesc.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
executor.h Repair RI trigger visibility problems (this time for sure ;-)) per recent 2003-10-01 21:30:53 +00:00
functions.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
hashjoin.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
instrument.h Fix some copyright notices that weren't updated. Improve copyright tool 2003-08-04 23:59:41 +00:00
nodeAgg.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
nodeAppend.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
nodeFunctionscan.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
nodeGroup.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
nodeHash.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
nodeHashjoin.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
nodeIndexscan.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
nodeLimit.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
nodeMaterial.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
nodeMergejoin.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
nodeNestloop.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
nodeResult.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
nodeSeqscan.h Another pgindent run with updated typedefs. 2003-08-08 21:42:59 +00:00
nodeSetOp.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
nodeSort.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
nodeSubplan.h Another pgindent run with updated typedefs. 2003-08-08 21:42:59 +00:00
nodeSubqueryscan.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
nodeTidscan.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
nodeUnique.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
spi.h Repair RI trigger visibility problems (this time for sure ;-)) per recent 2003-10-01 21:30:53 +00:00
spi_priv.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
tstoreReceiver.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
tuptable.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00