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
/
nbtree
/
nbtutils.c
Commit message (
Expand
)
Author
Age
*
Avoid killing btree items that are already dead
Alvaro Herrera
2020-05-15
*
Consistently truncate non-key suffix columns.
Peter Geoghegan
2020-03-30
*
Fix typos.
Amit Kapila
2019-05-26
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Initial pgindent run for v12.
Tom Lane
2019-05-22
*
Prevent O(N^2) unique index insertion edge case.
Peter Geoghegan
2019-04-23
*
Report progress of CREATE INDEX operations
Alvaro Herrera
2019-04-02
*
Fix nbtree high key "continuescan" row compare bug.
Peter Geoghegan
2019-03-31
*
Add nbtree high key "continuescan" optimization.
Peter Geoghegan
2019-03-23
*
Consider secondary factors during nbtree splits.
Peter Geoghegan
2019-03-20
*
Make heap TID a tiebreaker nbtree index column.
Peter Geoghegan
2019-03-20
*
Refactor nbtree insertion scankeys.
Peter Geoghegan
2019-03-20
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Allow btree comparison functions to return INT_MIN.
Tom Lane
2018-10-05
*
pgindent run prior to branching
Andrew Dunstan
2018-06-30
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
*
Adjust INCLUDE index truncation comments and code.
Teodor Sigaev
2018-04-19
*
Fix a few typos in comments and variable names.
Heikki Linnakangas
2018-04-17
*
Indexes with INCLUDE columns and their support in B-tree
Teodor Sigaev
2018-04-07
*
Change some bogus PageGetLSN calls to BufferGetLSNAtomic
Alvaro Herrera
2018-01-09
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
btree: Support parallel index scans.
Robert Haas
2017-02-15
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-08-27
*
Add SQL-accessible functions for inspecting index AM properties.
Tom Lane
2016-08-13
*
Revert no-op changes to BufferGetPage()
Kevin Grittner
2016-04-20
*
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
*
Fix incorrect handling of NULL index entries in indexed ROW() comparisons.
Tom Lane
2016-03-09
*
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
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Reduce pinning and buffer content locking for btree scans.
Kevin Grittner
2015-03-25
*
Use FLEXIBLE_ARRAY_MEMBER in some more places.
Tom Lane
2015-02-20
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Reduce btree scan overhead for < and > strategies
Simon Riggs
2014-11-18
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Add buffer_std flag to MarkBufferDirtyHint().
Jeff Davis
2013-06-17
*
Allow I/O reliability checks using 16-bit checksums
Simon Riggs
2013-03-22
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Fix btmarkpos/btrestrpos to handle array keys.
Tom Lane
2012-09-27
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Rethink representation of index clauses' mapping to index columns.
Tom Lane
2011-12-24
*
Fix btree stop-at-nulls logic properly.
Tom Lane
2011-11-02
[next]