aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* Some compile failure fixes from Keith Parks <emkxp01@mtcc.demon.co.uk>Marc G. Fournier1996-11-06
|
* Makes it compile...still needs workMarc G. Fournier1996-11-05
|
* another one quickly done upMarc G. Fournier1996-11-05
|
* clean this oneMarc G. Fournier1996-11-05
|
* Missed a file...Marc G. Fournier1996-11-05
| | | | access now compile with -Wall -Werror
* There, that cleans *that* outMarc G. Fournier1996-11-05
|
* One more to goMarc G. Fournier1996-11-05
|
* these ones have their dependencies cleaned upMarc G. Fournier1996-11-05
|
* Almost done access...Marc G. Fournier1996-11-05
|
* More cleanupsMarc G. Fournier1996-11-05
|
* More cleanupsMarc G. Fournier1996-11-05
|
* another directory cleaned of extraneous #includesMarc G. Fournier1996-11-05
| | | | makefile fixed for fmgr.h
* More cleaned out #include filesMarc G. Fournier1996-11-05
| | | | Makefile fixed for fmgr.h
* Another run through.Marc G. Fournier1996-11-05
| | | | | This gets us a clean compile of 'common' and 'gist' with *clean* #include files
* Re-add -I../.. for fmgr.hMarc G. Fournier1996-11-05
| | | | | | | | Change #include "" to #include <> Remove a few unused #includes Make sure it compiles with -Wall -Werror
* And double check changesMarc G. Fournier1996-11-05
|
* Make sure all changes commitedMarc G. Fournier1996-11-05
|
* AnotherMarc G. Fournier1996-11-05
|
* And another oneMarc G. Fournier1996-11-05
|
* Another one bits the dust...Marc G. Fournier1996-11-05
|
* And another...Marc G. Fournier1996-11-05
|
* And another..Marc G. Fournier1996-11-05
|
* Another one cleaned outMarc G. Fournier1996-11-05
|
* Another directory totally cleaned outMarc G. Fournier1996-11-05
|
* Fix c.h for sparc_solarisMarc G. Fournier1996-11-05
| | | | Pointed out by Keith Parks
* Clean up a few of the #include filesMarc G. Fournier1996-11-05
|
* Added missing #includes pointed out by Keith ParksMarc G. Fournier1996-11-05
|
* Make sure all the cleaned includes are commitedMarc G. Fournier1996-11-04
|
* Make sure all the cleaned up includes are commitedMarc G. Fournier1996-11-04
|
* Another one completely cleaned upMarc G. Fournier1996-11-04
|
* finally, this directory is (should be!) totally cleanMarc G. Fournier1996-11-04
|
* Add frontend \copy command.Bryan Henderson1996-11-04
|
* another pass through.Marc G. Fournier1996-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 isMarc G. Fournier1996-11-04
| | | | working on it)
* Next, based on utils/catcache.hMarc G. Fournier1996-11-04
|
* Another series started from utils/builtins.hMarc G. Fournier1996-11-04
|
* -Wall based cleanup of include files, based from acl.h, and everythingMarc G. Fournier1996-11-04
| | | | that it depends on
* include utils/palloc.h as a default include, as its used more often thenMarc G. Fournier1996-11-04
| | | | not
* Add ability to deal with the fmgr.h dependency.Bryan Henderson1996-11-04
|
* Rename CDEBUG to COPTBruce Momjian1996-11-04
|
* Remove AMERICAN STYLE. Not used.Bruce Momjian1996-11-04
|
* Remove optimization-specific stuff from OS sections. Use CDEBUG.Bruce Momjian1996-11-04
|
* Remove OPENLINK defineBruce Momjian1996-11-04
|
* Remove NULL_PATCH defineBruce Momjian1996-11-04
|
* Remove ARRAY_PATCH defineBruce Momjian1996-11-04
|
* Remove ESCAPE_PATCH defineBruce Momjian1996-11-04
|
* Removed PORTNAME_. Use OS version only.Bruce Momjian1996-11-04
|
* Another first pass at cleaning up the #includesMarc G. Fournier1996-11-03
|
* Not sure if this is the right place, but add a prototype forMarc G. Fournier1996-11-03
| | | | Bryan's superuser() function
* Cleaned up include headersMarc G. Fournier1996-11-03
|