postgresql/src/backend/optimizer/util
Tom Lane 11cad29c91 Support MergeAppend plans, to allow sorted output from append relations.
This patch eliminates the former need to sort the output of an Append scan
when an ordered scan of an inheritance tree is wanted.  This should be
particularly useful for fast-start cases such as queries with LIMIT.

Original patch by Greg Stark, with further hacking by Hans-Jurgen Schonig,
Robert Haas, and Tom Lane.
2010-10-14 16:57:57 -04:00
..
clauses.c Improve the planner's simplification of NOT constructs. 2010-10-10 23:19:50 -04:00
joininfo.c Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
Makefile Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
pathnode.c Support MergeAppend plans, to allow sorted output from append relations. 2010-10-14 16:57:57 -04:00
placeholder.c Fix PlaceHolderVar mechanism's interaction with outer joins. 2010-09-28 14:19:00 -04:00
plancat.c Teach CLUSTER to use seqscan-and-sort when it's faster than indexscan. 2010-10-07 20:00:28 -04:00
predtest.c Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
relnode.c Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
restrictinfo.c Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
tlist.c Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
var.c Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00