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 fbd26d6984 Arrange that no database accesses are attempted during parser() --- this 26 years ago
..
analyze.h Arrange that no database accesses are attempted during parser() --- this 26 years ago
gramparse.h First cut at full support for OUTER JOINs. There are still a few loose 26 years ago
keywords.h Update obsolete comments. 26 years ago
parse_agg.h Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias. 26 years ago
parse_clause.h First cut at full support for OUTER JOINs. There are still a few loose 26 years ago
parse_coerce.h Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet the 26 years ago
parse_expr.h Arrange that no database accesses are attempted during parser() --- this 26 years ago
parse_func.h First cut at full support for OUTER JOINs. There are still a few loose 26 years ago
parse_node.h Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias. 26 years ago
parse_oper.h Add: 26 years ago
parse_relation.h Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias. 26 years ago
parse_target.h Ye-old pgindent run. Same 4-space tabs. 26 years ago
parse_type.h Mark functions as static and ifdef NOT_USED as appropriate. 26 years ago
parser.h Add: 26 years ago
parsetree.h Use variable aliases, if supplied, rather than real column names in 26 years ago
scansup.h Add: 26 years ago