You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
postgres/src/include/parser
Tom Lane cfc5008a51 Adjust naming of indexes and their columns per recent discussion. 16 years ago
..
analyze.h When FOR UPDATE/SHARE is used with LIMIT, put the LockRows plan node 16 years ago
gramparse.h Re-refactor the core scanner's API, in order to get out from under the problem 16 years ago
keywords.h Tweak the core scanner so that it can be used by plpgsql too. 17 years ago
kwlist.h Add exclusion constraints, which generalize the concept of uniqueness to 16 years ago
parse_agg.h Support ORDER BY within aggregate function calls, at long last providing a 16 years ago
parse_clause.h Support ORDER BY within aggregate function calls, at long last providing a 16 years ago
parse_coerce.h 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 17 years ago
parse_cte.h Fix bug with WITH RECURSIVE immediately inside WITH RECURSIVE. 99% of the 17 years ago
parse_expr.h Update copyright for 2009. 17 years ago
parse_func.h Support ORDER BY within aggregate function calls, at long last providing a 16 years ago
parse_node.h Implement parser hooks for processing ColumnRef and ParamRef nodes, as per my 16 years ago
parse_oper.h Update copyright for 2009. 17 years ago
parse_param.h Implement parser hooks for processing ColumnRef and ParamRef nodes, as per my 16 years ago
parse_relation.h Implement parser hooks for processing ColumnRef and ParamRef nodes, as per my 16 years ago
parse_target.h Adjust naming of indexes and their columns per recent discussion. 16 years ago
parse_type.h Make backend header files C++ safe 17 years ago
parse_utilcmd.h Update copyright for 2009. 17 years ago
parser.h Remove pg_parse_string_token() --- not needed anymore. 16 years ago
parsetree.h Re-implement EvalPlanQual processing to improve its performance and eliminate 16 years ago
scanner.h Re-refactor the core scanner's API, in order to get out from under the problem 16 years ago
scansup.h Update copyright for 2009. 17 years ago