postgresql/src/include/parser
Tom Lane 1eef280d61 Improved version of patch to protect pg_get_expr() against misuse:
look through join alias Vars to avoid breaking join queries, and
move the test to someplace where it will catch more possible ways
of calling a function.  We still ought to throw away the whole thing
in favor of a data-type-based solution, but that's not feasible in
the back branches.

Completion of back-port of my patch of yesterday.
2010-07-30 17:57:25 +00:00
..
analyze.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
gramparse.h Add a new GUC parameter backslash_quote, which determines whether the SQL 2006-05-21 20:11:25 +00:00
keywords.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
parse_agg.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
parse_clause.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
parse_coerce.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
parse_expr.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
parse_func.h Improved version of patch to protect pg_get_expr() against misuse: 2010-07-30 17:57:25 +00:00
parse_node.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
parse_oper.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
parse_relation.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
parse_target.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
parse_type.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
parser.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
parsetree.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
scansup.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00