postgresql/src/backend/optimizer/util
Tom Lane 0d49838df6 Arrange to "inline" SQL functions that appear in a query's FROM clause,
are declared to return set, and consist of just a single SELECT.  We
can replace the FROM-item with a sub-SELECT and then optimize much as
if we were dealing with a view.  Patch from Richard Rowell, cleaned up
by me.
2008-03-18 22:04:14 +00:00
..
clauses.c Arrange to "inline" SQL functions that appear in a query's FROM clause, 2008-03-18 22:04:14 +00:00
joininfo.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
Makefile Refactor backend makefiles to remove lots of duplicate code 2008-02-19 10:30:09 +00:00
pathnode.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
plancat.c Change hash index creation so that rather than always establishing exactly 2008-03-15 20:46:31 +00:00
predtest.c Fix logical errors in constraint exclusion: we cannot assume that a CHECK 2008-01-12 00:11:39 +00:00
relnode.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
restrictinfo.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
tlist.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
var.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00