Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | clean this one | Marc G. Fournier | 1996-11-05 |
| | |||
* | Missed a file... | Marc G. Fournier | 1996-11-05 |
| | | | | access now compile with -Wall -Werror | ||
* | 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 | 1996-11-05 |
| | | | | makefile fixed for fmgr.h | ||
* | More cleaned out #include files | Marc G. Fournier | 1996-11-05 |
| | | | | Makefile fixed for fmgr.h | ||
* | Another run through. | Marc G. Fournier | 1996-11-05 |
| | | | | | This gets us a clean compile of 'common' and 'gist' with *clean* #include files | ||
* | Re-add -I../.. for fmgr.h | Marc G. Fournier | 1996-11-05 |
| | | | | | | | | Change #include "" to #include <> Remove a few unused #includes Make sure it compiles with -Wall -Werror | ||
* | 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 | 1996-11-05 |
| | | | | Pointed out by Keith Parks | ||
* | 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-05 |
| | |||
* | 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 | 1996-11-04 |
| | | | | | | | | | 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) | ||
* | More cleanups (this one will most likely break under Win32, if anyone is | Marc G. Fournier | 1996-11-04 |
| | | | | working on it) | ||
* | 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 | 1996-11-04 |
| | | | | that it depends on | ||
* | include utils/palloc.h as a default include, as its used more often then | Marc G. Fournier | 1996-11-04 |
| | | | | not | ||
* | 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-04 |
| | |||
* | 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 | 1996-11-03 |
| | | | | Bryan's superuser() function | ||
* | Cleaned up include headers | Marc G. Fournier | 1996-11-03 |
| | |||
* | first pass at cleaning up include files | Marc G. Fournier | 1996-11-03 |
| | |||
* | More include file cleanups | Marc G. Fournier | 1996-11-03 |
| | |||
* | Changes required so that access/* compiles cleanly... | Marc G. Fournier | 1996-11-03 |
| | | | | cleaning up behind myself before *yawn* bed :) |