summaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAgeFilesLines
* More include file cleanupsMarc G. Fournier1996-11-037-59/+16
* More intelligent #include cleanups, as pointed out by Bryan...Marc G. Fournier1996-11-018-103/+36
* Okay, so I was going backwards on my include cleanup...Marc G. Fournier1996-11-011-34/+7
* More of the same...clean Makefile, add include filesMarc G. Fournier1996-10-315-14/+42
* Same clean up of Makefile, and addition of include filesMarc G. Fournier1996-10-314-7/+11
* Cleaned out -I../.. -I../../include from MakefileMarc G. Fournier1996-10-314-7/+12
* Remove -I../.. and -I../../include from MakefileMarc G. Fournier1996-10-319-34/+53
* Add a couple of missing includesMarc G. Fournier1996-10-314-10/+24
* Added misc include filesMarc G. Fournier1996-10-314-4/+8
* Well, normally there wouldn't be anything in -I../.., and in a minute, thereMarc G. Fournier1996-10-311-2/+1
* There is no -I../.. include files...Marc G. Fournier1996-10-311-3/+2
* Fixes:Marc G. Fournier1996-10-303-4/+37
* Simplify make files, add full dependencies.Bryan Henderson1996-10-2718-157/+350
* Make sure the btree patch gets into 2.0 as well...Marc G. Fournier1996-10-251-9/+50
* Take out the PERFECT_MMGR #ifdefs:Marc G. Fournier1996-10-242-6/+2
* Major code cleanups from D'arcy (-Wall -Werror)Marc G. Fournier1996-10-2318-60/+121
* Cosmetic changes to ordering of #include filesMarc G. Fournier1996-10-217-146/+133
* -Wall'd ... I missed a subdir under access :(Marc G. Fournier1996-10-213-3/+33
* Make line 159:bp = NULL, to quiet compilerMarc G. Fournier1996-10-211-2/+2
* -Wall'dMarc G. Fournier1996-10-215-36/+159
* -Wall'dMarc G. Fournier1996-10-213-4/+49
* -Wall'dMarc G. Fournier1996-10-218-8/+83
* -Wall Cleanup of gist subdirectoryMarc G. Fournier1996-10-212-6/+32
* -Wall cleanup of gist subdirectory:Marc G. Fournier1996-10-212-19/+42
* Other then:Marc G. Fournier1996-10-207-7/+75
* #include file cleanupMarc G. Fournier1996-10-209-80/+258
* More #include cleanupsMarc G. Fournier1996-10-208-92/+223
* First pass at fixing my own mistakesMarc G. Fournier1996-10-2022-19/+583
* Another directory cleaned outMarc G. Fournier1996-10-203-52/+16
* Okay...another directory cleaned out and compilableMarc G. Fournier1996-10-209-95/+21
* Welp, another subdirectory cleaned out of redundant/unused #includeMarc G. Fournier1996-10-194-44/+20
* There...that pretty much cleans up redundant/unused #includes inMarc G. Fournier1996-10-197-109/+14
* Another cleaned upMarc G. Fournier1996-10-191-8/+16
* One at a time...another one is complete...Marc G. Fournier1996-10-191-11/+13
* another one with #include file clean'd upMarc G. Fournier1996-10-191-10/+26
* All #include's removed from *.h files, so cleaning up the .c #includes...Marc G. Fournier1996-10-181-15/+23
* Move #define PageIsNew (true if page is not initialize) to bufpage.hVadim B. Mikheev1996-10-181-8/+1
* Moved '#define *DEBUG' defines to config.h, and document where firstMarc G. Fournier1996-10-182-7/+2
* Moved '#define *DEBUG' defines to config.h, and document where firstMarc G. Fournier1996-10-182-1160/+0
* #define cleanup: moved #define IPORTAL_DEBUG to config.hMarc G. Fournier1996-10-181-3/+1
* A few changes to cleanup the code.Marc G. Fournier1996-09-191-57/+36
* Remove all traces of machine.h and redundant calls to c.h whereMarc G. Fournier1996-08-275-11/+4
* The use of include files is a mess...alot of redundancy, it seems...Marc G. Fournier1996-08-2728-2418/+0
* added #include "config.h" for ESCAPE_PATCH defineMarc G. Fournier1996-08-271-5/+3
* Damn, we really need to clean up this "include file" dilemna...Marc G. Fournier1996-08-263-0/+182
* Oops, thanks to Dan McGuirk for pointing out that I missed part ofMarc G. Fournier1996-08-266-0/+3366
* There, now we support GiST...now what? :)Marc G. Fournier1996-08-268-19/+42
* The patch does several things:Marc G. Fournier1996-08-243-11/+73
* Here's a patch for Versions 1 and 2 that fixes the following bug:Marc G. Fournier1996-08-211-2/+14
* Fixes;Marc G. Fournier1996-08-151-5/+4