summaryrefslogtreecommitdiff
path: root/src/backend/access/gist
Commit message (Expand)AuthorAgeFilesLines
* Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian1998-01-072-6/+6
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-052-6/+6
* Major cleanout of PORTNAME variables from Makefiles...bound to screw upMarc G. Fournier1997-12-201-5/+1
* Clean up the MakefilesMarc G. Fournier1997-12-171-5/+7
* Remove tqual.h includes not needed.Bruce Momjian1997-11-241-0/+1
* Remove all time travel stuff. Small parser cleanup.Bruce Momjian1997-11-201-1/+1
* Inline memset() as MemSet().Bruce Momjian1997-09-181-2/+2
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-083-57/+57
* 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-083-260/+264
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-074-1735/+1919
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-193-6/+14
* 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-222-1/+8
* From: Dan McGuirk <mcguirk@indirect.com>Marc G. Fournier1997-03-121-4/+4
* index_insert has now HeapRelation as last param (forVadim B. Mikheev1997-01-101-1/+1
* Fix memory overhelding while forming index' result:Vadim B. Mikheev1996-11-211-14/+8
* Unallocate opaque.Bruce Momjian1996-11-151-0/+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-102-24/+2
* More cleaned out #include filesMarc G. Fournier1996-11-055-52/+39
* 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
* First pass at fixing my own mistakesMarc G. Fournier1996-10-204-0/+119
* Welp, another subdirectory cleaned out of redundant/unused #includeMarc G. Fournier1996-10-194-44/+20
* Moved '#define *DEBUG' defines to config.h, and document where firstMarc G. Fournier1996-10-182-1160/+0
* Remove all traces of machine.h and redundant calls to c.h whereMarc G. Fournier1996-08-271-1/+0
* Oops, thanks to Dan McGuirk for pointing out that I missed part ofMarc G. Fournier1996-08-266-0/+3366