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/backend/parser
Bruce Momjian 1e7ba76e43 Indexes for LIKE and ~, !~ operations. 29 years ago
..
Makefile Fix for -Wno-error 29 years ago
analyze.c Fix up elog messages for consistant usage of quotes around arguments. 29 years ago
catalog_utils.c Inline memset() as MemSet(). 29 years ago
dbcommands.c Used modified version of indent that understands over 100 typedefs. 29 years ago
gram.y Indexes for LIKE and ~, !~ operations. 29 years ago
keywords.c Now we are able to CREATE PROCEDURAL LANGUAGE (Thanks, Jan). 29 years ago
parse_query.c Used modified version of indent that understands over 100 typedefs. 29 years ago
parser.c heapattr functions now return a Datum, not char *. 29 years ago
scan.l Add support for delimited identifiers. Include new exclusive state "xd". 29 years ago
scansup.c Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 29 years ago
sysfunc.c Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 29 years ago