index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
gist
/
gistproc.c
Age
Commit message (
Expand
)
Author
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-03-08
Put back <float.h> in a few files that need it for _isnan().
Tom Lane
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-07-14
Fix GiST index build for NaN values in geometric types.
Tom Lane
2016-01-19
Fix assorted inconsistencies in GiST opclass support function declarations.
Tom Lane
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-09-05
Fix misc typos.
Heikki Linnakangas
2015-05-15
Move strategy numbers to include/access/stratnum.h
Alvaro Herrera
2015-05-15
Allow GiST distance function to return merely a lower-bound.
Heikki Linnakangas
2015-03-26
Add support for index-only scans in GiST.
Heikki Linnakangas
2015-01-28
Remove dead NULL-pointer checks in GiST code.
Heikki Linnakangas
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-04-14
Fix bogus handling of bad strategy number in GIST consistent() functions.
Tom Lane
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-02-10
Remove vestigial secondary-split support in gist_box_picksplit().
Tom Lane
2013-02-08
Fix gist_box_same and gist_point_consistent to handle fuzziness correctly.
Tom Lane
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-06-10
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-05-12
Fix obsolescent C declaration syntax
Peter Eisentraut
2012-02-28
Add const qualifiers where they are accidentally cast away
Peter Eisentraut
2012-01-30
Assorted comment fixes, mostly just typos, but some obsolete statements.
Tom Lane
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-10-09
Clean up a couple of box gist helper functions.
Heikki Linnakangas
2011-10-06
Replace the "New Linear" GiST split algorithm for boxes and points with a
Heikki Linnakangas
2011-04-10
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-01-01
Stamp copyrights for year 2011.
Bruce Momjian
2010-12-04
KNNGIST, otherwise known as order-by-operator support for GIST.
Tom Lane
2010-11-15
Cleanup various comparisons with the constant "true".
Robert Haas
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-02-26
pgindent run for 9.0
Bruce Momjian
2010-01-14
Add point_ops opclass for GiST.
Teodor Sigaev
2010-01-02
Update copyright for the year 2010.
Bruce Momjian
2009-09-18
Fix incorrect arguments for gist_box_penalty call. The bug could be observed
Teodor Sigaev
2009-06-11
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-04-06
Fix 'all at one page bug' in picksplit method of R-tree emulation. Add defense
Teodor Sigaev
2009-01-01
Update copyright for 2009.
Bruce Momjian
2008-04-14
Push index operator lossiness determination down to GIST/GIN opclass
Tom Lane
2008-01-01
Update copyrights in source tree to 2008.
Bruce Momjian
2007-11-15
pgindent run for 8.3.
Bruce Momjian
2007-09-07
Improve page split in rtree emulation. Now if splitted result has
Teodor Sigaev
2007-01-05
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2006-10-04
pgindent run for 8.2.
Bruce Momjian
2006-09-10
Rename contains/contained-by operators to @> and <@, per discussion that
Tom Lane
2006-07-14
Remove 576 references of include files that were not needed.
Bruce Momjian
2006-06-28
Changes
Teodor Sigaev
2006-03-05
Update copyright for 2006. Update scripts.
Bruce Momjian
2005-11-07
R-tree is dead ... long live GiST.
Tom Lane
2005-10-15
Standard pgindent run for 8.1.
Bruce Momjian
2005-09-22
pgindent new GIST index code, per request from Tom.
Bruce Momjian
2005-07-01
Migrate rtree_gist functionality into the core system, and add some
Tom Lane