aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/brin
Commit message (Expand)AuthorAge
* Fail BRIN control functions during recovery explicitlyAlvaro Herrera2018-06-14
* Fix thinko in commentAlvaro Herrera2018-03-26
* Fix BRIN summarization concurrent with extensionAlvaro Herrera2017-11-03
* Fix corner-case errors in brin_doupdate().Tom Lane2017-11-02
* Assorted translatable string fixesAlvaro Herrera2017-06-04
* BRIN revmap pages are not standard pages ...Alvaro Herrera2017-01-09
* Fix PageAddItem BRIN bugAlvaro Herrera2016-05-30
* Fix brin_summarize_new_values() to check index type and ownership.Tom Lane2015-12-26
* Fix BRIN free space computationsAlvaro Herrera2015-10-27
* Add missing ReleaseBuffer call in BRIN revmap codeAlvaro Herrera2015-09-11
* Fix misc typos.Heikki Linnakangas2015-09-05
* Fix brin index summarizing while vacuuming.Tatsuo Ishii2015-09-05
* Fix unitialized variablesAlvaro Herrera2015-08-13
* Close some holes in BRIN page assignmentAlvaro Herrera2015-08-12
* Fix BRIN to use SnapshotAny during summarizationAlvaro Herrera2015-08-05
* Fix broken assertion in BRIN codeAlvaro Herrera2015-07-30
* 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