aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/brin
Commit message (Expand)AuthorAge
* Rewrite PageIndexDeleteNoCompact into a form that only deletes 1 tuple.Tom Lane2016-09-09
* Invent PageIndexTupleOverwrite, and teach BRIN and GiST to use it.Tom Lane2016-09-09
* Fix typos in comments.Fujii Masao2016-08-29
* Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane2016-08-27
* Final pgindent + perltidy run for 9.6.Tom Lane2016-08-15
* Add SQL-accessible functions for inspecting index AM properties.Tom Lane2016-08-13
* Message style improvementsPeter Eisentraut2016-07-28
* pgindent run for 9.6Robert Haas2016-06-09
* Fix PageAddItem BRIN bugAlvaro Herrera2016-05-30
* Revert no-op changes to BufferGetPage()Kevin Grittner2016-04-20
* Add the "snapshot too old" featureKevin Grittner2016-04-08
* Modify BufferGetPage() to prepare for "snapshot too old" featureKevin Grittner2016-04-08
* Revert CREATE INDEX ... INCLUDING ...Teodor Sigaev2016-04-08
* CREATE INDEX ... INCLUDING (column[, ...])Teodor Sigaev2016-04-08
* Improve index AMs' opclass validation procedures.Tom Lane2016-01-21
* Restructure index access method API to hide most of it at the C level.Tom Lane2016-01-17
* Update copyright for 2016Bruce Momjian2016-01-02
* 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