postgres/contrib/bloom
Peter Eisentraut ce62f2f2a0 Generalize hash and ordering support in amapi
Stop comparing access method OID values against HASH_AM_OID and
BTREE_AM_OID, and instead check the IndexAmRoutine for an index to see
if it advertises its ability to perform the necessary ordering,
hashing, or cross-type comparing functionality.  A field amcanorder
already existed, this uses it more widely.  Fields amcanhash and
amcancrosscompare are added for the other purposes.

Author: Mark Dilger <mark.dilger@enterprisedb.com>
Discussion: https://www.postgresql.org/message-id/flat/E72EAA49-354D-4C2E-8EB9-255197F55330@enterprisedb.com
2025-02-27 17:03:31 +01:00
..
expected Remove incidental md5() function uses from several tests 2023-07-04 14:31:57 +02:00
sql Remove incidental md5() function uses from several tests 2023-07-04 14:31:57 +02:00
t Update copyright for 2025 2025-01-01 11:21:55 -05:00
.gitignore
blcost.c Update copyright for 2025 2025-01-01 11:21:55 -05:00
blinsert.c Update copyright for 2025 2025-01-01 11:21:55 -05:00
bloom--1.0.sql Minor fixes in contrib installation scripts. 2016-06-14 10:47:06 -04:00
bloom.control
bloom.h Update copyright for 2025 2025-01-01 11:21:55 -05:00
blscan.c Update copyright for 2025 2025-01-01 11:21:55 -05:00
blutils.c Generalize hash and ordering support in amapi 2025-02-27 17:03:31 +01:00
blvacuum.c Add is_analyze parameter to vacuum_delay_point(). 2025-02-11 16:38:14 -06:00
blvalidate.c Add get_opfamily_name() function 2025-02-01 10:42:58 +01:00
Makefile Re-enable contrib/bloom's TAP tests. 2021-09-27 18:48:01 -04:00
meson.build Update copyright for 2025 2025-01-01 11:21:55 -05:00