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
/
nbtutils.c
Age
Commit message (
Expand
)
Author
2024-11-01
Clarify nbtree array preprocessing comment.
Peter Geoghegan
2024-10-30
Clarify nbtree array exhaustion comments.
Peter Geoghegan
2024-10-30
Fix bug in nbtree array primitive scan scheduling.
Peter Geoghegan
2024-10-18
Optimize nbtree backwards scans.
Peter Geoghegan
2024-10-16
Normalize nbtree truncated high key array behavior.
Peter Geoghegan
2024-09-24
Update obsolete nbtree array preprocessing comments.
Peter Geoghegan
2024-09-21
Refactor handling of nbtree array redundancies.
Peter Geoghegan
2024-08-26
Fix nbtree lookahead overflow bug.
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-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-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-01-03
Update copyright for 2024
Bruce Momjian
2023-12-27
Improvements and fixes for e0b1ee17dc
Alexander Korotkov
2023-12-08
Optimize nbtree backward scan boundary cases.
Peter Geoghegan
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-06-10
nbtree: Allocate new pages in separate function.
Peter Geoghegan
2023-04-01
Pass down table relation into more index relation functions
Andres Freund
2023-02-07
Remove useless casts to (void *) in arguments of some system functions
Peter Eisentraut
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-15
Static assertions cleanup
Peter Eisentraut
2022-04-13
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-12
Revert the addition of GetMaxBackends() and related stuff.
Robert Haas
2022-04-01
Add macros in hash and btree AMs to get the special area of their pages
Michael Paquier
2022-02-08
Remove MaxBackends variable in favor of GetMaxBackends() function.
Robert Haas
2022-02-03
Add UNIQUE null treatment option
Peter Eisentraut
2022-01-07
Update copyright for 2022
Bruce Momjian
2021-10-15
Remove obsolete nbtree deduplication comments.
Peter Geoghegan
2021-10-02
Enable deduplication in system catalog indexes.
Peter Geoghegan
2021-03-11
Add back vacuum_cleanup_index_scale_factor parameter.
Peter Geoghegan
2021-03-10
Don't consider newly inserted tuples in nbtree VACUUM.
Peter Geoghegan
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-11-17
Deprecate nbtree's BTP_HAS_GARBAGE flag.
Peter Geoghegan
2020-07-21
Add nbtree Valgrind buffer lock checks.
Peter Geoghegan
2020-05-16
Final pgindent run with pg_bsd_indent version 2.1.
Tom Lane
2020-05-15
Avoid killing btree items that are already dead
Alvaro Herrera
2020-04-29
Remove redundant _bt_killitems() buffer check.
Peter Geoghegan
2020-04-13
Harmonize nbtree page split point code.
Peter Geoghegan
2020-04-07
Remove nbtree BTreeTupleSetAltHeapTID() function.
Peter Geoghegan
2020-04-06
Fix nbtree kill_prior_tuple posting list assert.
Peter Geoghegan
2020-03-30
Further simplify nbtree high key truncation.
Peter Geoghegan
2020-03-30
Refactor nbtree high key truncation.
Peter Geoghegan
2020-03-30
Consistently truncate non-key suffix columns.
Peter Geoghegan
[next]