index
:
users/bernd/postgres.git
FIX_VENDOR
MANUAL_DIST
PG95-DIST
PG95_DIST
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_0
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL9_6_STABLE
REL_11_STABLE_clang34
Release_1_0_3
WIN32_DEV
configurable_shmem_type
data_checksum_guc
disable_trust_ident
ecpg_big_bison
master
notnull_constraint
search_path_completion
truncate_stats
Bernd Helmle's repository
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
bloom
/
blinsert.c
Age
Commit message (
Expand
)
Author
2019-04-02
Report progress of CREATE INDEX operations
Alvaro Herrera
2019-03-28
tableam: Support for an index build's initial table scan(s).
Andres Freund
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-09-01
Avoid using potentially-under-aligned page buffers.
Tom Lane
2018-03-22
Fix errors in contrib/bloom index build.
Tom Lane
2018-02-02
Support parallel btree index builds.
Robert Haas
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-11-03
Flag index metapages as standard-format in xlog.c calls.
Tom Lane
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-02-09
Allow index AMs to cache data across aminsert calls within a SQL command.
Tom Lane
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-12-08
Log the creation of an init fork unconditionally.
Robert Haas
2016-08-27
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-08-14
Fix assorted bugs in contrib/bloom.
Tom Lane
2016-06-09
pgindent run for 9.6
Robert Haas
2016-05-25
Fix contrib/bloom to work for unlogged indexes.
Tom Lane
2016-04-20
Revert no-op changes to BufferGetPage()
Kevin Grittner
2016-04-12
Improve API of GenericXLogRegister().
Tom Lane
2016-04-09
Get rid of blinsert()'s use of GenericXLogUnregister().
Tom Lane
2016-04-08
Modify BufferGetPage() to prepare for "snapshot too old" feature
Kevin Grittner
2016-04-03
Clean up some stuff in new contrib/bloom module.
Tom Lane
2016-04-01
Bloom index contrib module
Teodor Sigaev