summaryrefslogtreecommitdiff
path: root/src/backend/access/brin/brin_bloom.c
AgeCommit message (Expand)Author
2025-03-26Keep the decompressed filter in brin_bloom_unionTomas Vondra
2025-03-11BRIN: be more strict about required support procsÁlvaro Herrera
2025-01-01Update copyright for 2025Bruce Momjian
2024-10-27Remove unused #include's from backend .c filesPeter Eisentraut
2024-04-14Use the correct PG_DETOAST_DATUM macro in BRINTomas Vondra
2024-04-14Update nbits_set in brin_bloom_unionTomas Vondra
2024-03-13Make the order of the header file includes consistentPeter Eisentraut
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-01-04Update copyright for 2024Bruce Momjian
2023-11-08Enlarge assertion in bloom_init() for false_positive_rateMichael Paquier
2023-07-03Fix code indentation violationsTomas Vondra
2023-07-02Introduce bloom_filter_size for BRIN bloom opclassTomas Vondra
2023-07-02Minor cleanups in the BRIN codeTomas Vondra
2023-01-02Update copyright for 2023Bruce Momjian
2022-09-05Fix incorrect uses of Datum conversion macrosPeter Eisentraut
2022-04-13Remove extraneous blank lines before block-closing bracesAlvaro Herrera
2022-01-08Update copyright for 2022Bruce Momjian
2021-11-01Replace unicode characters in comments with asciiDaniel Gustafsson
2021-06-04Adjust locations which have an incorrect copyright yearDavid Rowley
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-04-19Fix typos and grammar in comments and docsMichael Paquier
2021-03-26BRIN bloom indexesTomas Vondra