postgresql/src/backend/rewrite
Tom Lane aa282d4446 Infrastructure for deducing Param types from context, in the same way
that the types of untyped string-literal constants are deduced (ie,
when coerce_type is applied to 'em, that's what the type must be).
Remove the ancient hack of storing the input Param-types array as a
global variable, and put the info into ParseState instead.  This touches
a lot of files because of adjustment of routine parameter lists, but
it's really not a large patch.  Note: PREPARE statement still insists on
exact specification of parameter types, but that could easily be relaxed
now, if we wanted to do so.
2003-04-29 22:13:11 +00:00
..
Makefile Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias. 2000-09-29 18:21:41 +00:00
rewriteDefine.c Adjust API of expression_tree_mutator and query_tree_mutator to 2003-01-17 02:01:21 +00:00
rewriteHandler.c Infrastructure for deducing Param types from context, in the same way 2003-04-29 22:13:11 +00:00
rewriteManip.c Replace planner's representation of relation sets, per pghackers discussion. 2003-02-08 20:20:55 +00:00
rewriteRemove.c pgindent run. 2002-09-04 20:31:48 +00:00
rewriteSupport.c Restructure system-catalog index updating logic. Instead of having 2002-08-05 03:29:17 +00:00