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
9 days
Remove obsolete name_ops index-only scan comments.
Peter Geoghegan
2025-12-15
Add offnum range checks to suppress compile warnings with UBSAN.
Tom Lane
2025-12-10
Clarify why _bt_killitems sorts its items array.
Peter Geoghegan
2025-12-10
Return TIDs in desc order during backwards scans.
Peter Geoghegan
2025-12-10
Use palloc_object() and palloc_array() in backend code
Michael Paquier
2025-12-08
Avoid pointer chasing in _bt_readpage inner loop.
Peter Geoghegan
2025-12-08
Relocate _bt_readpage and related functions.
Peter Geoghegan
2025-12-02
Add a test for half-dead pages in B-tree indexes
Heikki Linnakangas
2025-12-02
Add a test for incomplete splits in B-tree indexes
Heikki Linnakangas
2025-11-29
Update obsolete row compare preprocessing comments.
Peter Geoghegan
2025-11-02
Document nbtree row comparison design.
Peter Geoghegan
2025-11-02
Remove obsolete nbtree equality key comments.
Peter Geoghegan
2025-10-31
Mark function arguments of type "Datum *" as "const Datum *" where possible
Peter Eisentraut
2025-10-30
Mark ItemPointer arguments as const throughout
Peter Eisentraut
2025-10-27
Add some const qualifications
Peter Eisentraut
2025-10-27
Remove Item type
Peter Eisentraut
2025-10-12
Remove unused nbtree array advancement variable.
Peter Geoghegan
2025-10-10
Remove overzealous _bt_killitems assertion.
Peter Geoghegan
2025-09-26
Improve stability of btree page split on ERRORs
Michael Paquier
2025-09-15
Teach nbtree to avoid evaluating row compare keys.
Peter Geoghegan
2025-09-13
nbtree: Always set skipScan flag on rescan.
Peter Geoghegan
2025-09-13
Re-pgindent nbtpreprocesskeys.c after commit 796962922e.
Nathan Bossart
2025-09-12
Always commute strategy when preprocessing DESC keys.
Peter Geoghegan
2025-08-29
Remove unneeded casts of BufferGetPage() result
Peter Eisentraut
2025-08-14
Avoid including tableam.h and xlogreader.h in nbtree.h
Álvaro Herrera
2025-08-13
Grab the low-hanging fruit from forcing sizeof(Datum) to 8.
Tom Lane
2025-08-05
Fix mixups of FooGetDatum() vs. DatumGetFoo()
Peter Eisentraut
2025-07-16
nbtree: Use only one notnullkey ScanKeyData.
Peter Geoghegan
2025-07-02
Update obsolete row compare preprocessing comments.
Peter Geoghegan
2025-07-02
Make row compares robust during nbtree array scans.
Peter Geoghegan
2025-07-02
Make handling of redundant nbtree keys more robust.
Peter Geoghegan
2025-06-13
nbtree: _bt_readnextpage doesn't affect markPos.
Peter Geoghegan
2025-06-11
Revert "nbtree: Remove useless row compare arg."
Peter Geoghegan
2025-06-11
Make _bt_killitems drop pins it acquired itself.
Peter Geoghegan
2025-06-06
Avoid BufferGetLSNAtomic() calls during nbtree scans.
Peter Geoghegan
2025-06-05
nbtree: Remove useless row compare arg.
Peter Geoghegan
2025-05-30
Change internal queryid type from uint64 to int64
David Rowley
2025-05-07
Prevent premature nbtree array advancement.
Peter Geoghegan
2025-05-07
nbtree: tighten up array recheck rules.
Peter Geoghegan
2025-05-02
Avoid treating nonrequired nbtree keys as required.
Peter Geoghegan
2025-04-30
Adjust overstrong nbtree skip array assertion.
Peter Geoghegan
2025-04-28
Add maintenance_io_concurrency flag to some read stream users
Melanie Plageman
2025-04-28
Fix obsolete nbtree array advancement comment.
Peter Geoghegan
2025-04-28
Make NULL tuple values always advance skip arrays.
Peter Geoghegan
2025-04-21
Fix a few duplicate words in comments
David Rowley
2025-04-19
Fix typos and grammar in the code
Michael Paquier
2025-04-04
Avoid extra index searches through preprocessing.
Peter Geoghegan
2025-04-04
Improve nbtree skip scan primitive scan scheduling.
Peter Geoghegan
2025-04-04
Further optimize nbtree search scan key comparisons.
Peter Geoghegan
2025-04-04
Add nbtree skip scan optimization.
Peter Geoghegan
[next]