index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
brin
Commit message (
Expand
)
Author
Age
Files
Lines
*
Final pgindent + perltidy run for 9.6.
Tom Lane
2016-08-15
1
-2
/
+2
*
Add SQL-accessible functions for inspecting index AM properties.
Tom Lane
2016-08-13
1
-0
/
+1
*
Message style improvements
Peter Eisentraut
2016-07-28
1
-9
/
+9
*
pgindent run for 9.6
Robert Haas
2016-06-09
1
-1
/
+1
*
Fix PageAddItem BRIN bug
Alvaro Herrera
2016-05-30
3
-3
/
+8
*
Revert no-op changes to BufferGetPage()
Kevin Grittner
2016-04-20
4
-62
/
+40
*
Add the "snapshot too old" feature
Kevin Grittner
2016-04-08
2
-12
/
+18
*
Modify BufferGetPage() to prepare for "snapshot too old" feature
Kevin Grittner
2016-04-08
4
-38
/
+63
*
Revert CREATE INDEX ... INCLUDING ...
Teodor Sigaev
2016-04-08
1
-1
/
+0
*
CREATE INDEX ... INCLUDING (column[, ...])
Teodor Sigaev
2016-04-08
1
-0
/
+1
*
Improve index AMs' opclass validation procedures.
Tom Lane
2016-01-21
1
-67
/
+193
*
Restructure index access method API to hide most of it at the C level.
Tom Lane
2016-01-17
3
-83
/
+232
*
Update copyright for 2016
Bruce Momjian
2016-01-02
7
-7
/
+7
*
Fix brin_summarize_new_values() to check index type and ownership.
Tom Lane
2015-12-26
1
-3
/
+39
*
Fix BRIN free space computations
Alvaro Herrera
2015-10-27
1
-20
/
+43
*
Add missing ReleaseBuffer call in BRIN revmap code
Alvaro Herrera
2015-09-11
1
-0
/
+1
*
Fix misc typos.
Heikki Linnakangas
2015-09-05
1
-2
/
+2
*
Fix brin index summarizing while vacuuming.
Tatsuo Ishii
2015-09-05
1
-3
/
+6
*
Fix unitialized variables
Alvaro Herrera
2015-08-13
1
-3
/
+10
*
Close some holes in BRIN page assignment
Alvaro Herrera
2015-08-12
2
-22
/
+255
*
Fix BRIN to use SnapshotAny during summarization
Alvaro Herrera
2015-08-05
1
-32
/
+9
*
Fix broken assertion in BRIN code
Alvaro Herrera
2015-07-30
3
-4
/
+24
*
Improve BRIN documentation somewhat
Alvaro Herrera
2015-07-20
2
-4
/
+4
*
Fix BRIN xlog replay
Alvaro Herrera
2015-06-26
1
-2
/
+5
*
Fix valgrind's "unaddressable bytes" whining about BRIN code.
Tom Lane
2015-05-25
2
-6
/
+13
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
5
-51
/
+50
*
Fix more typos in comments.
Heikki Linnakangas
2015-05-20
1
-1
/
+1
*
Collection of typo fixes.
Heikki Linnakangas
2015-05-20
1
-1
/
+1
*
Add BRIN infrastructure for "inclusion" opclasses
Alvaro Herrera
2015-05-15
4
-74
/
+721
*
Move strategy numbers to include/access/stratnum.h
Alvaro Herrera
2015-05-15
1
-1
/
+1
*
Add missing "static" marker.
Tom Lane
2015-05-09
1
-1
/
+1
*
Improve BRIN infra, minmax opclass and regression test
Alvaro Herrera
2015-05-07
2
-68
/
+92
*
Fix various typos and grammar errors in comments.
Andres Freund
2015-04-26
1
-1
/
+1
*
Move BRIN page type to page's last two bytes
Alvaro Herrera
2015-03-10
2
-19
/
+6
*
Tweak BRIN minmax operator class
Alvaro Herrera
2015-01-22
1
-9
/
+10
*
BRIN typo fix.
Robert Haas
2015-01-19
1
-1
/
+1
*
Update copyright for 2015
Bruce Momjian
2015-01-06
6
-6
/
+6
*
Minor cleanup of function declarations for BRIN.
Tom Lane
2014-12-02
2
-15
/
+8
*
Revamp the WAL record format.
Heikki Linnakangas
2014-11-20
4
-149
/
+93
*
BRIN: fix bug in xlog backup block counting
Alvaro Herrera
2014-11-10
1
-4
/
+8
*
Further code and wording tweaks in BRIN
Alvaro Herrera
2014-11-10
3
-5
/
+7
*
Fix compiler warning for non-assert builds.
Kevin Grittner
2014-11-10
1
-1
/
+1
*
Fix some coding issues in BRIN
Alvaro Herrera
2014-11-08
4
-22
/
+17
*
BRIN: Block Range Indexes
Alvaro Herrera
2014-11-07
8
-0
/
+3854