index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
access
/
nbtree.h
Commit message (
Expand
)
Author
Age
*
Move _bt_upgrademetapage() into critical section.
Teodor Sigaev
2018-05-30
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
*
Fix wrong validation of top-parent pointer during page deletion in Btree.
Teodor Sigaev
2018-04-23
*
Fix datatype for number of heap tuples during last cleanup
Teodor Sigaev
2018-04-19
*
Adjust INCLUDE index truncation comments and code.
Teodor Sigaev
2018-04-19
*
Indexes with INCLUDE columns and their support in B-tree
Teodor Sigaev
2018-04-07
*
Skip full index scan during cleanup of B-tree indexes when possible
Teodor Sigaev
2018-04-04
*
Support all SQL:2011 options for window frame clauses.
Tom Lane
2018-02-07
*
Support parallel btree index builds.
Robert Haas
2018-02-02
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Minor code-cleanliness improvements for btree.
Tom Lane
2017-09-18
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
pageinspect: Add bt_page_items function with bytea argument
Peter Eisentraut
2017-04-04
*
Remove direct uses of ItemPointer.{ip_blkid,ip_posid}
Alvaro Herrera
2017-03-28
*
btree: Support parallel index scans.
Robert Haas
2017-02-15
*
Split index xlog headers from other private index headers.
Robert Haas
2017-02-14
*
Allow index AMs to cache data across aminsert calls within a SQL command.
Tom Lane
2017-02-09
*
Add WAL consistency checking facility.
Robert Haas
2017-02-08
*
Generate fmgr prototypes automatically
Peter Eisentraut
2017-01-17
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Add SQL-accessible functions for inspecting index AM properties.
Tom Lane
2016-08-13
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
C comment improvement & typo fix.
Kevin Grittner
2016-06-02
*
Prevent to use magic constants
Teodor Sigaev
2016-04-28
*
Add the "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
*
Revert buggy optimization of index scans
Simon Riggs
2016-03-03
*
Restructure index access method API to hide most of it at the C level.
Tom Lane
2016-01-17
*
Avoid pin scan for replay of XLOG_BTREE_VACUUM
Simon Riggs
2016-01-09
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Move strategy numbers to include/access/stratnum.h
Alvaro Herrera
2015-05-15
*
Reduce pinning and buffer content locking for btree scans.
Kevin Grittner
2015-03-25
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Revamp the WAL record format.
Heikki Linnakangas
2014-11-20
*
Reduce btree scan overhead for < and > strategies
Simon Riggs
2014-11-18
*
Move the backup-block logic from XLogInsert to a new file, xloginsert.c.
Heikki Linnakangas
2014-11-06
*
Add rmgr callback to name xlog record types for display purposes.
Andres Freund
2014-09-19
*
Avoid copying index tuples when building an index.
Robert Haas
2014-07-01
*
Change the signature of rm_desc so that it's passed a XLogRecord.
Heikki Linnakangas
2014-06-14
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Cleanup of new b-tree page deletion code.
Heikki Linnakangas
2014-04-23
*
Make the handling of interrupted B-tree page splits more robust.
Heikki Linnakangas
2014-03-18
*
Fix small typo in comment
Magnus Hagander
2014-03-17
*
Fix race condition in B-tree page deletion.
Heikki Linnakangas
2014-03-14
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Provide database object names as separate fields in error messages.
Tom Lane
2013-01-29
*
Redesign the planner's handling of index-descent cost estimation.
Tom Lane
2013-01-11
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Fix btmarkpos/btrestrpos to handle array keys.
Tom Lane
2012-09-27
[next]