index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mongo
/
db
/
exec
/
index_scan.cpp
Age
Commit message (
Expand
)
Author
2024-05-09
SERVER-86595 Stack-allocate seek points in makeKeyStringFrom* family function...
Wei Hu
2024-03-23
SERVER-87976 Use roaring bitmaps for RecordId deduplication in IndexScan stag...
Alexander Ignatyev
2024-03-01
SERVER-87027 AdmissionContext becomes OperationContext decoration (#19410)
Matt Broadstone
2024-02-29
Revert "SERVER-87027 AdmissionContext becomes OperationContext decoration (#1...
auto-revert-processor
2024-02-27
SERVER-87027 AdmissionContext becomes OperationContext decoration (#19266)
Matt Broadstone
2023-12-26
SERVER-83330 Access RecoveryUnit and Locker through transaction_resources.h
Silvia Surroca
2023-11-18
SERVER-78744 Access Locker through locker_api.h
Silvia Surroca
2023-09-23
SERVER-81059 bulk-revert of include of boost iif.hpp
Billy Donahue
2023-06-29
SERVER-72799 KeyString namespace to key_string
miquelmunozMDB
2023-06-27
SERVER-77047 SERVER-77048 IWYU automated changes up to end ratio 0.8
Daniel Moody
2023-06-22
SERVER-78170 Modify read query stages to accept both CollectionPtr and Scoped...
Jordi Olivares Provencio
2023-06-21
SERVER-77931 Add server parameter for deprioritize unbounded user collection ...
Shin Yee Tan
2023-05-25
SERVER-77396 Refactor some of the concurrency exception util method
mathisbessamdb
2023-03-30
SERVER-74594 Deprioritize unbounded user index scans
Gregory Noma
2023-02-11
SERVER-73141 Generate query shape for expressions in expression_leaf.h
Charlie Swanson
2022-09-22
SERVER-69280 Fixed use-after-move defect in IndexScan
Sebastien Mendez
2022-07-15
SERVER-67471 Improve RecordId usage performance
Jordi Olivares Provencio
2022-07-13
SERVER-65360 Streamline handlePlanStageYield function signature
Josef Ahmad
2022-07-12
SERVER-65360 Handle TemporarilyUnavailableException in query exec
Josef Ahmad
2022-05-10
SERVER-66205 Merge `WriteConflictException` and `TemporarilyUnavailableExcept...
Amirsaman Memaripour
2022-05-06
SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includes
Billy Donahue
2022-05-05
SERVER-65050 Optimize time-series sorting with point query on metadata
David Percy
2022-02-05
SERVER-60298 Hex encode the index bounds if associated with collation
Andrii Dobroshynski
2020-09-26
SERVER-50984 Add CollectionPtr to replace usage of const Collection*
Henrik Edin
2020-06-10
SERVER-47873 Eliminate the Collection* saved in IndexDescriptor
Geert Bosch
2020-04-26
SERVER-47735 change mongo source over to logv2
Billy Donahue
2020-02-28
SERVER-45406 Plumb ExpressionContext through PlanStage
Ian Boros
2020-02-22
SERVER-46290 Skip evaluation of tautoligical MatchExpressions
Justin Seyster
2020-02-21
SERVER-45567 removing util/log.h where I can
Gabriel Russell
2019-09-13
SERVER-42979 Implement WorkingSet::extract() and WorkingSet::emplace().
David Storch
2019-09-12
SERVER-42981 Make WorkingSetMember compatible for use with the Sorter.
David Storch
2019-08-29
SERVER-42248 Remove SortedDataInterface::seek() which accepts a BSONObj
Xiangyu Yao
2019-08-26
SERVER-42354 Remove SortedDataInterface::seek() which accepts a SeekPoint
Xiangyu Yao
2019-07-26
SERVER-42288 Consolidate Document and WorkingSetMember metadata implementations.
David Storch
2019-06-14
SERVER-41071 Replace NULL and 0 with nullptr
A. Jesse Jiryu Davis
2019-06-10
SERVER-39339 Remove `stdx/memory.h`
ADAM David Alan Martin
2019-02-13
SERVER-39560 - remove leading blank line on all C++ files
Billy Donahue
2018-11-27
SERVER-37447 Introduce RequiresIndexStage and use for IXSCAN.
David Storch
2018-10-22
SERVER-37651 Update header files with new license
Ramon Fernandez
2018-10-15
SERVER-37417 Plans using $** wildcard indices can return duplicate results
yarai
2018-09-21
SERVER-36931 Handle returnKey option for $** indexes
yarai
2018-08-29
SERVER-16857 Delete MMAPv1 diskloc invalidations.
David Storch
2018-08-10
SERVER-35500 Implement special bounds generation for allPaths indexes
Bernard Gorman
2018-06-11
SERVER-35044 Remove maxScan query option
James Wahlin
2018-02-14
SERVER-33275 Remove `platform/unordered_`* headers
ADAM David Alan Martin
2018-01-09
SERVER-32570 Clean up stale TODO comments in the query system.
David Storch
2017-08-09
SERVER-30353 Create an index observer to notify us of changes made to index a...
Gregory Wlodarek
2017-07-26
SERVER-28752 Get rid of BatchedInsertRequest::getIndexTargetingNS
Kaloian Manassiev
2017-03-07
SERVER-27938 Rename all OperationContext variables to opCtx
Maria van Keulen
2016-09-15
SERVER-26033 Allow simple range to exclude start key
Judah Schvimer
[next]