]> granicus.if.org Git - postgresql/history - contrib/bloom
Fix typo in comment
[postgresql] / contrib / bloom /
2017-11-10 Tom LaneTighten test in contrib/bloom/t/001_wal.pl.
2017-11-03 Tom LaneFlag index metapages as standard-format in xlog.c calls.
2017-10-28 Robert HaasFix typo.
2017-10-19 Alvaro HerreraAdd more tests for reloptions
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-06-21 Tom LaneInitial pgindent run with pg_bsd_indent version 2.0.
2017-05-17 Bruce MomjianPost-PG 10 beta1 pgindent run
2017-05-11 Tom LaneRename WAL-related functions and views to use "lsn...
2017-02-15 Robert HaasAdd optimizer and executor support for parallel index...
2017-02-09 Robert HaasRemove all references to "xlog" from SQL-callable funct...
2017-02-09 Tom LaneAllow index AMs to cache data across aminsert calls...
2017-02-06 Heikki LinnakangasFix typos in comments.
2017-01-24 Robert HaasExtend index AM API for parallel index scans.
2017-01-21 Peter EisentrautMove some things from builtins.h to new header files
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-12-08 Robert HaasLog the creation of an init fork unconditionally.
2016-09-30 Peter EisentrautRemove unnecessary prototypes
2016-09-30 Peter EisentrautFix use of offsetof()
2016-08-27 Tom LaneAdd macros to make AllocSetContextCreate() calls simple...
2016-08-14 Tom LaneFix assorted bugs in contrib/bloom.
2016-08-13 Tom LaneAdd SQL-accessible functions for inspecting index AM...
2016-08-11 Tom LaneTrivial cosmetic cleanup in bloom/blutils.c.
2016-06-14 Tom LaneMinor fixes in contrib installation scripts.
2016-06-12 Noah MischFinish pgindent run for 9.6: Perl files.
2016-06-09 Robert Haaspgindent run for 9.6
2016-06-07 Alvaro HerreraFix loose ends for SQL ACCESS METHOD objects
2016-06-03 Tom LaneMeasure Bloom index signature-length reloption in bits...
2016-05-25 Tom LaneFix contrib/bloom to work for unlogged indexes.
2016-05-17 Tom LaneAvoid possible crash in contrib/bloom's blendscan().
2016-04-28 Teodor SigaevPrevent to use magic constants
2016-04-21 Tom LanePGDLLIMPORT-ify old_snapshot_threshold.
2016-04-21 Kevin GrittnerInclude snapmgr.h in blscan.c
2016-04-20 Kevin GrittnerRevert no-op changes to BufferGetPage()
2016-04-12 Tom LaneImprove API of GenericXLogRegister().
2016-04-12 Teodor SigaevAdd page id to bloom index
2016-04-10 Tom LaneImprove contrib/bloom regression test using code covera...
2016-04-09 Tom LaneGet rid of blinsert()'s use of GenericXLogUnregister().
2016-04-08 Kevin GrittnerAdd the "snapshot too old" feature
2016-04-08 Kevin GrittnerModify BufferGetPage() to prepare for "snapshot too...
2016-04-04 Teodor SigaevFix typo
2016-04-03 Tom LaneFix contrib/bloom to not fail under CLOBBER_CACHE_ALWAYS.
2016-04-03 Tom LaneClean up some stuff in new contrib/bloom module.
2016-04-02 Tom LaneAdd missing "static".
2016-04-02 Teodor SigaevFix condition in e9e441c9fac6cbc0510cded6abb9d0e6b646ecaf
2016-04-02 Teodor SigaevPrevent mark as deleted and as 'has free space' page...
2016-04-02 Teodor SigaevFixes in bloom contrib module
2016-04-01 Teodor SigaevFixes in bloom contrib module missed during review
2016-04-01 Teodor SigaevBloom index contrib module