aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistproc.c
Commit message (Expand)AuthorAge
* Update copyright for 2025Bruce Momjian2025-01-01
* Remove unused #include's from backend .c filesPeter Eisentraut2024-03-04
* Update copyright for 2024Bruce Momjian2024-01-03
* Remove useless casts to (void *) in arguments of some system functionsPeter Eisentraut2023-02-07
* Update copyright for 2023Bruce Momjian2023-01-02
* Remove unnecessary uses of Abs()Peter Eisentraut2022-10-07
* Specialize tuplesort routines for different kinds of abbreviated keysJohn Naylor2022-04-02
* Update copyright for 2022Bruce Momjian2022-01-07
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* Update copyright for 2021Bruce Momjian2021-01-02
* Rename the "point is strictly above/below point" comparison operators.Tom Lane2020-11-23
* Remove code handling removed deprecated containment operatorsPeter Eisentraut2020-11-16
* Add support for building GiST index by sorting.Heikki Linnakangas2020-09-17
* Clean up newlines following left parenthesesAlvaro Herrera2020-01-30
* Update copyrights for 2020Bruce Momjian2020-01-01
* Add support for <-> (box, point) operator to GiST box_opsAlexander Korotkov2019-07-14
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Update copyright for 2019Bruce Momjian2019-01-02
* Use the built-in float datatypes to implement geometric typesTomas Vondra2018-08-16
* Provide separate header file for built-in float typesTomas Vondra2018-07-29
* Rethink how to get float.h in old Windows API for isnan/isinfAlvaro Herrera2018-07-11
* Update copyright for 2018Bruce Momjian2018-01-02
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Remove no-op GiST support functions in the core GiST opclasses.Tom Lane2017-09-19
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Put back <float.h> in a few files that need it for _isnan().Tom Lane2017-03-08
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Fix GiST index build for NaN values in geometric types.Tom Lane2016-07-14
* Fix assorted inconsistencies in GiST opclass support function declarations.Tom Lane2016-01-19
* Update copyright for 2016Bruce Momjian2016-01-02
* 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