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
/
brin_revmap.c
Commit message (
Expand
)
Author
Age
*
BRIN: Handle concurrent desummarization properly
Alvaro Herrera
2020-08-12
*
Remove WARNING message from brin_desummarize_range
Alvaro Herrera
2020-07-09
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
*
Set the metapage's pd_lower correctly in brin, gin, and spgist indexes.
Tom Lane
2017-11-02
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
brin: Don't crash on auto-summarization
Alvaro Herrera
2017-05-30
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Fix new BRIN desummarize WAL record
Alvaro Herrera
2017-04-07
*
BRIN de-summarization
Alvaro Herrera
2017-04-01
*
BRIN auto-summarization
Alvaro Herrera
2017-04-01
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Fix PageAddItem BRIN bug
Alvaro Herrera
2016-05-30
*
Revert no-op changes to BufferGetPage()
Kevin Grittner
2016-04-20
*
Add the "snapshot too old" feature
Kevin Grittner
2016-04-08
*
Modify BufferGetPage() to prepare for "snapshot too old" feature
Kevin Grittner
2016-04-08
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Add missing ReleaseBuffer call in BRIN revmap code
Alvaro Herrera
2015-09-11
*
Fix misc typos.
Heikki Linnakangas
2015-09-05
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Move BRIN page type to page's last two bytes
Alvaro Herrera
2015-03-10
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Revamp the WAL record format.
Heikki Linnakangas
2014-11-20
*
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