summaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistproc.c
AgeCommit message (Expand)Author
2011-10-09Clean up a couple of box gist helper functions.Heikki Linnakangas
2011-10-06Replace the "New Linear" GiST split algorithm for boxes and points with aHeikki Linnakangas
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-12-04KNNGIST, otherwise known as order-by-operator support for GIST.Tom Lane
2010-11-15Cleanup various comparisons with the constant "true".Robert Haas
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-02-26pgindent run for 9.0Bruce Momjian
2010-01-14Add point_ops opclass for GiST.Teodor Sigaev
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-09-18Fix incorrect arguments for gist_box_penalty call. The bug could be observedTeodor Sigaev
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-04-06Fix 'all at one page bug' in picksplit method of R-tree emulation. Add defenseTeodor Sigaev
2009-01-01Update copyright for 2009.Bruce Momjian
2008-04-14Push index operator lossiness determination down to GIST/GIN opclassTom Lane
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-09-07Improve page split in rtree emulation. Now if splitted result hasTeodor Sigaev
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-09-10Rename contains/contained-by operators to @> and <@, per discussion thatTom Lane
2006-07-14Remove 576 references of include files that were not needed.Bruce Momjian
2006-06-28ChangesTeodor Sigaev
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2005-11-07R-tree is dead ... long live GiST.Tom Lane
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-09-22pgindent new GIST index code, per request from Tom.Bruce Momjian
2005-07-01Migrate rtree_gist functionality into the core system, and add someTom Lane