summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* More cleanupsMarc G. Fournier1996-11-054-52/+28
|
* More cleanupsMarc G. Fournier1996-11-053-53/+27
|
* another directory cleaned of extraneous #includesMarc G. Fournier1996-11-059-83/+51
| | | | makefile fixed for fmgr.h
* More cleaned out #include filesMarc G. Fournier1996-11-055-52/+39
| | | | Makefile fixed for fmgr.h
* Another run through.Marc G. Fournier1996-11-0510-44/+34
| | | | | This gets us a clean compile of 'common' and 'gist' with *clean* #include files
* Re-add -I../.. for fmgr.hMarc G. Fournier1996-11-058-52/+52
| | | | | | | | Change #include "" to #include <> Remove a few unused #includes Make sure it compiles with -Wall -Werror
* And double check changesMarc G. Fournier1996-11-051-6/+1
|
* Make sure all changes commitedMarc G. Fournier1996-11-051-5/+2
|
* AnotherMarc G. Fournier1996-11-051-2/+2
|
* And another oneMarc G. Fournier1996-11-051-4/+2
|
* Another one bits the dust...Marc G. Fournier1996-11-051-3/+3
|
* And another...Marc G. Fournier1996-11-051-4/+4
|
* And another..Marc G. Fournier1996-11-051-2/+2
|
* Another one cleaned outMarc G. Fournier1996-11-051-3/+3
|
* Another directory totally cleaned outMarc G. Fournier1996-11-0516-66/+51
|
* Fix c.h for sparc_solarisMarc G. Fournier1996-11-051-2/+2
| | | | Pointed out by Keith Parks
* Clean up a few of the #include filesMarc G. Fournier1996-11-053-6/+3
|
* Added missing #includes pointed out by Keith ParksMarc G. Fournier1996-11-051-2/+4
|
* Make sure all the cleaned includes are commitedMarc G. Fournier1996-11-044-12/+13
|
* Make sure all the cleaned up includes are commitedMarc G. Fournier1996-11-042-7/+8
|
* Another one completely cleaned upMarc G. Fournier1996-11-044-10/+10
|
* finally, this directory is (should be!) totally cleanMarc G. Fournier1996-11-0414-46/+40
|
* Add frontend \copy command.Bryan Henderson1996-11-041-771/+973
|
* another pass through.Marc G. Fournier1996-11-046-21/+24
| | | | | | | | | 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-041-4/+3
| | | | working on it)
* Next, based on utils/catcache.hMarc G. Fournier1996-11-042-12/+9
|
* Another series started from utils/builtins.hMarc G. Fournier1996-11-048-34/+25
|
* -Wall based cleanup of include files, based from acl.h, and everythingMarc G. Fournier1996-11-0410-27/+24
| | | | that it depends on
* include utils/palloc.h as a default include, as its used more often thenMarc G. Fournier1996-11-041-1/+2
| | | | not
* Add ability to deal with the fmgr.h dependency.Bryan Henderson1996-11-041-7/+13
|
* Rename CDEBUG to COPTBruce Momjian1996-11-044-20/+20
|
* Remove AMERICAN STYLE. Not used.Bruce Momjian1996-11-041-2/+0
|
* Remove optimization-specific stuff from OS sections. Use CDEBUG.Bruce Momjian1996-11-041-5/+2
|
* Remove OPENLINK defineBruce Momjian1996-11-045-37/+6
|
* Remove NULL_PATCH defineBruce Momjian1996-11-045-17/+4
|
* Remove ARRAY_PATCH defineBruce Momjian1996-11-043-21/+2
|
* Remove ESCAPE_PATCH defineBruce Momjian1996-11-043-9/+2
|
* Removed PORTNAME_. Use OS version only.Bruce Momjian1996-11-0417-80/+78
|
* Another first pass at cleaning up the #includesMarc G. Fournier1996-11-0316-185/+30
|
* Not sure if this is the right place, but add a prototype forMarc G. Fournier1996-11-031-7/+5
| | | | Bryan's superuser() function
* Cleaned up include headersMarc G. Fournier1996-11-031-5/+1
|
* first pass at cleaning up include filesMarc G. Fournier1996-11-039-70/+31
|
* More include file cleanupsMarc G. Fournier1996-11-0321-372/+32
|
* Changes required so that access/* compiles cleanly...Marc G. Fournier1996-11-0319-551/+80
| | | | cleaning up behind myself before *yawn* bed :)
* More cleans of the inter-dependencies in the #include filesMarc G. Fournier1996-11-0317-110/+47
|
* More include file cleanupsMarc G. Fournier1996-11-034-171/+10
|
* That pretty much totally cleans up the includes files here.Marc G. Fournier1996-11-034-25/+16
|
* Include Makefile.global so fmgrtab.c compiles properly. Thanks Keith Parks.Bryan Henderson1996-11-031-1/+4
|
* Fix bogus format in two error messages.Bryan Henderson1996-11-031-3/+3
|
* Finish cleaning up -I linesMarc G. Fournier1996-11-034-14/+8
|