summaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistproc.c
Commit message (Expand)AuthorAgeFilesLines
* Remove useless casts to (void *) in arguments of some system functionsPeter Eisentraut2023-02-071-2/+2
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Remove unnecessary uses of Abs()Peter Eisentraut2022-10-071-2/+2
* Specialize tuplesort routines for different kinds of abbreviated keysJohn Naylor2022-04-021-17/+1
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-121-2/+2
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Rename the "point is strictly above/below point" comparison operators.Tom Lane2020-11-231-1/+11
* Remove code handling removed deprecated containment operatorsPeter Eisentraut2020-11-161-4/+0
* Add support for building GiST index by sorting.Heikki Linnakangas2020-09-171-0/+229
* Clean up newlines following left parenthesesAlvaro Herrera2020-01-301-8/+4
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Add support for <-> (box, point) operator to GiST box_opsAlexander Korotkov2019-07-141-17/+31
* Phase 2 pgindent run for v12.Tom Lane2019-05-221-2/+2
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Use the built-in float datatypes to implement geometric typesTomas Vondra2018-08-161-52/+48
* Provide separate header file for built-in float typesTomas Vondra2018-07-291-32/+24
* Rethink how to get float.h in old Windows API for isnan/isinfAlvaro Herrera2018-07-111-1/+0
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-081-8/+8
* Remove no-op GiST support functions in the core GiST opclasses.Tom Lane2017-09-191-30/+2
* Phase 3 of pgindent updates.Tom Lane2017-06-211-38/+38
* Put back <float.h> in a few files that need it for _isnan().Tom Lane2017-03-081-0/+1
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Fix GiST index build for NaN values in geometric types.Tom Lane2016-07-141-63/+88
* Fix assorted inconsistencies in GiST opclass support function declarations.Tom Lane2016-01-191-7/+37
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Fix misc typos.Heikki Linnakangas2015-09-051-2/+2
* Move strategy numbers to include/access/stratnum.hAlvaro Herrera2015-05-151-1/+1
* Allow GiST distance function to return merely a lower-bound.Heikki Linnakangas2015-05-151-0/+37
* Add support for index-only scans in GiST.Heikki Linnakangas2015-03-261-0/+37
* Remove dead NULL-pointer checks in GiST code.Heikki Linnakangas2015-01-281-39/+21
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Fix bogus handling of bad strategy number in GIST consistent() functions.Tom Lane2014-04-141-5/+13
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Remove vestigial secondary-split support in gist_box_picksplit().Tom Lane2013-02-101-7/+0
* Fix gist_box_same and gist_point_consistent to handle fuzziness correctly.Tom Lane2013-02-081-15/+41
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-3/+3
* Fix obsolescent C declaration syntaxPeter Eisentraut2012-05-121-1/+1
* Add const qualifiers where they are accidentally cast awayPeter Eisentraut2012-02-281-6/+6
* Assorted comment fixes, mostly just typos, but some obsolete statements.Tom Lane2012-01-291-1/+2
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Clean up a couple of box gist helper functions.Heikki Linnakangas2011-10-091-18/+13
* Replace the "New Linear" GiST split algorithm for boxes and points with aHeikki Linnakangas2011-10-061-254/+557
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-3/+3
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* 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