postgresql/src/backend/access
Alexander Korotkov c085e1c1cb Add support for <-> (box, point) operator to GiST box_ops
Index-based calculation of this operator is exact.  So, signature of
gist_bbox_distance() function is changes so that caller is responsible for
setting *recheck flag.

Discussion: https://postgr.es/m/f71ba19d-d989-63b6-f04a-abf02ad9345d%40postgrespro.ru
Author: Nikita Glukhov
Reviewed-by: Tom Lane, Alexander Korotkov
2019-07-14 15:09:15 +03:00
..
brin Fix many typos and inconsistencies 2019-07-01 10:00:23 +09:00
common Add toast-level reloption for vacuum_index_cleanup 2019-06-25 09:09:27 +09:00
gin Phase 2 pgindent run for v12. 2019-05-22 13:04:48 -04:00
gist Add support for <-> (box, point) operator to GiST box_ops 2019-07-14 15:09:15 +03:00
hash Fix more typos and inconsistencies in the tree 2019-06-17 16:13:16 +09:00
heap tableam: Provide helper functions for relation sizing. 2019-07-08 14:51:53 -04:00
index Update comment 2019-06-27 15:57:14 +02:00
nbtree Remove obsolete nbtree "get root" comment. 2019-07-01 22:28:08 -07:00
rmgrdesc Use appendStringInfoString and appendPQExpBufferStr where possible 2019-07-04 13:01:13 +12:00
spgist Initial pgindent run for v12. 2019-05-22 12:55:34 -04:00
table tableam: Provide helper functions for relation sizing. 2019-07-08 14:51:53 -04:00
tablesample Phase 2 pgindent run for v12. 2019-05-22 13:04:48 -04:00
transam Fix inconsistencies in the code 2019-07-08 13:15:09 +09:00
Makefile Introduce access/{table.h, relation.h}, for generic functions from heapam.h. 2019-01-21 10:51:36 -08:00