postgresql/src/include/parser
Tom Lane 5f74d499bf Defend against function calls with more than 8 arguments (code
used to overrun its fixed-size arrays before detecting error; not cool).
Also, replace uses of magic constant '8' with 'MAXFARGS'.
1999-06-17 22:21:41 +00:00
..
analyze.h pgindent run over code. 1999-05-25 16:15:34 +00:00
gramparse.h Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22:53 +00:00
keywords.h Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22:53 +00:00
parse_agg.h Another pgindent run. Sorry folks. 1999-05-25 22:43:53 +00:00
parse_clause.h Make functions static or NOT_USED as appropriate. 1999-05-26 12:57:23 +00:00
parse_coerce.h Another pgindent run. Sorry folks. 1999-05-25 22:43:53 +00:00
parse_expr.h Make functions static or NOT_USED as appropriate. 1999-05-26 12:57:23 +00:00
parse_func.h Defend against function calls with more than 8 arguments (code 1999-06-17 22:21:41 +00:00
parse_node.h Rip out QueryTreeList structure, root and branch. Querytree 1999-05-13 07:29:22 +00:00
parse_oper.h Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22:53 +00:00
parse_relation.h Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22:53 +00:00
parse_target.h Change resjunk to a boolean. 1999-05-17 17:03:51 +00:00
parse_type.h Avoid redundant SysCache searches in coerce_type, for another 1999-05-29 03:17:20 +00:00
parser.h Rip out QueryTreeList structure, root and branch. Querytree 1999-05-13 07:29:22 +00:00
parsetree.h Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22:53 +00:00
scansup.h Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22:53 +00:00