aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/brin
Commit message (Expand)AuthorAge
* Improve BRIN documentation somewhatAlvaro Herrera2015-07-20
* Fix BRIN xlog replayAlvaro Herrera2015-06-26
* Fix valgrind's "unaddressable bytes" whining about BRIN code.Tom Lane2015-05-25
* pgindent run for 9.5Bruce Momjian2015-05-23
* Fix more typos in comments.Heikki Linnakangas2015-05-20
* Collection of typo fixes.Heikki Linnakangas2015-05-20
* Add BRIN infrastructure for "inclusion" opclassesAlvaro Herrera2015-05-15
* Move strategy numbers to include/access/stratnum.hAlvaro Herrera2015-05-15
* Add missing "static" marker.Tom Lane2015-05-09
* Improve BRIN infra, minmax opclass and regression testAlvaro Herrera2015-05-07
* Fix various typos and grammar errors in comments.Andres Freund2015-04-26
* Move BRIN page type to page's last two bytesAlvaro Herrera2015-03-10
* Tweak BRIN minmax operator classAlvaro Herrera2015-01-22
* BRIN typo fix.Robert Haas2015-01-19
* Update copyright for 2015Bruce Momjian2015-01-06
* Minor cleanup of function declarations for BRIN.Tom Lane2014-12-02
* Revamp the WAL record format.Heikki Linnakangas2014-11-20
* BRIN: fix bug in xlog backup block countingAlvaro Herrera2014-11-10
* Further code and wording tweaks in BRINAlvaro Herrera2014-11-10
* Fix compiler warning for non-assert builds.Kevin Grittner2014-11-10
* Fix some coding issues in BRINAlvaro Herrera2014-11-08
* BRIN: Block Range IndexesAlvaro Herrera2014-11-07