]> granicus.if.org Git - postgresql/history - contrib/bloom/blinsert.c
Fix initialization of fake LSN for unlogged relations
[postgresql] / contrib / bloom / blinsert.c
2019-10-24 Amit KapilaMake the order of the header file includes consistent...
2019-04-02 Alvaro HerreraReport progress of CREATE INDEX operations
2019-03-28 Andres Freundtableam: Support for an index build's initial table...
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-09-01 Tom LaneAvoid using potentially-under-aligned page buffers.
2018-03-22 Tom LaneFix errors in contrib/bloom index build.
2018-02-02 Robert HaasSupport parallel btree index builds.
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-11-03 Tom LaneFlag index metapages as standard-format in xlog.c calls.
2017-05-17 Bruce MomjianPost-PG 10 beta1 pgindent run
2017-02-09 Tom LaneAllow index AMs to cache data across aminsert calls...
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-12-08 Robert HaasLog the creation of an init fork unconditionally.
2016-08-27 Tom LaneAdd macros to make AllocSetContextCreate() calls simple...
2016-08-14 Tom LaneFix assorted bugs in contrib/bloom.
2016-06-09 Robert Haaspgindent run for 9.6
2016-05-25 Tom LaneFix contrib/bloom to work for unlogged indexes.
2016-04-20 Kevin GrittnerRevert no-op changes to BufferGetPage()
2016-04-12 Tom LaneImprove API of GenericXLogRegister().
2016-04-09 Tom LaneGet rid of blinsert()'s use of GenericXLogUnregister().
2016-04-08 Kevin GrittnerModify BufferGetPage() to prepare for "snapshot too...
2016-04-03 Tom LaneClean up some stuff in new contrib/bloom module.
2016-04-01 Teodor SigaevBloom index contrib module