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
Age
Commit message (
Expand
)
Author
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
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-03-22
Collations with nondeterministic comparison
Peter Eisentraut
2019-02-15
Refactor index cost estimation functions in view of IndexClause changes.
Tom Lane
2019-01-29
Rename nodes/relation.h to nodes/pathnodes.h.
Tom Lane
2019-01-29
Refactor planner's header files.
Tom Lane
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-12-03
Add PGXS options to control TAP and isolation tests, take two
Michael Paquier
2018-11-26
Revert all new recent changes to add PGXS options for TAP and isolation
Michael Paquier
2018-11-26
Disable temporarily TAP tests for contrib/bloom/
Michael Paquier
2018-11-25
Add PGXS options to control TAP and isolation tests
Michael Paquier
2018-09-01
Avoid using potentially-under-aligned page buffers.
Tom Lane
2018-07-18
Fix misc typos, mostly in comments.
Heikki Linnakangas
2018-05-27
Don't fall off the end of perl functions
Andrew Dunstan
2018-04-27
perltidy: Add option --nooutdent-long-quotes
Peter Eisentraut
2018-04-07
Indexes with INCLUDE columns and their support in B-tree
Teodor Sigaev
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-10
Tighten test in contrib/bloom/t/001_wal.pl.
Tom Lane
2017-11-03
Flag index metapages as standard-format in xlog.c calls.
Tom Lane
2017-10-28
Fix typo.
Robert Haas
2017-10-19
Add more tests for reloptions
Alvaro Herrera
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-11
Rename WAL-related functions and views to use "lsn" not "location".
Tom Lane
2017-02-15
Add optimizer and executor support for parallel index scans.
Robert Haas
2017-02-09
Remove all references to "xlog" from SQL-callable functions in pg_proc.
Robert Haas
2017-02-09
Allow index AMs to cache data across aminsert calls within a SQL command.
Tom Lane
2017-02-06
Fix typos in comments.
Heikki Linnakangas
2017-01-24
Extend index AM API for parallel index scans.
Robert Haas
2017-01-21
Move some things from builtins.h to new header files
Peter Eisentraut
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-09-30
Remove unnecessary prototypes
Peter Eisentraut
2016-09-30
Fix use of offsetof()
Peter Eisentraut
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-08-13
Add SQL-accessible functions for inspecting index AM properties.
Tom Lane
2016-08-11
Trivial cosmetic cleanup in bloom/blutils.c.
Tom Lane
2016-06-14
Minor fixes in contrib installation scripts.
Tom Lane
2016-06-12
Finish pgindent run for 9.6: Perl files.
Noah Misch
2016-06-09
pgindent run for 9.6
Robert Haas
2016-06-07
Fix loose ends for SQL ACCESS METHOD objects
Alvaro Herrera
2016-06-03
Measure Bloom index signature-length reloption in bits, not words.
Tom Lane
2016-05-25
Fix contrib/bloom to work for unlogged indexes.
Tom Lane
2016-05-17
Avoid possible crash in contrib/bloom's blendscan().
Tom Lane
[next]