postgresql/src/backend/tcop
1997-08-19 21:40:56 +00:00
..
aclchk.c Make functions static where possible, enclose unused functions in #ifdef NOT_USED. 1997-08-19 21:40:56 +00:00
dest.c Make functions static where possible, enclose unused functions in #ifdef NOT_USED. 1997-08-19 21:40:56 +00:00
fastpath.c From: Dan McGuirk <mcguirk@indirect.com> 1997-03-12 21:13:19 +00:00
Makefile -Wno-error should only be enabled for gcc compilers, it seems 1997-04-24 13:25:07 +00:00
postgres.c Make functions static where possible, enclose unused functions in #ifdef NOT_USED. 1997-08-19 21:40:56 +00:00
pquery.c Make functions static where possible, enclose unused functions in #ifdef NOT_USED. 1997-08-19 21:40:56 +00:00
utility.c Now that names are null terminated, no need to do all that NAMEDATALEN stuff. 1997-08-18 20:53:48 +00:00
variable.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