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
/
nbtree
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add optimizer and executor support for parallel index scans.
Robert Haas
2017-02-15
1
-0
/
+1
*
btree: Support parallel index scans.
Robert Haas
2017-02-15
3
-48
/
+501
*
Split index xlog headers from other private index headers.
Robert Haas
2017-02-14
3
-0
/
+3
*
Allow index AMs to cache data across aminsert calls within a SQL command.
Tom Lane
2017-02-09
1
-1
/
+2
*
Add WAL consistency checking facility.
Robert Haas
2017-02-08
1
-0
/
+50
*
Move comment about test slightly closer to test.
Robert Haas
2017-01-31
1
-1
/
+1
*
Extend index AM API for parallel index scans.
Robert Haas
2017-01-24
1
-0
/
+3
*
Move some things from builtins.h to new header files
Peter Eisentraut
2017-01-20
1
-0
/
+1
*
Generate fmgr prototypes automatically
Peter Eisentraut
2017-01-17
1
-0
/
+1
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
9
-9
/
+9
*
Remove should_free arguments to tuplesort routines.
Robert Haas
2016-12-12
1
-18
/
+6
*
Log the creation of an init fork unconditionally.
Robert Haas
2016-12-08
1
-4
/
+9
*
Avoid pin scan for replay of XLOG_BTREE_VACUUM in all cases
Alvaro Herrera
2016-11-17
1
-2
/
+3
*
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-08-27
2
-7
/
+3
*
Add SQL-accessible functions for inspecting index AM properties.
Tom Lane
2016-08-13
2
-0
/
+27
*
In B-tree page deletion, clean up properly after page deletion failure.
Tom Lane
2016-08-06
1
-4
/
+23
*
Message style improvements
Peter Eisentraut
2016-07-28
1
-9
/
+9
*
pgindent run for 9.6
Robert Haas
2016-06-09
3
-15
/
+16
*
Fix btree mark/restore bug.
Kevin Grittner
2016-06-02
2
-20
/
+1
*
Fix BTREE_BUILD_STATS build.
Tom Lane
2016-05-23
1
-0
/
+1
*
Prevent to use magic constants
Teodor Sigaev
2016-04-28
1
-2
/
+2
*
Revert no-op changes to BufferGetPage()
Kevin Grittner
2016-04-20
6
-109
/
+105
*
Add the "snapshot too old" feature
Kevin Grittner
2016-04-08
3
-24
/
+36
*
Modify BufferGetPage() to prepare for "snapshot too old" feature
Kevin Grittner
2016-04-08
6
-99
/
+113
*
Revert CREATE INDEX ... INCLUDING ...
Teodor Sigaev
2016-04-08
6
-101
/
+25
*
CREATE INDEX ... INCLUDING (column[, ...])
Teodor Sigaev
2016-04-08
6
-25
/
+101
*
Detect SSI conflicts before reporting constraint violations
Kevin Grittner
2016-04-07
1
-0
/
+8
*
Avoid pin scan for replay of XLOG_BTREE_VACUUM in all cases
Simon Riggs
2016-04-03
3
-35
/
+23
*
Fix incorrect handling of NULL index entries in indexed ROW() comparisons.
Tom Lane
2016-03-09
1
-23
/
+8
*
Revert buggy optimization of index scans
Simon Riggs
2016-03-03
2
-34
/
+0
*
Improve index AMs' opclass validation procedures.
Tom Lane
2016-01-21
1
-113
/
+161
*
Restructure index access method API to hide most of it at the C level.
Tom Lane
2016-01-17
4
-90
/
+294
*
Avoid pin scan for replay of XLOG_BTREE_VACUUM
Simon Riggs
2016-01-09
3
-3
/
+62
*
Update copyright for 2016
Bruce Momjian
2016-01-02
8
-8
/
+8
*
Avoid calling PageGetSpecialPointer() on an all-zeros page.
Heikki Linnakangas
2015-07-27
1
-2
/
+4
*
Don't call PageGetSpecialPointer() on page until it's been initialized.
Heikki Linnakangas
2015-06-30
1
-1
/
+2
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
6
-22
/
+23
*
Collection of typo fixes.
Heikki Linnakangas
2015-05-20
1
-1
/
+1
*
Fix typos in comments
Magnus Hagander
2015-05-17
1
-1
/
+1
*
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Andres Freund
2015-05-08
1
-6
/
+22
*
Fix various typos and grammar errors in comments.
Andres Freund
2015-04-26
1
-1
/
+1
*
Remove duplicated word in README
Alvaro Herrera
2015-04-13
1
-1
/
+1
*
Reduce pinning and buffer content locking for btree scans.
Kevin Grittner
2015-03-25
6
-129
/
+291
*
Use FLEXIBLE_ARRAY_MEMBER in some more places.
Tom Lane
2015-02-20
1
-2
/
+2
*
Fix column-privilege leak in error-message paths
Stephen Frost
2015-01-28
1
-3
/
+7
*
Use abbreviated keys for faster sorting of text datums.
Robert Haas
2015-01-19
1
-0
/
+2
*
Update copyright for 2015
Bruce Momjian
2015-01-06
8
-8
/
+8
*
Add a few paragraphs to B-tree README explaining L&Y algorithm.
Heikki Linnakangas
2014-11-24
1
-2
/
+19
*
Silence compiler warning about variable being used uninitialized.
Heikki Linnakangas
2014-11-20
1
-1
/
+1
*
Revamp the WAL record format.
Heikki Linnakangas
2014-11-20
3
-478
/
+257
[next]