Commit Graph

26 Commits (0584df32f577ef05fc2a682a97d3c81387eccdb9)

Author SHA1 Message Date
Tom Lane 5484c0a980 Minor fixes in contrib installation scripts. 10 years ago
Noah Misch 3be0a62ffe Finish pgindent run for 9.6: Perl files. 10 years ago
Robert Haas 4bc424b968 pgindent run for 9.6 10 years ago
Alvaro Herrera 4f04b66f97 Fix loose ends for SQL ACCESS METHOD objects 10 years ago
Tom Lane ee4af347ba Measure Bloom index signature-length reloption in bits, not words. 10 years ago
Tom Lane abaffa9075 Fix contrib/bloom to work for unlogged indexes. 10 years ago
Tom Lane e13ac5586c Avoid possible crash in contrib/bloom's blendscan(). 10 years ago
Teodor Sigaev f8467f7da8 Prevent to use magic constants 10 years ago
Tom Lane 14216649f3 PGDLLIMPORT-ify old_snapshot_threshold. 10 years ago
Kevin Grittner 7cb1db1d95 Include snapmgr.h in blscan.c 10 years ago
Kevin Grittner a343e223a5 Revert no-op changes to BufferGetPage() 10 years ago
Tom Lane 5713f03973 Improve API of GenericXLogRegister(). 10 years ago
Teodor Sigaev 813b456ea2 Add page id to bloom index 10 years ago
Tom Lane cf223c3bf5 Improve contrib/bloom regression test using code coverage info. 10 years ago
Tom Lane 80cf18910c Get rid of blinsert()'s use of GenericXLogUnregister(). 10 years ago
Kevin Grittner 848ef42bb8 Add the "snapshot too old" feature 10 years ago
Kevin Grittner 8b65cf4c5e Modify BufferGetPage() to prepare for "snapshot too old" feature 10 years ago
Teodor Sigaev eb7308d298 Fix typo 10 years ago
Tom Lane 8f75fd1f40 Fix contrib/bloom to not fail under CLOBBER_CACHE_ALWAYS. 10 years ago
Tom Lane a9284849b4 Clean up some stuff in new contrib/bloom module. 10 years ago
Tom Lane 5a5b917184 Add missing "static". 10 years ago
Teodor Sigaev 9c50372d20 Fix condition in e9e441c9fa 10 years ago
Teodor Sigaev e9e441c9fa Prevent mark as deleted and as 'has free space' page in bloom module 10 years ago
Teodor Sigaev 80afb62db0 Fixes in bloom contrib module 10 years ago
Teodor Sigaev 27f3bbfad4 Fixes in bloom contrib module missed during review 10 years ago
Teodor Sigaev 9ee014fc89 Bloom index contrib module 10 years ago