summaryrefslogtreecommitdiff
path: root/src/backend/access/nbtree
AgeCommit message (Expand)Author
2024-10-18Optimize nbtree backwards scans.Peter Geoghegan
2024-10-16nbtree: fix read page recheck typo.Peter Geoghegan
2024-10-16Normalize nbtree truncated high key array behavior.Peter Geoghegan
2024-09-30Set query ID in parallel workers for vacuum, BRIN and btreeMichael Paquier
2024-09-24Update obsolete nbtree array preprocessing comments.Peter Geoghegan
2024-09-21Refactor handling of nbtree array redundancies.Peter Geoghegan
2024-09-20Fix nbtree pgstats accounting with parallel scans.Peter Geoghegan
2024-09-17Avoid parallel nbtree index scan hangs with SAOPs.Peter Geoghegan
2024-09-11Replace gratuitous memmove() with memcpy()Peter Eisentraut
2024-09-10Add amgettreeheight index AM API routinePeter Eisentraut
2024-08-26Fix nbtree lookahead overflow bug.Peter Geoghegan
2024-08-12Give nbtree move right function internal linkage.Peter Geoghegan
2024-08-11Avoid unneeded nbtree backwards scan buffer locks.Peter Geoghegan
2024-06-26Fix nbtree array unsatisfied inequality check.Peter Geoghegan
2024-04-22Remove unneeded nbtree array preprocessing assert.Peter Geoghegan
2024-04-21Remove overzealous array element type assertion.Peter Geoghegan
2024-04-18Fix typos and duplicate wordsDaniel Gustafsson
2024-04-18Don't try to fix eliminated nbtree array scan keys.Peter Geoghegan
2024-04-16Fix nbtree "deduce NOT NULL" scan key comment.Peter Geoghegan
2024-04-07Remove redundant nbtree preprocessing assertions.Peter Geoghegan
2024-04-07Avoid extra lookups with nbtree array inequalities.Peter Geoghegan
2024-04-06Enhance nbtree ScalarArrayOp execution.Peter Geoghegan
2024-03-22Fix an oversight in refactoring in 06b10f80ba4.Alexander Korotkov
2024-03-11Update obsolete index scan TID comments.Peter Geoghegan
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-02-23Introduce a new smgr bulk loading facility.Heikki Linnakangas
2024-02-16Use new overflow-safe integer comparison functions.Nathan Bossart
2024-01-03Update copyright for 2024Bruce Momjian
2024-01-02Fix typos in comments and in one isolation test.Robert Haas
2023-12-27Improvements and fixes for e0b1ee17dcAlexander Korotkov
2023-12-27Remove BTScanOpaqueData.firstPageAlexander Korotkov
2023-12-08Fix nbtree backward scan race condition comments.Peter Geoghegan
2023-12-08Optimize nbtree backward scan boundary cases.Peter Geoghegan
2023-12-08Allow parallel CREATE INDEX for BRIN indexesTomas Vondra
2023-11-25Reuse BrinDesc and BrinRevmap in brininsertTomas Vondra
2023-10-26Add trailing commas to enum definitionsPeter Eisentraut
2023-10-09Remove duplicate words in docs and code comments.Amit Kapila
2023-10-07Fix another typo in e0b1ee17dcAlexander Korotkov
2023-10-07Fix typos in e0b1ee17dcAlexander Korotkov
2023-10-06Skip checking of scan keys required for directional scan in B-treeAlexander Korotkov
2023-09-28Fix btmarkpos/btrestrpos array key wraparound bug.Peter Geoghegan
2023-09-08Remove some more "snapshot too old" vestiges.Thomas Munro
2023-09-05Remove the "snapshot too old" feature.Thomas Munro
2023-08-23Fix _bt_allequalimage() call within critical section.Heikki Linnakangas
2023-08-23Use the buffer cache when initializing an unlogged index.Heikki Linnakangas
2023-08-23ExtendBufferedWhat -> BufferManagerRelation.Thomas Munro
2023-07-04Fix race in SSI interaction with empty btrees.Thomas Munro
2023-06-21nbtree VACUUM: cope with topparent inconsistencies.Peter Geoghegan
2023-06-10nbtree: Allocate new pages in separate function.Peter Geoghegan
2023-06-08Fix missing word in nbtree/README.Nathan Bossart