summaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gist.c
Commit message (Expand)AuthorAgeFilesLines
...
* Add typdefs to pgindent run.Bruce Momjian1997-09-081-3/+3
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-167/+167
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-1081/+1186
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-191-4/+8
* Remove more (void) and fix -Wall warnings.Bruce Momjian1997-08-121-10/+10
* 1. Pass GISTENTRYs to giststate->penaltyFn by pointers, not by vals.Vadim B. Mikheev1997-05-221-1/+1
* index_insert has now HeapRelation as last param (forVadim B. Mikheev1997-01-101-1/+1
* Commit of a *MAJOR* patch from Dan McGuirk <djm@indirect.com>Marc G. Fournier1996-11-131-1/+1
* All external function definitions now have prototypes that are checked.Bruce Momjian1996-11-101-24/+1
* More cleaned out #include filesMarc G. Fournier1996-11-051-15/+16
* More include file cleanupsMarc G. Fournier1996-11-031-77/+9
* Add a couple of missing includesMarc G. Fournier1996-10-311-6/+11
* Major code cleanups from D'arcy (-Wall -Werror)Marc G. Fournier1996-10-231-0/+8
* -Wall cleanup of gist subdirectory:Marc G. Fournier1996-10-211-18/+28
* First pass at fixing my own mistakesMarc G. Fournier1996-10-201-0/+45
* Welp, another subdirectory cleaned out of redundant/unused #includeMarc G. Fournier1996-10-191-17/+8
* Moved '#define *DEBUG' defines to config.h, and document where firstMarc G. Fournier1996-10-181-1/+0
* Oops, thanks to Dan McGuirk for pointing out that I missed part ofMarc G. Fournier1996-08-261-0/+1316