postgresql/src/backend/parser
Thomas G. Lockhart 4b19101fc3 Update UNION and subselect syntax.
Support SQL92 syntax for type coersion of strings (type 'typeval').
 Example: "DATETIME 'now'". This works only for string constants and can
 not replace the CAST and ::type syntax which behave identically in this
 context.
1997-11-17 16:37:24 +00:00
..
analyze.c Fix up elog messages for consistant usage of quotes around arguments. 1997-10-30 16:34:22 +00:00
catalog_utils.c Good Bye, Time Travel! 1997-11-02 15:27:14 +00:00
dbcommands.c Clean up path handling esp. when interpreting environment variables. 1997-11-10 15:17:44 +00:00
gram.y Update UNION and subselect syntax. 1997-11-17 16:37:24 +00:00
keywords.c Implement CREATE DATABASE/WITH LOCATION=. 1997-11-07 07:02:10 +00:00
Makefile Supress cleaning scan.c since we will try to include it in the distribution. 1997-11-14 15:48:19 +00:00
parse_query.c Good Bye, Time Travel! 1997-11-02 15:27:14 +00:00
parser.c heapattr functions now return a Datum, not char *. 1997-09-12 04:09:08 +00:00
scan.c Update generated source for scan.l. 1997-11-17 16:33:21 +00:00
scan.l Implement SQL92 binary and hexadecimal string decoding (b'10' and x'1F'). 1997-11-17 16:31:39 +00:00
scansup.c Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 1997-09-08 02:41:22 +00:00
sysfunc.c Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 1997-09-08 02:41:22 +00:00