index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
gist
/
gistproc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove useless casts to (void *) in arguments of some system functions
Peter Eisentraut
2023-02-07
1
-2
/
+2
*
Update copyright for 2023
Bruce Momjian
2023-01-02
1
-1
/
+1
*
Remove unnecessary uses of Abs()
Peter Eisentraut
2022-10-07
1
-2
/
+2
*
Specialize tuplesort routines for different kinds of abbreviated keys
John Naylor
2022-04-02
1
-17
/
+1
*
Update copyright for 2022
Bruce Momjian
2022-01-07
1
-1
/
+1
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
1
-2
/
+2
*
Update copyright for 2021
Bruce Momjian
2021-01-02
1
-1
/
+1
*
Rename the "point is strictly above/below point" comparison operators.
Tom Lane
2020-11-23
1
-1
/
+11
*
Remove code handling removed deprecated containment operators
Peter Eisentraut
2020-11-16
1
-4
/
+0
*
Add support for building GiST index by sorting.
Heikki Linnakangas
2020-09-17
1
-0
/
+229
*
Clean up newlines following left parentheses
Alvaro Herrera
2020-01-30
1
-8
/
+4
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
1
-1
/
+1
*
Add support for <-> (box, point) operator to GiST box_ops
Alexander Korotkov
2019-07-14
1
-17
/
+31
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
1
-2
/
+2
*
Update copyright for 2019
Bruce Momjian
2019-01-02
1
-1
/
+1
*
Use the built-in float datatypes to implement geometric types
Tomas Vondra
2018-08-16
1
-52
/
+48
*
Provide separate header file for built-in float types
Tomas Vondra
2018-07-29
1
-32
/
+24
*
Rethink how to get float.h in old Windows API for isnan/isinf
Alvaro Herrera
2018-07-11
1
-1
/
+0
*
Update copyright for 2018
Bruce Momjian
2018-01-02
1
-1
/
+1
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
1
-8
/
+8
*
Remove no-op GiST support functions in the core GiST opclasses.
Tom Lane
2017-09-19
1
-30
/
+2
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
1
-38
/
+38
*
Put back <float.h> in a few files that need it for _isnan().
Tom Lane
2017-03-08
1
-0
/
+1
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
1
-1
/
+1
*
Fix GiST index build for NaN values in geometric types.
Tom Lane
2016-07-14
1
-63
/
+88
*
Fix assorted inconsistencies in GiST opclass support function declarations.
Tom Lane
2016-01-19
1
-7
/
+37
*
Update copyright for 2016
Bruce Momjian
2016-01-02
1
-1
/
+1
*
Fix misc typos.
Heikki Linnakangas
2015-09-05
1
-2
/
+2
*
Move strategy numbers to include/access/stratnum.h
Alvaro Herrera
2015-05-15
1
-1
/
+1
*
Allow GiST distance function to return merely a lower-bound.
Heikki Linnakangas
2015-05-15
1
-0
/
+37
*
Add support for index-only scans in GiST.
Heikki Linnakangas
2015-03-26
1
-0
/
+37
*
Remove dead NULL-pointer checks in GiST code.
Heikki Linnakangas
2015-01-28
1
-39
/
+21
*
Update copyright for 2015
Bruce Momjian
2015-01-06
1
-1
/
+1
*
Fix bogus handling of bad strategy number in GIST consistent() functions.
Tom Lane
2014-04-14
1
-5
/
+13
*
Update copyright for 2014
Bruce Momjian
2014-01-07
1
-1
/
+1
*
Remove vestigial secondary-split support in gist_box_picksplit().
Tom Lane
2013-02-10
1
-7
/
+0
*
Fix gist_box_same and gist_point_consistent to handle fuzziness correctly.
Tom Lane
2013-02-08
1
-15
/
+41
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
1
-1
/
+1
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
1
-3
/
+3
*
Fix obsolescent C declaration syntax
Peter Eisentraut
2012-05-12
1
-1
/
+1
*
Add const qualifiers where they are accidentally cast away
Peter Eisentraut
2012-02-28
1
-6
/
+6
*
Assorted comment fixes, mostly just typos, but some obsolete statements.
Tom Lane
2012-01-29
1
-1
/
+2
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
1
-1
/
+1
*
Clean up a couple of box gist helper functions.
Heikki Linnakangas
2011-10-09
1
-18
/
+13
*
Replace the "New Linear" GiST split algorithm for boxes and points with a
Heikki Linnakangas
2011-10-06
1
-254
/
+557
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
1
-3
/
+3
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
1
-1
/
+1
*
KNNGIST, otherwise known as order-by-operator support for GIST.
Tom Lane
2010-12-03
1
-2
/
+95
*
Cleanup various comparisons with the constant "true".
Robert Haas
2010-11-14
1
-6
/
+6
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
1
-1
/
+1
[next]