aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistproc.c
Commit message (Expand)AuthorAge
* Fix misc typos.Heikki Linnakangas2015-09-05
* Move strategy numbers to include/access/stratnum.hAlvaro Herrera2015-05-15
* Allow GiST distance function to return merely a lower-bound.Heikki Linnakangas2015-05-15
* Add support for index-only scans in GiST.Heikki Linnakangas2015-03-26
* Remove dead NULL-pointer checks in GiST code.Heikki Linnakangas2015-01-28
* Update copyright for 2015Bruce Momjian2015-01-06
* Fix bogus handling of bad strategy number in GIST consistent() functions.Tom Lane2014-04-14
* Update copyright for 2014Bruce Momjian2014-01-07
* Remove vestigial secondary-split support in gist_box_picksplit().Tom Lane2013-02-10
* Fix gist_box_same and gist_point_consistent to handle fuzziness correctly.Tom Lane2013-02-08
* Update copyrights for 2013Bruce Momjian2013-01-01
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Fix obsolescent C declaration syntaxPeter Eisentraut2012-05-12
* Add const qualifiers where they are accidentally cast awayPeter Eisentraut2012-02-28
* Assorted comment fixes, mostly just typos, but some obsolete statements.Tom Lane2012-01-29
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Clean up a couple of box gist helper functions.Heikki Linnakangas2011-10-09
* Replace the "New Linear" GiST split algorithm for boxes and points with aHeikki Linnakangas2011-10-06
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* KNNGIST, otherwise known as order-by-operator support for GIST.Tom Lane2010-12-03
* Cleanup various comparisons with the constant "true".Robert Haas2010-11-14
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* pgindent run for 9.0Bruce Momjian2010-02-26
* Add point_ops opclass for GiST.Teodor Sigaev2010-01-14
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Fix incorrect arguments for gist_box_penalty call. The bug could be observedTeodor Sigaev2009-09-18
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Fix 'all at one page bug' in picksplit method of R-tree emulation. Add defenseTeodor Sigaev2009-04-06
* Update copyright for 2009.Bruce Momjian2009-01-01
* Push index operator lossiness determination down to GIST/GIN opclassTom Lane2008-04-14
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Improve page split in rtree emulation. Now if splitted result hasTeodor Sigaev2007-09-07
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Rename contains/contained-by operators to @> and <@, per discussion thatTom Lane2006-09-10
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* ChangesTeodor Sigaev2006-06-28
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* R-tree is dead ... long live GiST.Tom Lane2005-11-07
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* pgindent new GIST index code, per request from Tom.Bruce Momjian2005-09-22
* Migrate rtree_gist functionality into the core system, and add someTom Lane2005-07-01