index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
nbtree
Age
Commit message (
Expand
)
Author
2024-10-18
Optimize nbtree backwards scans.
Peter Geoghegan
2024-10-16
nbtree: fix read page recheck typo.
Peter Geoghegan
2024-10-16
Normalize nbtree truncated high key array behavior.
Peter Geoghegan
2024-09-30
Set query ID in parallel workers for vacuum, BRIN and btree
Michael Paquier
2024-09-24
Update obsolete nbtree array preprocessing comments.
Peter Geoghegan
2024-09-21
Refactor handling of nbtree array redundancies.
Peter Geoghegan
2024-09-20
Fix nbtree pgstats accounting with parallel scans.
Peter Geoghegan
2024-09-17
Avoid parallel nbtree index scan hangs with SAOPs.
Peter Geoghegan
2024-09-11
Replace gratuitous memmove() with memcpy()
Peter Eisentraut
2024-09-10
Add amgettreeheight index AM API routine
Peter Eisentraut
2024-08-26
Fix nbtree lookahead overflow bug.
Peter Geoghegan
2024-08-12
Give nbtree move right function internal linkage.
Peter Geoghegan
2024-08-11
Avoid unneeded nbtree backwards scan buffer locks.
Peter Geoghegan
2024-06-26
Fix nbtree array unsatisfied inequality check.
Peter Geoghegan
2024-04-22
Remove unneeded nbtree array preprocessing assert.
Peter Geoghegan
2024-04-21
Remove overzealous array element type assertion.
Peter Geoghegan
2024-04-18
Fix typos and duplicate words
Daniel Gustafsson
2024-04-18
Don't try to fix eliminated nbtree array scan keys.
Peter Geoghegan
2024-04-16
Fix nbtree "deduce NOT NULL" scan key comment.
Peter Geoghegan
2024-04-07
Remove redundant nbtree preprocessing assertions.
Peter Geoghegan
2024-04-07
Avoid extra lookups with nbtree array inequalities.
Peter Geoghegan
2024-04-06
Enhance nbtree ScalarArrayOp execution.
Peter Geoghegan
2024-03-22
Fix an oversight in refactoring in 06b10f80ba4.
Alexander Korotkov
2024-03-11
Update obsolete index scan TID comments.
Peter Geoghegan
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-02-23
Introduce a new smgr bulk loading facility.
Heikki Linnakangas
2024-02-16
Use new overflow-safe integer comparison functions.
Nathan Bossart
2024-01-03
Update copyright for 2024
Bruce Momjian
2024-01-02
Fix typos in comments and in one isolation test.
Robert Haas
2023-12-27
Improvements and fixes for e0b1ee17dc
Alexander Korotkov
2023-12-27
Remove BTScanOpaqueData.firstPage
Alexander Korotkov
2023-12-08
Fix nbtree backward scan race condition comments.
Peter Geoghegan
2023-12-08
Optimize nbtree backward scan boundary cases.
Peter Geoghegan
2023-12-08
Allow parallel CREATE INDEX for BRIN indexes
Tomas Vondra
2023-11-25
Reuse BrinDesc and BrinRevmap in brininsert
Tomas Vondra
2023-10-26
Add trailing commas to enum definitions
Peter Eisentraut
2023-10-09
Remove duplicate words in docs and code comments.
Amit Kapila
2023-10-07
Fix another typo in e0b1ee17dc
Alexander Korotkov
2023-10-07
Fix typos in e0b1ee17dc
Alexander Korotkov
2023-10-06
Skip checking of scan keys required for directional scan in B-tree
Alexander Korotkov
2023-09-28
Fix btmarkpos/btrestrpos array key wraparound bug.
Peter Geoghegan
2023-09-08
Remove some more "snapshot too old" vestiges.
Thomas Munro
2023-09-05
Remove the "snapshot too old" feature.
Thomas Munro
2023-08-23
Fix _bt_allequalimage() call within critical section.
Heikki Linnakangas
2023-08-23
Use the buffer cache when initializing an unlogged index.
Heikki Linnakangas
2023-08-23
ExtendBufferedWhat -> BufferManagerRelation.
Thomas Munro
2023-07-04
Fix race in SSI interaction with empty btrees.
Thomas Munro
2023-06-21
nbtree VACUUM: cope with topparent inconsistencies.
Peter Geoghegan
2023-06-10
nbtree: Allocate new pages in separate function.
Peter Geoghegan
2023-06-08
Fix missing word in nbtree/README.
Nathan Bossart
[prev]
[next]