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_minmax.c
Commit message (
Expand
)
Author
Age
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Revert "Rename files and headers related to index AM"
Michael Paquier
2019-12-27
*
Rename files and headers related to index AM
Michael Paquier
2019-12-25
*
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-12
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).
Andres Freund
2017-08-20
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Generate fmgr prototypes automatically
Peter Eisentraut
2017-01-17
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Fix broken assertion in BRIN code
Alvaro Herrera
2015-07-30
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
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
*
Tweak BRIN minmax operator class
Alvaro Herrera
2015-01-22
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Minor cleanup of function declarations for BRIN.
Tom Lane
2014-12-02
*
BRIN: Block Range Indexes
Alvaro Herrera
2014-11-07