postgresql/src
Tom Lane 48c348f86c Dept of second thoughts: don't try to push LIMIT below a SRF.
If we have Limit->Result->Sort, the Result might be projecting a tlist
that contains a set-returning function.  If so, it's possible for the
SRF to sometimes return zero rows, which means we could need to fetch
more than N rows from the Sort in order to satisfy LIMIT N.
So top-N sorting cannot be used in this scenario.
2010-11-18 11:54:34 -05:00
..
backend Dept of second thoughts: don't try to push LIMIT below a SRF. 2010-11-18 11:54:34 -05:00
bin Cleanup various comparisons with the constant "true". 2010-11-14 21:03:48 -05:00
include Further fallout from the MergeAppend patch. 2010-11-18 00:30:10 -05:00
interfaces Additional fixes for parallel make 2010-11-17 08:08:41 +02:00
makefiles Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
pl Fix aboriginal mistake in plpython's set-returning-function support. 2010-11-15 14:26:55 -05:00
port Fix comparisons of pointers with zero to compare with NULL instead. 2010-10-29 15:51:52 -04:00
template Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
test Make TRUNCATE ... RESTART IDENTITY restart sequences transactionally. 2010-11-17 16:42:18 -05:00
timezone Improved parallel make support 2010-11-12 22:15:16 +02:00
tools Attempt to fix MSVC builds broken by parallel make changes. 2010-11-12 22:55:15 -05:00
tutorial Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
.gitignore Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:04 +02:00
bcc32.mak Remove cvs keywords from all files. 2010-09-20 22:08:53 +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 Additional fixes for parallel make 2010-11-17 08:08:41 +02:00
Makefile.global.in Adjust comments about what's needed to avoid make 3.80 bug. 2010-11-15 01:00:48 -05:00
Makefile.shlib Improved parallel make support 2010-11-12 22:15:16 +02: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 cvs keywords from all files. 2010-09-20 22:08:53 +02:00