summaryrefslogtreecommitdiff
path: root/src/backend/access/gist
Commit message (Collapse)AuthorAgeFilesLines
* All external function definitions now have prototypes that are checked.Bruce Momjian1996-11-102-24/+2
|
* More cleaned out #include filesMarc G. Fournier1996-11-055-52/+39
| | | | Makefile fixed for fmgr.h
* More include file cleanupsMarc G. Fournier1996-11-031-1/+0
|
* More include file cleanupsMarc G. Fournier1996-11-034-171/+10
|
* Finish cleaning up -I linesMarc G. Fournier1996-11-031-4/+2
|
* Add a couple of missing includesMarc G. Fournier1996-10-314-10/+24
|
* Simplify make files, add full dependencies.Bryan Henderson1996-10-272-16/+37
|
* Major code cleanups from D'arcy (-Wall -Werror)Marc G. Fournier1996-10-232-1/+9
|
* -Wall Cleanup of gist subdirectoryMarc G. Fournier1996-10-212-6/+32
|
* -Wall cleanup of gist subdirectory:Marc G. Fournier1996-10-212-19/+42
| | | | | | | | | | | - cleaned out unused variables - added missing prototype headers One outstanding -Werror failure: /home/staff/scrappy/postgres/2.0/cvs/postgres95/src/backend/access/gist/giststra t.c:117: warning: missing braces around initializer for `GISTEvaluationData.expr ession'
* First pass at fixing my own mistakesMarc G. Fournier1996-10-204-0/+119
| | | | | | Mainly...fix up the includes I removed, as well as prototypes Pointed out by D'Arcy
* Welp, another subdirectory cleaned out of redundant/unused #includeMarc G. Fournier1996-10-194-44/+20
| | | | files
* Moved '#define *DEBUG' defines to config.h, and document where firstMarc G. Fournier1996-10-182-1160/+0
| | | | | | | | found. Document any '#ifdef' segments found in config.h Remove gistold.c, since it was older copy of gist.c
* Remove all traces of machine.h and redundant calls to c.h whereMarc G. Fournier1996-08-271-1/+0
| | | | postgres.h already pulled in (postgres.h includes c.h)
* Oops, thanks to Dan McGuirk for pointing out that I missed part ofMarc G. Fournier1996-08-266-0/+3366
the commit :( Here's the rest of the GiST code thta was missing...