postgresql/src/backend/parser
Vadim B. Mikheev ad01dd270d If there is no table in RangeTable for colname then
elog (WARN, "attribute %s not found", colname);
1997-05-31 07:10:25 +00:00
..
analyze.c Fix typechecking problem pointed out by Thomas. 1997-05-08 02:45:53 +00:00
catalog_utils.c From: Darren King <aixssd!darrenk@abs.net> 1997-05-22 00:17:24 +00:00
dbcommands.c include sem.h added, include string.h neede, from Erik Bertelsen for Ultrix 1997-01-10 20:19:49 +00:00
gram.y From: Darren King <aixssd!darrenk@abs.net> 1997-05-22 00:24:07 +00:00
keywords.c 1. SHOW/RESET var fixed. 1997-04-23 06:04:46 +00:00
Makefile Fix for -Wno-error 1997-04-18 08:57:39 +00:00
parse_query.c If there is no table in RangeTable for colname then 1997-05-31 07:10:25 +00:00
parser.c Remove WIN32 defines. They never worked. 1997-02-14 04:19:07 +00:00
scan.l Remove case-sensitive identifiers. Thanks for Dan McGuirk for a reversal patch. 1997-03-02 01:03:44 +00:00
scansup.c Remove quote removal. Moved to parser. 1996-11-15 18:38:55 +00:00
sysfunc.c |From: Keith Parks <emkxp01@mtcc.demon.co.uk> 1997-01-26 17:28:48 +00:00