postgresql/contrib/bloom
Peter Geoghegan 16a2bb0793 Count contrib/bloom index scans in pgstat view.
Maintain the pg_stat_user_indexes.idx_scan pgstat counter during
contrib/Bloom index scans.

Oversight in commit 9ee014fc, which added the Bloom index contrib
module.

Author: Masahiro Ikeda <ikedamsh@oss.nttdata.com>
Reviewed-By: Peter Geoghegan <pg@bowt.ie>
Discussion: https://postgr.es/m/c48839d881388ee401a01807c686004d@oss.nttdata.com
Backpatch: 13- (all supported branches).
2024-11-12 20:57:39 -05:00
..
expected Fix failure with lock mode used for custom relation options 2019-09-25 10:07:23 +09:00
sql Fix failure with lock mode used for custom relation options 2019-09-25 10:07:23 +09:00
t If wait_for_catchup fails under has_wal_read_bug, skip balance of test. 2022-11-12 11:19:56 -08:00
.gitignore Bloom index contrib module 2016-04-01 16:42:24 +03:00
blcost.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
blinsert.c Add new block-by-block strategy for CREATE DATABASE. 2022-03-29 11:48:36 -04: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 2022 2022-01-07 19:04:57 -05:00
blscan.c Count contrib/bloom index scans in pgstat view. 2024-11-12 20:57:39 -05:00
blutils.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
blvacuum.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
blvalidate.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
Makefile Re-enable contrib/bloom's TAP tests. 2021-09-27 18:48:01 -04:00