- 04 Nov, 1996 16 commits
-
-
Bryan Henderson authored
-
Marc G. Fournier authored
Note. all include files that have been hit so far have had extraneous include files cleaned out and are reduced to...the lowest common "include file", based on 'cc -Wall -I. test.c', where test.c is: #include "postgres.h" #include "<top of branches>" (ie. top of branches this time was utils/fcache2.h)
-
Marc G. Fournier authored
working on it)
-
Marc G. Fournier authored
-
Marc G. Fournier authored
-
Marc G. Fournier authored
that it depends on
-
Marc G. Fournier authored
not
-
Bryan Henderson authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 03 Nov, 1996 24 commits
-
-
Marc G. Fournier authored
-
Marc G. Fournier authored
Bryan's superuser() function
-
Marc G. Fournier authored
-
Marc G. Fournier authored
-
Marc G. Fournier authored
-
Marc G. Fournier authored
cleaning up behind myself before *yawn* bed :)
-
Marc G. Fournier authored
-
Marc G. Fournier authored
-
Marc G. Fournier authored
-
Bryan Henderson authored
-
Bryan Henderson authored
-
Marc G. Fournier authored
-
Bryan Henderson authored
rather than in src/include with normal header files. Necessary to make dependancies work out so they don't keep getting rebuilt for no reason.
-
Bryan Henderson authored
-
Marc G. Fournier authored
-
Marc G. Fournier authored
cc -shared, I believe...
-
Marc G. Fournier authored
-
Marc G. Fournier authored
-
Marc G. Fournier authored
-
Marc G. Fournier authored
Add CFLAGS+= -Wall -Werror (should only affect developers, not users)
-
Marc G. Fournier authored
Add #include "postgres.h" as required Remove #include "c.h" *and* "utils/elog.h" as applicable
-
Marc G. Fournier authored
Add #include "postgres.h" as required Remove #include "utils/elog.h"
-
Marc G. Fournier authored
-
Marc G. Fournier authored
-