summaryrefslogtreecommitdiff
path: root/src/backend/access/brin
Commit message (Expand)AuthorAgeFilesLines
* Final pgindent + perltidy run for 9.6.Tom Lane2016-08-151-2/+2
* Add SQL-accessible functions for inspecting index AM properties.Tom Lane2016-08-131-0/+1
* Message style improvementsPeter Eisentraut2016-07-281-9/+9
* pgindent run for 9.6Robert Haas2016-06-091-1/+1
* Fix PageAddItem BRIN bugAlvaro Herrera2016-05-303-3/+8
* Revert no-op changes to BufferGetPage()Kevin Grittner2016-04-204-62/+40
* Add the "snapshot too old" featureKevin Grittner2016-04-082-12/+18
* Modify BufferGetPage() to prepare for "snapshot too old" featureKevin Grittner2016-04-084-38/+63
* Revert CREATE INDEX ... INCLUDING ...Teodor Sigaev2016-04-081-1/+0
* CREATE INDEX ... INCLUDING (column[, ...])Teodor Sigaev2016-04-081-0/+1
* Improve index AMs' opclass validation procedures.Tom Lane2016-01-211-67/+193
* Restructure index access method API to hide most of it at the C level.Tom Lane2016-01-173-83/+232
* Update copyright for 2016Bruce Momjian2016-01-027-7/+7
* Fix brin_summarize_new_values() to check index type and ownership.Tom Lane2015-12-261-3/+39
* Fix BRIN free space computationsAlvaro Herrera2015-10-271-20/+43
* Add missing ReleaseBuffer call in BRIN revmap codeAlvaro Herrera2015-09-111-0/+1
* Fix misc typos.Heikki Linnakangas2015-09-051-2/+2
* Fix brin index summarizing while vacuuming.Tatsuo Ishii2015-09-051-3/+6
* Fix unitialized variablesAlvaro Herrera2015-08-131-3/+10
* Close some holes in BRIN page assignmentAlvaro Herrera2015-08-122-22/+255
* Fix BRIN to use SnapshotAny during summarizationAlvaro Herrera2015-08-051-32/+9
* Fix broken assertion in BRIN codeAlvaro Herrera2015-07-303-4/+24
* Improve BRIN documentation somewhatAlvaro Herrera2015-07-202-4/+4
* Fix BRIN xlog replayAlvaro Herrera2015-06-261-2/+5
* Fix valgrind's "unaddressable bytes" whining about BRIN code.Tom Lane2015-05-252-6/+13
* pgindent run for 9.5Bruce Momjian2015-05-235-51/+50
* Fix more typos in comments.Heikki Linnakangas2015-05-201-1/+1
* Collection of typo fixes.Heikki Linnakangas2015-05-201-1/+1
* Add BRIN infrastructure for "inclusion" opclassesAlvaro Herrera2015-05-154-74/+721
* Move strategy numbers to include/access/stratnum.hAlvaro Herrera2015-05-151-1/+1
* Add missing "static" marker.Tom Lane2015-05-091-1/+1
* Improve BRIN infra, minmax opclass and regression testAlvaro Herrera2015-05-072-68/+92
* Fix various typos and grammar errors in comments.Andres Freund2015-04-261-1/+1
* Move BRIN page type to page's last two bytesAlvaro Herrera2015-03-102-19/+6
* Tweak BRIN minmax operator classAlvaro Herrera2015-01-221-9/+10
* BRIN typo fix.Robert Haas2015-01-191-1/+1
* Update copyright for 2015Bruce Momjian2015-01-066-6/+6
* Minor cleanup of function declarations for BRIN.Tom Lane2014-12-022-15/+8
* Revamp the WAL record format.Heikki Linnakangas2014-11-204-149/+93
* BRIN: fix bug in xlog backup block countingAlvaro Herrera2014-11-101-4/+8
* Further code and wording tweaks in BRINAlvaro Herrera2014-11-103-5/+7
* Fix compiler warning for non-assert builds.Kevin Grittner2014-11-101-1/+1
* Fix some coding issues in BRINAlvaro Herrera2014-11-084-22/+17
* BRIN: Block Range IndexesAlvaro Herrera2014-11-078-0/+3854