summaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistproc.c
Commit message (Expand)AuthorAgeFilesLines
* KNNGIST, otherwise known as order-by-operator support for GIST.Tom Lane2010-12-031-2/+95
* Cleanup various comparisons with the constant "true".Robert Haas2010-11-141-6/+6
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* pgindent run for 9.0Bruce Momjian2010-02-261-32/+32
* Add point_ops opclass for GiST.Teodor Sigaev2010-01-141-3/+171
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Fix incorrect arguments for gist_box_penalty call. The bug could be observedTeodor Sigaev2009-09-181-3/+3
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-7/+10
* Fix 'all at one page bug' in picksplit method of R-tree emulation. Add defenseTeodor Sigaev2009-04-061-41/+80
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Push index operator lossiness determination down to GIST/GIN opclassTom Lane2008-04-141-3/+18
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* pgindent run for 8.3.Bruce Momjian2007-11-151-12/+14
* Improve page split in rtree emulation. Now if splitted result hasTeodor Sigaev2007-09-071-45/+34
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* pgindent run for 8.2.Bruce Momjian2006-10-041-52/+65
* Rename contains/contained-by operators to @> and <@, per discussion thatTom Lane2006-09-101-1/+5
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-2/+1
* ChangesTeodor Sigaev2006-06-281-38/+101
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* R-tree is dead ... long live GiST.Tom Lane2005-11-071-4/+43
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-2/+2
* pgindent new GIST index code, per request from Tom.Bruce Momjian2005-09-221-36/+36
* Migrate rtree_gist functionality into the core system, and add someTom Lane2005-07-011-0/+708