postgresql/contrib/bloom
Peter Geoghegan 05aac2e837 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:41 -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 Update copyright for 2023 2023-01-02 15:00:37 -05:00
.gitignore
blcost.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
blinsert.c Use the buffer cache when initializing an unlogged index. 2023-08-23 17:23:18 +03:00
bloom--1.0.sql Minor fixes in contrib installation scripts. 2016-06-14 10:47:06 -04:00
bloom.control
bloom.h Use the buffer cache when initializing an unlogged index. 2023-08-23 17:23:18 +03:00
blscan.c Count contrib/bloom index scans in pgstat view. 2024-11-12 20:57:41 -05:00
blutils.c Use the buffer cache when initializing an unlogged index. 2023-08-23 17:23:18 +03:00
blvacuum.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
blvalidate.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
Makefile Re-enable contrib/bloom's TAP tests. 2021-09-27 18:48:01 -04:00
meson.build Update copyright for 2023 2023-01-02 15:00:37 -05:00