summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
1996-11-05Makes it compile...still needs workMarc G. Fournier
1996-11-05another one quickly done upMarc G. Fournier
1996-11-05clean this oneMarc 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-05these ones have their dependencies cleaned upMarc 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-05Another run through.Marc G. Fournier
This gets us a clean compile of 'common' and 'gist' with *clean* #include files
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-05And double check changesMarc G. Fournier
1996-11-05Make sure all changes commitedMarc G. Fournier
1996-11-05AnotherMarc G. Fournier
1996-11-05And another oneMarc G. Fournier
1996-11-05Another one bits the dust...Marc G. Fournier
1996-11-05And another...Marc G. Fournier
1996-11-05And another..Marc G. Fournier
1996-11-05Another one cleaned outMarc G. Fournier
1996-11-05Another directory totally cleaned outMarc G. Fournier
1996-11-05Fix c.h for sparc_solarisMarc G. Fournier
Pointed out by Keith Parks
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-04Make sure all the cleaned includes are commitedMarc G. Fournier
1996-11-04Make sure all the cleaned up includes are commitedMarc G. Fournier
1996-11-04Another one completely cleaned upMarc G. Fournier
1996-11-04finally, this directory is (should be!) totally cleanMarc G. Fournier
1996-11-04Add frontend \copy command.Bryan Henderson
1996-11-04another pass through.Marc G. Fournier
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)
1996-11-04More cleanups (this one will most likely break under Win32, if anyone isMarc G. Fournier
working on it)
1996-11-04Next, based on utils/catcache.hMarc G. Fournier
1996-11-04Another series started from utils/builtins.hMarc G. Fournier
1996-11-04-Wall based cleanup of include files, based from acl.h, and everythingMarc G. Fournier
that it depends on
1996-11-04include utils/palloc.h as a default include, as its used more often thenMarc G. Fournier
not
1996-11-04Add ability to deal with the fmgr.h dependency.Bryan Henderson
1996-11-04Rename CDEBUG to COPTBruce Momjian
1996-11-04Remove AMERICAN STYLE. Not used.Bruce Momjian
1996-11-04Remove optimization-specific stuff from OS sections. Use CDEBUG.Bruce Momjian
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-03Not sure if this is the right place, but add a prototype forMarc G. Fournier
Bryan's superuser() function
1996-11-03Cleaned up include headersMarc G. Fournier
1996-11-03first pass at cleaning up include filesMarc G. Fournier