postgresql/src/include/nodes
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
..
bitmapset.h Another pgindent run with updated typedefs. 2003-08-08 21:42:59 +00:00
execnodes.h Repair RI trigger visibility problems (this time for sure ;-)) per recent 2003-10-01 21:30:53 +00:00
makefuncs.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
memnodes.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
nodeFuncs.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
nodes.h Create a 'type cache' that keeps track of the data needed for any particular 2003-08-17 19:58:06 +00:00
params.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
parsenodes.h Fix typo in comment 2003-09-17 04:25:29 +00:00
pg_list.h Tweak grammar to use FastAppend rather than lappend when constructing 2003-08-22 20:34:33 +00:00
plannodes.h Another pgindent run with updated typedefs. 2003-08-08 21:42:59 +00:00
primnodes.h Fix ARRAY[] construct so that in multidimensional case, elements can 2003-08-17 23:43:27 +00:00
print.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
readfuncs.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
relation.h Another pgindent run with updated typedefs. 2003-08-08 21:42:59 +00:00