summaryrefslogtreecommitdiff
path: root/contrib/bloom/blscan.c
AgeCommit message (Expand)Author
2025-03-11Show index search count in EXPLAIN ANALYZE, take 2.Peter Geoghegan
2025-03-05Revert "Show index search count in EXPLAIN ANALYZE."Peter Geoghegan
2025-03-05Show index search count in EXPLAIN ANALYZE.Peter Geoghegan
2025-01-01Update copyright for 2025Bruce Momjian
2024-11-13Count contrib/bloom index scans in pgstat view.Peter Geoghegan
2024-10-28Remove unused #include's from contrib, pl, test .c filesPeter Eisentraut
2024-09-11Replace gratuitous memmove() with memcpy()Peter Eisentraut
2024-01-04Update copyright for 2024Bruce Momjian
2023-09-05Remove the "snapshot too old" feature.Thomas Munro
2023-01-02Update copyright for 2023Bruce Momjian
2022-01-08Update copyright for 2022Bruce Momjian
2021-01-02Update copyright for 2021Bruce Momjian
2020-01-01Update copyrights for 2020Bruce Momjian
2019-10-24Make the order of the header file includes consistent in contrib modules.Amit Kapila
2019-01-02Update copyright for 2019Bruce Momjian
2018-07-18Fix misc typos, mostly in comments.Heikki Linnakangas
2018-01-03Update copyright for 2018Bruce Momjian
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-08-14Fix assorted bugs in contrib/bloom.Tom Lane
2016-06-03Measure Bloom index signature-length reloption in bits, not words.Tom Lane
2016-05-17Avoid possible crash in contrib/bloom's blendscan().Tom Lane
2016-04-21PGDLLIMPORT-ify old_snapshot_threshold.Tom Lane
2016-04-21Include snapmgr.h in blscan.cKevin Grittner
2016-04-20Revert no-op changes to BufferGetPage()Kevin Grittner
2016-04-08Add the "snapshot too old" featureKevin Grittner
2016-04-08Modify BufferGetPage() to prepare for "snapshot too old" featureKevin Grittner
2016-04-03Fix contrib/bloom to not fail under CLOBBER_CACHE_ALWAYS.Tom Lane
2016-04-03Clean up some stuff in new contrib/bloom module.Tom Lane
2016-04-01Bloom index contrib moduleTeodor Sigaev