Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-11-05 | Makes it compile...still needs work | Marc G. Fournier | |
1996-11-05 | another one quickly done up | Marc G. Fournier | |
1996-11-05 | clean this one | Marc G. Fournier | |
1996-11-05 | Missed a file... | Marc G. Fournier | |
access now compile with -Wall -Werror | |||
1996-11-05 | There, that cleans *that* out | Marc G. Fournier | |
1996-11-05 | One more to go | Marc G. Fournier | |
1996-11-05 | these ones have their dependencies cleaned up | Marc G. Fournier | |
1996-11-05 | Almost done access... | Marc G. Fournier | |
1996-11-05 | More cleanups | Marc G. Fournier | |
1996-11-05 | More cleanups | Marc G. Fournier | |
1996-11-05 | another directory cleaned of extraneous #includes | Marc G. Fournier | |
makefile fixed for fmgr.h | |||
1996-11-05 | More cleaned out #include files | Marc G. Fournier | |
Makefile fixed for fmgr.h | |||
1996-11-05 | Another run through. | Marc G. Fournier | |
This gets us a clean compile of 'common' and 'gist' with *clean* #include files | |||
1996-11-05 | Re-add -I../.. for fmgr.h | Marc G. Fournier | |
Change #include "" to #include <> Remove a few unused #includes Make sure it compiles with -Wall -Werror | |||
1996-11-05 | And double check changes | Marc G. Fournier | |
1996-11-05 | Make sure all changes commited | Marc G. Fournier | |
1996-11-05 | Another | Marc G. Fournier | |
1996-11-05 | And another one | Marc G. Fournier | |
1996-11-05 | Another one bits the dust... | Marc G. Fournier | |
1996-11-05 | And another... | Marc G. Fournier | |
1996-11-05 | And another.. | Marc G. Fournier | |
1996-11-05 | Another one cleaned out | Marc G. Fournier | |
1996-11-05 | Another directory totally cleaned out | Marc G. Fournier | |
1996-11-05 | Fix c.h for sparc_solaris | Marc G. Fournier | |
Pointed out by Keith Parks | |||
1996-11-05 | Clean up a few of the #include files | Marc G. Fournier | |
1996-11-05 | Added missing #includes pointed out by Keith Parks | Marc G. Fournier | |
1996-11-04 | Make sure all the cleaned includes are commited | Marc G. Fournier | |
1996-11-04 | Make sure all the cleaned up includes are commited | Marc G. Fournier | |
1996-11-04 | Another one completely cleaned up | Marc G. Fournier | |
1996-11-04 | finally, this directory is (should be!) totally clean | Marc G. Fournier | |
1996-11-04 | Add frontend \copy command. | Bryan Henderson | |
1996-11-04 | another 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-04 | More cleanups (this one will most likely break under Win32, if anyone is | Marc G. Fournier | |
working on it) | |||
1996-11-04 | Next, based on utils/catcache.h | Marc G. Fournier | |
1996-11-04 | Another series started from utils/builtins.h | Marc G. Fournier | |
1996-11-04 | -Wall based cleanup of include files, based from acl.h, and everything | Marc G. Fournier | |
that it depends on | |||
1996-11-04 | include utils/palloc.h as a default include, as its used more often then | Marc G. Fournier | |
not | |||
1996-11-04 | Add ability to deal with the fmgr.h dependency. | Bryan Henderson | |
1996-11-04 | Rename CDEBUG to COPT | Bruce Momjian | |
1996-11-04 | Remove AMERICAN STYLE. Not used. | Bruce Momjian | |
1996-11-04 | Remove optimization-specific stuff from OS sections. Use CDEBUG. | Bruce Momjian | |
1996-11-04 | Remove OPENLINK define | Bruce Momjian | |
1996-11-04 | Remove NULL_PATCH define | Bruce Momjian | |
1996-11-04 | Remove ARRAY_PATCH define | Bruce Momjian | |
1996-11-04 | Remove ESCAPE_PATCH define | Bruce Momjian | |
1996-11-04 | Removed PORTNAME_. Use OS version only. | Bruce Momjian | |
1996-11-03 | Another first pass at cleaning up the #includes | Marc G. Fournier | |
1996-11-03 | Not sure if this is the right place, but add a prototype for | Marc G. Fournier | |
Bryan's superuser() function | |||
1996-11-03 | Cleaned up include headers | Marc G. Fournier | |
1996-11-03 | first pass at cleaning up include files | Marc G. Fournier | |