index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
brin
Commit message (
Expand
)
Author
Age
*
Fail BRIN control functions during recovery explicitly
Alvaro Herrera
2018-06-14
*
Fix thinko in comment
Alvaro Herrera
2018-03-26
*
Fix BRIN summarization concurrent with extension
Alvaro Herrera
2017-11-03
*
Fix corner-case errors in brin_doupdate().
Tom Lane
2017-11-02
*
Assorted translatable string fixes
Alvaro Herrera
2017-06-04
*
BRIN revmap pages are not standard pages ...
Alvaro Herrera
2017-01-09
*
Fix PageAddItem BRIN bug
Alvaro Herrera
2016-05-30
*
Fix brin_summarize_new_values() to check index type and ownership.
Tom Lane
2015-12-26
*
Fix BRIN free space computations
Alvaro Herrera
2015-10-27
*
Add missing ReleaseBuffer call in BRIN revmap code
Alvaro Herrera
2015-09-11
*
Fix misc typos.
Heikki Linnakangas
2015-09-05
*
Fix brin index summarizing while vacuuming.
Tatsuo Ishii
2015-09-05
*
Fix unitialized variables
Alvaro Herrera
2015-08-13
*
Close some holes in BRIN page assignment
Alvaro Herrera
2015-08-12
*
Fix BRIN to use SnapshotAny during summarization
Alvaro Herrera
2015-08-05
*
Fix broken assertion in BRIN code
Alvaro Herrera
2015-07-30
*
Improve BRIN documentation somewhat
Alvaro Herrera
2015-07-20
*
Fix BRIN xlog replay
Alvaro Herrera
2015-06-26
*
Fix valgrind's "unaddressable bytes" whining about BRIN code.
Tom Lane
2015-05-25
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Fix more typos in comments.
Heikki Linnakangas
2015-05-20
*
Collection of typo fixes.
Heikki Linnakangas
2015-05-20
*
Add BRIN infrastructure for "inclusion" opclasses
Alvaro Herrera
2015-05-15
*
Move strategy numbers to include/access/stratnum.h
Alvaro Herrera
2015-05-15
*
Add missing "static" marker.
Tom Lane
2015-05-09
*
Improve BRIN infra, minmax opclass and regression test
Alvaro Herrera
2015-05-07
*
Fix various typos and grammar errors in comments.
Andres Freund
2015-04-26
*
Move BRIN page type to page's last two bytes
Alvaro Herrera
2015-03-10
*
Tweak BRIN minmax operator class
Alvaro Herrera
2015-01-22
*
BRIN typo fix.
Robert Haas
2015-01-19
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Minor cleanup of function declarations for BRIN.
Tom Lane
2014-12-02
*
Revamp the WAL record format.
Heikki Linnakangas
2014-11-20
*
BRIN: fix bug in xlog backup block counting
Alvaro Herrera
2014-11-10
*
Further code and wording tweaks in BRIN
Alvaro Herrera
2014-11-10
*
Fix compiler warning for non-assert builds.
Kevin Grittner
2014-11-10
*
Fix some coding issues in BRIN
Alvaro Herrera
2014-11-08
*
BRIN: Block Range Indexes
Alvaro Herrera
2014-11-07