postgresql/contrib/bloom
Peter Eisentraut 56fead44dc Add amgettreeheight index AM API routine
The only current implementation is for btree where it calls
_bt_getrootheight().  Other index types can now also use this to pass
information to their amcostestimate routine.  Previously, btree was
hardcoded and other index types could not hook into the optimizer at
this point.

Author: Mark Dilger <mark.dilger@enterprisedb.com>
Discussion: https://www.postgresql.org/message-id/flat/E72EAA49-354D-4C2E-8EB9-255197F55330@enterprisedb.com
2024-09-10 10:03:23 +02: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 2024 2024-01-03 20:49:05 -05:00
.gitignore Bloom index contrib module 2016-04-01 16:42:24 +03:00
blcost.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
blinsert.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
bloom--1.0.sql Minor fixes in contrib installation scripts. 2016-06-14 10:47:06 -04:00
bloom.control Bloom index contrib module 2016-04-01 16:42:24 +03:00
bloom.h Update copyright for 2024 2024-01-03 20:49:05 -05:00
blscan.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
blutils.c Add amgettreeheight index AM API routine 2024-09-10 10:03:23 +02:00
blvacuum.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
blvalidate.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
Makefile Re-enable contrib/bloom's TAP tests. 2021-09-27 18:48:01 -04:00
meson.build Update copyright for 2024 2024-01-03 20:49:05 -05:00