This website requires JavaScript.
Explore
Help
Sign In
database
/
postgres
Watch
1
Star
0
Fork
0
You've already forked postgres
mirror of
https://github.com/postgres/postgres.git
synced
2025-12-04 12:02:48 +03:00
Code
Activity
Files
75c6c2b6082604dcc8732dd99eeb286ea37173bd
postgres
/
src
/
backend
/
tcop
History
Bruce Momjian
1d8bbfd2e7
Make functions static where possible, enclose unused functions in #ifdef NOT_USED.
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