summaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistscan.c
Commit message (Collapse)AuthorAgeFilesLines
* All external function definitions now have prototypes that are checked.Bruce Momjian1996-11-101-0/+1
|
* More cleaned out #include filesMarc G. Fournier1996-11-051-19/+8
| | | | Makefile fixed for fmgr.h
* More include file cleanupsMarc G. Fournier1996-11-031-38/+0
|
* Add a couple of missing includesMarc G. Fournier1996-10-311-2/+6
|
* -Wall Cleanup of gist subdirectoryMarc G. Fournier1996-10-211-6/+30
|
* First pass at fixing my own mistakesMarc G. Fournier1996-10-201-0/+29
| | | | | | 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-191-9/+3
| | | | files
* 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-261-0/+382
the commit :( Here's the rest of the GiST code thta was missing...