postgresql/src/backend/parser
1997-08-18 02:15:04 +00:00
..
analyze.c Remove more (void) and fix -Wall warnings. 1997-08-12 22:55:25 +00:00
catalog_utils.c Fix pgproc names over 15 chars in output. Add strNcpy() function. remove some (void) casts that are unnecessary. 1997-08-12 20:16:25 +00:00
dbcommands.c Reduce open() calls. Replace fopen() calls with calls to fd.c functions. 1997-08-18 02:15:04 +00:00
gram.y Fix pgproc names over 15 chars in output. Add strNcpy() function. remove some (void) casts that are unnecessary. 1997-08-12 20:16:25 +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 Comment out code that makes no sense, and Purify complains about. 1997-08-03 02:28:10 +00:00
scan.l Fox case-sensitivity for \d and allow trailing ; on backslash commands. 1997-06-29 17:29:28 +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