postgresql/src/backend/optimizer/path
Tom Lane 90f4c2d960 Add support for doing FULL JOIN ON FALSE. While this is really a rather
peculiar variant of UNION ALL, and so wouldn't likely get written directly
as-is, it's possible for it to arise as a result of simplification of
less-obviously-silly queries.  In particular, now that we can do flattening
of subqueries that have constant outputs and are underneath an outer join,
it's possible for the case to result from simplification of queries of the
type exhibited in bug #5263.  Back-patch to 8.4 to avoid a functionality
regression for this type of query.
2010-01-05 23:25:36 +00:00
..
Makefile Refactor backend makefiles to remove lots of duplicate code 2008-02-19 10:30:09 +00:00
allpaths.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
clausesel.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
costsize.c Support ALTER TABLESPACE name SET/RESET ( tablespace_options ). 2010-01-05 21:54:00 +00:00
equivclass.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
indxpath.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
joinpath.c Add support for doing FULL JOIN ON FALSE. While this is really a rather 2010-01-05 23:25:36 +00:00
joinrels.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
orindxpath.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
pathkeys.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
tidpath.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00