postgresql/src
Tom Lane 18004101ac Modify UPDATE/DELETE WHERE CURRENT OF to use the FOR UPDATE infrastructure to
locate the target row, if the cursor was declared with FOR UPDATE or FOR
SHARE.  This approach is more flexible and reliable than digging through the
plan tree; for instance it can cope with join cursors.  But we still provide
the old code for use with non-FOR-UPDATE cursors.  Per gripe from Robert Haas.
2008-11-16 17:34:28 +00:00
..
backend Modify UPDATE/DELETE WHERE CURRENT OF to use the FOR UPDATE infrastructure to 2008-11-16 17:34:28 +00:00
bin One more hack to see if we can get the cygwin machines building again. 2008-11-14 21:45:07 +00:00
include Modify UPDATE/DELETE WHERE CURRENT OF to use the FOR UPDATE infrastructure to 2008-11-16 17:34:28 +00:00
interfaces Add missing dependencies to preproc.y build rule 2008-11-15 22:20:55 +00:00
makefiles Set SQL man pages to be section 7 by default, and only transform them to 2008-11-14 10:22:48 +00:00
pl
port
template
test Modify UPDATE/DELETE WHERE CURRENT OF to use the FOR UPDATE infrastructure to 2008-11-16 17:34:28 +00:00
timezone Suppress leap-second-aware timezones in the output of pg_tzenumerate_next, 2008-11-13 20:49:38 +00:00
tools Exclude contrib/intagg from the list of MSVC project files to be generated, 2008-11-14 22:12:37 +00:00
tutorial
bcc32.mak
DEVELOPERS
Makefile
Makefile.global.in Set SQL man pages to be section 7 by default, and only transform them to 2008-11-14 10:22:48 +00:00
Makefile.shlib
nls-global.mk
win32.mak