summaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAgeFilesLines
* Use new utils/version.c instead of backend/utils/init/magic.c.Bryan Henderson1996-11-124-308/+331
* Fixed double pfree on opaque.Bruce Momjian1996-11-111-3/+1
* Various cleanups from D'ArcyMarc G. Fournier1996-11-111-3/+1
* Add an abort() call to ExceptionalCondition so that is Assert isMarc G. Fournier1996-11-111-2/+5
* change include c.h to postgres.hMarc G. Fournier1996-11-111-2/+2
* Warning removal cleanupBruce Momjian1996-11-114-6/+11
* Change gmake to $(MAKE) so backend compiles on system with no "gmake".Bryan Henderson1996-11-101-2/+2
* prototype cleanupBruce Momjian1996-11-101-2/+1
* Recognize dependencies more reliably.Bryan Henderson1996-11-104-24/+40
* All external function definitions now have prototypes that are checked.Bruce Momjian1996-11-1061-187/+179
* Quiet compiler warnings.Bryan Henderson1996-11-105-41/+45
* Add #include <unistd.h> to quiet compiler warning about missing getopt() decl...Bryan Henderson1996-11-101-1/+2
* Remove #include <regex.h> so it compiles on systems with GNU regex library.Bryan Henderson1996-11-101-8/+1
* Make it find inet_aton.h so backend compiles on Solaris.Bryan Henderson1996-11-101-2/+3
* Makefile cleanup after reorganizationBruce Momjian1996-11-0942-84/+73
* More compile cleanupsBruce Momjian1996-11-089-26/+30
* Fix perbyte_cpu thingBryan Henderson1996-11-081-5/+6
* Compile and warning cleanupBruce Momjian1996-11-0870-190/+284
* Another patch to quiet the compiler from D'ArcyMarc G. Fournier1996-11-081-4/+4
* Add some missing includesMarc G. Fournier1996-11-081-3/+4
* D'Arcy's recent cleanupsMarc G. Fournier1996-11-0810-24/+39
* Another directory that compiles with no errors, and few warningsMarc G. Fournier1996-11-0624-57/+109
* Make sure that #include <postgres.h> is included in fmgrtab.cMarc G. Fournier1996-11-061-3/+4
* More files cleaned outMarc G. Fournier1996-11-067-14/+22
* Just a couple of small modsMarc G. Fournier1996-11-062-4/+7
* I'm getting there, slowly :)Marc G. Fournier1996-11-0612-102/+104
* Slowly getting faster to make sure it compiles...still needs cleaningMarc G. Fournier1996-11-067-34/+37
* Clean it up so that it compilesMarc G. Fournier1996-11-0615-350/+241
* Another directory cleaned upMarc G. Fournier1996-11-067-167/+383
* Some compile failure fixes from Keith Parks <emkxp01@mtcc.demon.co.uk>Marc G. Fournier1996-11-0659-410/+210
* Makes it compile...still needs workMarc G. Fournier1996-11-055-5/+27
* Missed a file...Marc G. Fournier1996-11-051-1/+3
* There, that cleans *that* outMarc G. Fournier1996-11-055-89/+37
* One more to goMarc G. Fournier1996-11-056-72/+62
* Almost done access...Marc G. Fournier1996-11-0510-135/+70
* 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
* More cleaned out #include filesMarc G. Fournier1996-11-055-52/+39
* Re-add -I../.. for fmgr.hMarc G. Fournier1996-11-058-52/+52
* 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
* Remove OPENLINK defineBruce Momjian1996-11-044-36/+6
* Remove NULL_PATCH defineBruce Momjian1996-11-044-16/+4
* Remove ARRAY_PATCH defineBruce Momjian1996-11-042-20/+2
* Remove ESCAPE_PATCH defineBruce Momjian1996-11-042-8/+2
* Removed PORTNAME_. Use OS version only.Bruce Momjian1996-11-041-6/+6
* Another first pass at cleaning up the #includesMarc G. Fournier1996-11-0316-185/+30
* Cleaned up include headersMarc G. Fournier1996-11-031-5/+1
* first pass at cleaning up include filesMarc G. Fournier1996-11-039-70/+31