aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/nbtree/nbtsearch.c
Commit message (Expand)AuthorAge
* Fix race in SSI interaction with empty btrees.Thomas Munro2023-07-04
* Further harden nbtree posting split code.Peter Geoghegan2021-10-27
* Use full 64-bit XIDs in deleted nbtree pages.Peter Geoghegan2021-02-24
* Update copyright for 2021Bruce Momjian2021-01-02
* Update parallel BTree scan state when the scan keys can't be satisfied.Amit Kapila2020-09-17
* Yet more elimination of dead stores and useless initializations.Tom Lane2020-09-05
* Add nbtree Valgrind buffer lock checks.Peter Geoghegan2020-07-21
* nbtree: Rename _bt_search() variables.Peter Geoghegan2020-07-02
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* nbtree: Fix obsolete _bt_search() comment.Peter Geoghegan2020-03-16
* Add deduplication to nbtree.Peter Geoghegan2020-02-26
* Remove obsolete _bt_compare() comment.Peter Geoghegan2020-02-18
* Update copyrights for 2020Bruce Momjian2020-01-01
* Rename nbtree tuple macros.Peter Geoghegan2019-12-16
* Add _bt_binsrch() scantid assertion to nbtree.Peter Geoghegan2019-09-09
* Remove block number field from nbtree stack.Peter Geoghegan2019-08-14
* Add error codes to some corruption log messagesPeter Eisentraut2019-08-01
* Fix typos and inconsistencies in code commentsMichael Paquier2019-06-14
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Initial pgindent run for v12.Tom Lane2019-05-22
* Prevent O(N^2) unique index insertion edge case.Peter Geoghegan2019-04-23
* Tweak some nbtree-related code comments.Peter Geoghegan2019-03-29
* Add nbtree high key "continuescan" optimization.Peter Geoghegan2019-03-23
* Make heap TID a tiebreaker nbtree index column.Peter Geoghegan2019-03-20
* Refactor nbtree insertion scankeys.Peter Geoghegan2019-03-20
* Tweak nbtsearch.c function prototype order.Peter Geoghegan2019-03-19
* tableam: Add and use scan APIs.Andres Freund2019-03-11
* Remove superfluous tqual.h includes.Andres Freund2019-01-21
* Update copyright for 2019Bruce Momjian2019-01-02
* Fix spelling errors and typos in commentsMagnus Hagander2018-11-02
* Allow btree comparison functions to return INT_MIN.Tom Lane2018-10-05
* Reduce path length for locking leaf B-tree pages during insertionAlexander Korotkov2018-07-28
* Fix the buffer release order for parallel index scans.Amit Kapila2018-07-27
* Adjust INCLUDE index truncation comments and code.Teodor Sigaev2018-04-19
* Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev2018-04-07
* Change some bogus PageGetLSN calls to BufferGetLSNAtomicAlvaro Herrera2018-01-09
* Update copyright for 2018Bruce Momjian2018-01-02
* Fix parallel index scan hang with deleted or half-dead pages.Robert Haas2017-12-13
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* btree: Support parallel index scans.Robert Haas2017-02-15
* Move comment about test slightly closer to test.Robert Haas2017-01-31
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Fix btree mark/restore bug.Kevin Grittner2016-06-02
* Revert no-op changes to BufferGetPage()Kevin Grittner2016-04-20
* Add the "snapshot too old" featureKevin Grittner2016-04-08
* Modify BufferGetPage() to prepare for "snapshot too old" featureKevin Grittner2016-04-08
* Revert CREATE INDEX ... INCLUDING ...Teodor Sigaev2016-04-08
* CREATE INDEX ... INCLUDING (column[, ...])Teodor Sigaev2016-04-08