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 d0471244e6 Remove 16 char limit on system table/index names. Rename system indexes. 29 years ago
..
Makefile Supress cleaning scan.c since we will try to include it in the distribution. 29 years ago
analyze.c Fix up elog messages for consistant usage of quotes around arguments. 29 years ago
catalog_utils.c Good Bye, Time Travel! 29 years ago
dbcommands.c Clean up path handling esp. when interpreting environment variables. 29 years ago
gram.y Update UNION and subselect syntax. 29 years ago
keywords.c Implement CREATE DATABASE/WITH LOCATION=. 29 years ago
parse_query.c Good Bye, Time Travel! 29 years ago
parser.c Remove 16 char limit on system table/index names. Rename system indexes. 29 years ago
scan.c Update generated source for scan.l. 29 years ago
scan.l Implement SQL92 binary and hexadecimal string decoding (b'10' and x'1F'). 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