summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Collapse)Author
1996-11-06Another directory cleaned upMarc G. Fournier
1996-11-06Some compile failure fixes from Keith Parks <emkxp01@mtcc.demon.co.uk>Marc G. Fournier
1996-11-05Makes it compile...still needs workMarc G. Fournier
1996-11-05Missed a file...Marc G. Fournier
access now compile with -Wall -Werror
1996-11-05There, that cleans *that* outMarc G. Fournier
1996-11-05One more to goMarc G. Fournier
1996-11-05Almost done access...Marc G. Fournier
1996-11-05More cleanupsMarc G. Fournier
1996-11-05More cleanupsMarc G. Fournier
1996-11-05another directory cleaned of extraneous #includesMarc G. Fournier
makefile fixed for fmgr.h
1996-11-05More cleaned out #include filesMarc G. Fournier
Makefile fixed for fmgr.h
1996-11-05Re-add -I../.. for fmgr.hMarc G. Fournier
Change #include "" to #include <> Remove a few unused #includes Make sure it compiles with -Wall -Werror
1996-11-05Clean up a few of the #include filesMarc G. Fournier
1996-11-05Added missing #includes pointed out by Keith ParksMarc G. Fournier
1996-11-04Remove OPENLINK defineBruce Momjian
1996-11-04Remove NULL_PATCH defineBruce Momjian
1996-11-04Remove ARRAY_PATCH defineBruce Momjian
1996-11-04Remove ESCAPE_PATCH defineBruce Momjian
1996-11-04Removed PORTNAME_. Use OS version only.Bruce Momjian
1996-11-03Another first pass at cleaning up the #includesMarc G. Fournier
1996-11-03Cleaned up include headersMarc G. Fournier
1996-11-03first pass at cleaning up include filesMarc G. Fournier
1996-11-03More include file cleanupsMarc G. Fournier
1996-11-03Changes required so that access/* compiles cleanly...Marc G. Fournier
cleaning up behind myself before *yawn* bed :)
1996-11-03More include file cleanupsMarc G. Fournier
1996-11-03That pretty much totally cleans up the includes files here.Marc G. Fournier
1996-11-03Include Makefile.global so fmgrtab.c compiles properly. Thanks Keith Parks.Bryan Henderson
1996-11-03Fix bogus format in two error messages.Bryan Henderson
1996-11-03Finish cleaning up -I linesMarc G. Fournier
1996-11-03Keep the generated .h files in the local directory, like other object files,Bryan Henderson
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.
1996-11-03More include file cleanupsMarc G. Fournier
1996-11-03Quiet a compiler warning (see line 729+, retvalue)Marc G. Fournier
1996-11-03Remove 'unused variable `open_errno''Marc G. Fournier
1996-11-03Produce a clean compile of backend...Marc G. Fournier
1996-11-03Clean up Makefile(s)Marc G. Fournier
Add #include "postgres.h" as required Remove #include "c.h" *and* "utils/elog.h" as applicable
1996-11-03Clean up MakefileMarc G. Fournier
Add #include "postgres.h" as required Remove #include "utils/elog.h"
1996-11-03Clean up Makefile, add #postgres.h as requiredMarc G. Fournier
1996-11-03Clean up Makefile, make sure that postmaster.c compilesMarc G. Fournier
1996-11-02Convenience routine for checking superuser status.Bryan Henderson
1996-11-02Add misc subdirectory.Bryan Henderson
1996-11-02Fix bug in checking permissions on table being COPY'd.Bryan Henderson
1996-11-02Allow only superuser to do backend copy.Bryan Henderson
1996-11-01More intelligent #include cleanups, as pointed out by Bryan...Marc G. Fournier
Compiled with -Wall -Werror
1996-11-01Okay, so I was going backwards on my include cleanup...Marc G. Fournier
Pointed out by Bryan (in a subtle way *grin*)
1996-11-01More chanes for bsdi_2_1 removalBruce Momjian
1996-11-01Removal of bsdi_2_1 port.Bruce Momjian
1996-10-31Fix for gmake clean.Bruce Momjian
1996-10-31Add #include "postgres.h"Marc G. Fournier
1996-10-31Cleanup MakefilesMarc G. Fournier
Add #include "postgres.h" and #include <sys/types.h>
1996-10-31More Makefile cleanupsMarc G. Fournier
Add #include "postgres.h" as required