summaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistget.c
Commit message (Expand)AuthorAgeFilesLines
* Update GiST for new pg_opclass arrangement (finally a clean solutionTom Lane2001-08-221-3/+3
* 1. null-safe interface to GiSTBruce Momjian2001-08-101-2/+2
* Updates to make GIST work with multi-key indexes (from Oleg BartunovTom Lane2001-05-311-11/+16
* Tweak StrategyEvaluation data structure to eliminate hardwired limit onTom Lane2001-05-301-3/+3
* we found a problem in GiST with massive insert/update operationsBruce Momjian2001-05-151-5/+8
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-2/+2
* Another batch of fmgr updates. I think I have gotten all old-styleTom Lane2000-06-131-4/+6
* Third round of fmgr updates: eliminate calls using fmgr() andTom Lane2000-05-301-9/+10
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-5/+0
* Final cleanup.Bruce Momjian1999-07-161-0/+1
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-151-3/+3
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-6/+0
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-1/+1
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-4/+2
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-14/+14
* Remove un-needed braces around single statements.Bruce Momjian1998-06-151-28/+0
* Thank god for searchable mail archives.PostgreSQL Daemon1998-01-151-2/+2
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-2/+2
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-39/+39
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-301/+343
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-191-1/+4
* From: Dan McGuirk <mcguirk@indirect.com>Marc G. Fournier1997-03-121-4/+4
* Fix memory overhelding while forming index' result:Vadim B. Mikheev1996-11-211-14/+8
* More cleaned out #include filesMarc G. Fournier1996-11-051-13/+9
* More include file cleanupsMarc G. Fournier1996-11-031-33/+1
* Add a couple of missing includesMarc G. Fournier1996-10-311-2/+5
* -Wall cleanup of gist subdirectory:Marc G. Fournier1996-10-211-1/+14
* First pass at fixing my own mistakesMarc G. Fournier1996-10-201-0/+26
* Welp, another subdirectory cleaned out of redundant/unused #includeMarc G. Fournier1996-10-191-12/+6
* Oops, thanks to Dan McGuirk for pointing out that I missed part ofMarc G. Fournier1996-08-261-0/+374