postgresql/src/include/parser
Noah Misch 752fa3dbfc Require the schema qualification in pg_temp.type_name(arg).
Commit aa27977fe2 introduced this
restriction for pg_temp.function_name(arg); do likewise for types
created in temporary schemas.  Programs that this breaks should add
"pg_temp." schema qualification or switch to arg::type_name syntax.
Back-patch to 9.4 (all supported versions).

Reviewed by Tom Lane.  Reported by Tom Lane.

Security: CVE-2019-10208
2019-08-05 07:48:45 -07:00
..
.gitignore Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:04 +02:00
analyze.h Fix INSERT ON CONFLICT UPDATE through a view that isn't just SELECT *. 2018-08-04 19:38:59 -04:00
gramparse.h Improve parser's one-extra-token lookahead mechanism. 2015-02-24 17:53:45 -05:00
keywords.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
kwlist.h Support GROUPING SETS, CUBE and ROLLUP. 2015-05-16 03:46:31 +02:00
parse_agg.h Support GROUPING SETS, CUBE and ROLLUP. 2015-05-16 03:46:31 +02:00
parse_clause.h pgindent run for 9.5 2015-05-23 21:35:49 -04:00
parse_coerce.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
parse_collate.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
parse_cte.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
parse_expr.h Make operator precedence follow the SQL standard more closely. 2015-03-11 13:22:52 -04:00
parse_func.h Redesign tablesample method API, and do extensive code review. 2015-07-25 14:39:00 -04:00
parse_node.h Create new ParseExprKind for use by policy expressions. 2015-07-29 15:41:00 -07:00
parse_oper.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
parse_param.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
parse_relation.h pgindent run for 9.5 2015-05-23 21:35:49 -04:00
parse_target.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
parse_type.h Require the schema qualification in pg_temp.type_name(arg). 2019-08-05 07:48:45 -07:00
parse_utilcmd.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
parser.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
parsetree.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
scanner.h Tweak __attribute__-wrapping macros for better pgindent results. 2015-03-26 14:03:25 -04:00
scansup.h Update copyright for 2015 2015-01-06 11:43:47 -05:00