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
Commit message (
Expand
)
Author
Age
*
Rewrite PageIndexDeleteNoCompact into a form that only deletes 1 tuple.
Tom Lane
2016-09-09
*
Invent PageIndexTupleOverwrite, and teach BRIN and GiST to use it.
Tom Lane
2016-09-09
*
Fix typos in comments.
Fujii Masao
2016-08-29
*
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-08-27
*
Final pgindent + perltidy run for 9.6.
Tom Lane
2016-08-15
*
Add SQL-accessible functions for inspecting index AM properties.
Tom Lane
2016-08-13
*
Message style improvements
Peter Eisentraut
2016-07-28
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Fix PageAddItem BRIN bug
Alvaro Herrera
2016-05-30
*
Revert no-op changes to BufferGetPage()
Kevin Grittner
2016-04-20
*
Add the "snapshot too old" feature
Kevin Grittner
2016-04-08
*
Modify BufferGetPage() to prepare for "snapshot too old" feature
Kevin Grittner
2016-04-08
*
Revert CREATE INDEX ... INCLUDING ...
Teodor Sigaev
2016-04-08
*
CREATE INDEX ... INCLUDING (column[, ...])
Teodor Sigaev
2016-04-08
*
Improve index AMs' opclass validation procedures.
Tom Lane
2016-01-21
*
Restructure index access method API to hide most of it at the C level.
Tom Lane
2016-01-17
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Fix brin_summarize_new_values() to check index type and ownership.
Tom Lane
2015-12-26
*
Fix BRIN free space computations
Alvaro Herrera
2015-10-27
*
Add missing ReleaseBuffer call in BRIN revmap code
Alvaro Herrera
2015-09-11
*
Fix misc typos.
Heikki Linnakangas
2015-09-05
*
Fix brin index summarizing while vacuuming.
Tatsuo Ishii
2015-09-05
*
Fix unitialized variables
Alvaro Herrera
2015-08-13
*
Close some holes in BRIN page assignment
Alvaro Herrera
2015-08-12
*
Fix BRIN to use SnapshotAny during summarization
Alvaro Herrera
2015-08-05
*
Fix broken assertion in BRIN code
Alvaro Herrera
2015-07-30
*
Improve BRIN documentation somewhat
Alvaro Herrera
2015-07-20
*
Fix BRIN xlog replay
Alvaro Herrera
2015-06-26
*
Fix valgrind's "unaddressable bytes" whining about BRIN code.
Tom Lane
2015-05-25
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Fix more typos in comments.
Heikki Linnakangas
2015-05-20
*
Collection of typo fixes.
Heikki Linnakangas
2015-05-20
*
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
*
Fix various typos and grammar errors in comments.
Andres Freund
2015-04-26
*
Move BRIN page type to page's last two bytes
Alvaro Herrera
2015-03-10
*
Tweak BRIN minmax operator class
Alvaro Herrera
2015-01-22
*
BRIN typo fix.
Robert Haas
2015-01-19
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Minor cleanup of function declarations for BRIN.
Tom Lane
2014-12-02
*
Revamp the WAL record format.
Heikki Linnakangas
2014-11-20
*
BRIN: fix bug in xlog backup block counting
Alvaro Herrera
2014-11-10
*
Further code and wording tweaks in BRIN
Alvaro Herrera
2014-11-10
*
Fix compiler warning for non-assert builds.
Kevin Grittner
2014-11-10
*
Fix some coding issues in BRIN
Alvaro Herrera
2014-11-08
*
BRIN: Block Range Indexes
Alvaro Herrera
2014-11-07