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
/
nbtsearch.c
Commit message (
Expand
)
Author
Age
*
Fix race in SSI interaction with empty btrees.
Thomas Munro
2023-07-04
*
Further harden nbtree posting split code.
Peter Geoghegan
2021-10-27
*
Use full 64-bit XIDs in deleted nbtree pages.
Peter Geoghegan
2021-02-24
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Update parallel BTree scan state when the scan keys can't be satisfied.
Amit Kapila
2020-09-17
*
Yet more elimination of dead stores and useless initializations.
Tom Lane
2020-09-05
*
Add nbtree Valgrind buffer lock checks.
Peter Geoghegan
2020-07-21
*
nbtree: Rename _bt_search() variables.
Peter Geoghegan
2020-07-02
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
*
nbtree: Fix obsolete _bt_search() comment.
Peter Geoghegan
2020-03-16
*
Add deduplication to nbtree.
Peter Geoghegan
2020-02-26
*
Remove obsolete _bt_compare() comment.
Peter Geoghegan
2020-02-18
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Rename nbtree tuple macros.
Peter Geoghegan
2019-12-16
*
Add _bt_binsrch() scantid assertion to nbtree.
Peter Geoghegan
2019-09-09
*
Remove block number field from nbtree stack.
Peter Geoghegan
2019-08-14
*
Add error codes to some corruption log messages
Peter Eisentraut
2019-08-01
*
Fix typos and inconsistencies in code comments
Michael Paquier
2019-06-14
*
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
*
Tweak some nbtree-related code comments.
Peter Geoghegan
2019-03-29
*
Add nbtree high key "continuescan" optimization.
Peter Geoghegan
2019-03-23
*
Make heap TID a tiebreaker nbtree index column.
Peter Geoghegan
2019-03-20
*
Refactor nbtree insertion scankeys.
Peter Geoghegan
2019-03-20
*
Tweak nbtsearch.c function prototype order.
Peter Geoghegan
2019-03-19
*
tableam: Add and use scan APIs.
Andres Freund
2019-03-11
*
Remove superfluous tqual.h includes.
Andres Freund
2019-01-21
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Fix spelling errors and typos in comments
Magnus Hagander
2018-11-02
*
Allow btree comparison functions to return INT_MIN.
Tom Lane
2018-10-05
*
Reduce path length for locking leaf B-tree pages during insertion
Alexander Korotkov
2018-07-28
*
Fix the buffer release order for parallel index scans.
Amit Kapila
2018-07-27
*
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
*
Change some bogus PageGetLSN calls to BufferGetLSNAtomic
Alvaro Herrera
2018-01-09
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Fix parallel index scan hang with deleted or half-dead pages.
Robert Haas
2017-12-13
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
btree: Support parallel index scans.
Robert Haas
2017-02-15
*
Move comment about test slightly closer to test.
Robert Haas
2017-01-31
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Fix btree mark/restore bug.
Kevin Grittner
2016-06-02
*
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
[next]