postgresql/src
Tom Lane 49e0ea5991 Fix SPI documentation for new handling of ExecutorRun's count parameter.
Since 9.0, the count parameter has only limited the number of tuples
actually returned by the executor.  It doesn't affect the behavior of
INSERT/UPDATE/DELETE unless RETURNING is specified, because without
RETURNING, the ModifyTable plan node doesn't return control to execMain.c
for each tuple.  And we only check the limit at the top level.

While this behavioral change was unintentional at the time, discussion of
bug #6572 led us to the conclusion that we prefer the new behavior anyway,
and so we should just adjust the docs to match rather than change the code.
Accordingly, do that.  Back-patch as far as 9.0 so that the docs match the
code in each branch.
2013-01-24 18:34:08 -05:00
..
backend Fix SPI documentation for new handling of ExecutorRun's count parameter. 2013-01-24 18:34:08 -05:00
bin Use correct output device for Windows prompts. 2013-01-24 16:01:31 -05:00
include Use correct output device for Windows prompts. 2013-01-24 16:01:31 -05:00
interfaces Fix one-byte buffer overrun in PQprintTuples(). 2013-01-20 23:43:56 -05:00
makefiles Make pgxs build executables with the right suffix. 2013-01-19 14:54:29 -05:00
pl Translation updates 2012-12-03 07:53:51 -05:00
port Use correct output device for Windows prompts. 2013-01-24 16:01:31 -05:00
template Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
test Prevent passing gmake's environment variables down through pg_regress. 2012-12-01 17:24:01 -05:00
timezone Add new timezone abbrevation "FET". 2013-01-14 14:46:21 -05:00
tools Properly install ecpg_compat and pgtypes libraries on msvc 2013-01-09 17:34:18 +01:00
tutorial Modernize string literal syntax in tutorial example. 2013-01-19 17:21:08 -05:00
.gitignore Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:04 +02:00
bcc32.mak Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
DEVELOPERS Replace a couple of references to files that no longer exist in the source 2009-05-04 08:08:47 +00:00
Makefile Fix some oversights in distprep and maintainer-clean targets. 2011-03-10 00:04:05 -05:00
Makefile.global.in Add mode where contrib installcheck runs each module in a separately named database. 2012-12-11 11:51:51 -05:00
Makefile.shlib Use single quotes in preference to double quotes for protecting pathnames. 2011-06-15 21:45:50 -04:00
nls-global.mk Fix makefile logic to not break the build when xgettext is missing 2010-10-14 23:16:46 +03:00
win32.mak Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00