postgresql/src/backend
Tom Lane a5b370943e Teach query_tree_walker, query_tree_mutator, and SS_finalize_plan to
process function RTE expressions, which they were previously missing.
This allows outer-Var references and subselects to work correctly in
the arguments of a function RTE.  Install check to prevent function RTEs
from cross-referencing Vars of sibling FROM-items, which doesn't make
any sense (if you want to join, write a JOIN or WHERE clause).
2002-05-18 18:49:41 +00:00
..
access Support temporary setting of search path during CREATE SCHEMA; this 2002-05-17 20:53:33 +00:00
bootstrap Merge the last few variable.c configuration variables into the generic 2002-05-17 01:19:19 +00:00
catalog Allow functions to be executed with the privileges of the function owner. 2002-05-18 13:48:01 +00:00
commands Allow functions to be executed with the privileges of the function owner. 2002-05-18 13:48:01 +00:00
executor Get rid of the last few uses of typeidTypeName() rather than 2002-05-17 22:35:13 +00:00
lib Add Assert check to catch vsnprintf overrunning its buffer. (Seen to 2002-03-04 18:34:02 +00:00
libpq Create an internal semaphore API that is not tied to SysV semaphores. 2002-05-05 00:03:29 +00:00
main Merge the last few variable.c configuration variables into the generic 2002-05-17 01:19:19 +00:00
nodes Extend syntax of CREATE FUNCTION to resemble SQL99. 2002-05-17 18:32:52 +00:00
optimizer Teach query_tree_walker, query_tree_mutator, and SS_finalize_plan to 2002-05-18 18:49:41 +00:00
parser Teach query_tree_walker, query_tree_mutator, and SS_finalize_plan to 2002-05-18 18:49:41 +00:00
po Improve lexer's error reporting. You get the whole token mentioned now 2002-05-01 17:12:08 +00:00
port Add missing includes. 2002-05-05 16:14:24 +00:00
postmaster Merge the last few variable.c configuration variables into the generic 2002-05-17 01:19:19 +00:00
regex Fix code to work when isalpha and friends are macros, not functions. 2002-05-05 00:50:31 +00:00
rewrite First pass at set-returning-functions in FROM, by Joe Conway with 2002-05-12 20:10:05 +00:00
storage Create an internal semaphore API that is not tied to SysV semaphores. 2002-05-05 00:03:29 +00:00
tcop Revise command completion tags as per hackers message on 20 March. 2002-05-18 15:44:48 +00:00
tioga Change made to elog: 2002-03-06 06:10:59 +00:00
utils Allow functions to be executed with the privileges of the function owner. 2002-05-18 13:48:01 +00:00
Makefile Create an internal semaphore API that is not tied to SysV semaphores. 2002-05-05 00:03:29 +00:00