summaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistproc.c
AgeCommit message (Expand)Author
2025-01-01Update copyright for 2025Bruce Momjian
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-01-04Update copyright for 2024Bruce Momjian
2023-02-07Remove useless casts to (void *) in arguments of some system functionsPeter Eisentraut
2023-01-02Update copyright for 2023Bruce Momjian
2022-10-07Remove unnecessary uses of Abs()Peter Eisentraut
2022-04-02Specialize tuplesort routines for different kinds of abbreviated keysJohn Naylor
2022-01-08Update copyright for 2022Bruce Momjian
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-01-02Update copyright for 2021Bruce Momjian
2020-11-23Rename the "point is strictly above/below point" comparison operators.Tom Lane
2020-11-16Remove code handling removed deprecated containment operatorsPeter Eisentraut
2020-09-17Add support for building GiST index by sorting.Heikki Linnakangas
2020-01-30Clean up newlines following left parenthesesAlvaro Herrera
2020-01-01Update copyrights for 2020Bruce Momjian
2019-07-14Add support for <-> (box, point) operator to GiST box_opsAlexander Korotkov
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-01-02Update copyright for 2019Bruce Momjian
2018-08-16Use the built-in float datatypes to implement geometric typesTomas Vondra
2018-07-29Provide separate header file for built-in float typesTomas Vondra
2018-07-11Rethink how to get float.h in old Windows API for isnan/isinfAlvaro Herrera
2018-01-03Update copyright for 2018Bruce Momjian
2017-11-08Change TRUE/FALSE to true/falsePeter Eisentraut
2017-09-20Remove no-op GiST support functions in the core GiST opclasses.Tom Lane
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-03-08Put back <float.h> in a few files that need it for _isnan().Tom Lane
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-07-14Fix GiST index build for NaN values in geometric types.Tom Lane
2016-01-19Fix assorted inconsistencies in GiST opclass support function declarations.Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian
2015-09-05Fix misc typos.Heikki Linnakangas
2015-05-15Move strategy numbers to include/access/stratnum.hAlvaro Herrera
2015-05-15Allow GiST distance function to return merely a lower-bound.Heikki Linnakangas
2015-03-26Add support for index-only scans in GiST.Heikki Linnakangas
2015-01-28Remove dead NULL-pointer checks in GiST code.Heikki Linnakangas
2015-01-06Update copyright for 2015Bruce Momjian
2014-04-14Fix bogus handling of bad strategy number in GIST consistent() functions.Tom Lane
2014-01-07Update copyright for 2014Bruce Momjian
2013-02-10Remove vestigial secondary-split support in gist_box_picksplit().Tom Lane
2013-02-08Fix gist_box_same and gist_point_consistent to handle fuzziness correctly.Tom Lane
2013-01-01Update copyrights for 2013Bruce Momjian
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-05-12Fix obsolescent C declaration syntaxPeter Eisentraut
2012-02-28Add const qualifiers where they are accidentally cast awayPeter Eisentraut
2012-01-30Assorted comment fixes, mostly just typos, but some obsolete statements.Tom Lane
2012-01-01Update copyright notices for year 2012.Bruce Momjian
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