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-11-03 09:13:20 +03:00
Code
Activity
Files
0c001f080b567128e61dac7f2d6c619c55fc33be
postgres
/
src
/
backend
/
lib
History
Bruce Momjian
1d8bbfd2e7
Make functions static where possible, enclose unused functions in #ifdef NOT_USED.
1997-08-19 21:40:56 +00:00
..
bit.c
Slowly getting faster to make sure it compiles...still needs cleaning
1996-11-06 08:27:16 +00:00
dllist.c
Make functions static where possible, enclose unused functions in #ifdef NOT_USED.
1997-08-19 21:40:56 +00:00
fstack.c
From: "D'Arcy J.M. Cain" <darcy@druid.net>
1997-06-06 22:02:37 +00:00
hasht.c
Remove more (void) and fix -Wall warnings.
1997-08-12 22:55:25 +00:00
lispsort.c
Make functions static where possible, enclose unused functions in #ifdef NOT_USED.
1997-08-19 21:40:56 +00:00
Makefile
Remove CFLAGS_SL from lib/Makefile
1997-01-14 02:35:34 +00:00
qsort.c
Slowly getting faster to make sure it compiles...still needs cleaning
1996-11-06 08:27:16 +00:00
stringinfo.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