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
/
multi_iterator.h
Age
Commit message (
Expand
)
Author
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
2020-09-26
SERVER-50984 Add CollectionPtr to replace usage of const Collection*
Henrik Edin
2020-08-19
SERVER-50196 Remove redundant _opCtx member in MultiIteratorStage
Bernard Gorman
2020-08-07
SERVER-47885 Added lookupCollectionByXXXForRead interface to the Collection c...
Henrik Edin
2020-02-28
SERVER-45406 Plumb ExpressionContext through PlanStage
Ian Boros
2019-08-30
SERVER-42211 Remove RepairCursorCmd and RecordStore::getCursorForRepair()
Evgeni Dobranov
2019-06-14
SERVER-41071 Replace NULL and 0 with nullptr
A. Jesse Jiryu Davis
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-11-07
SERVER-37446 Make more PlanStages inherit from RequiresCollectionStage.
David Storch
2018-10-22
SERVER-37651 Update header files with new license
Ramon Fernandez
2018-09-05
SERVER-36156 Delete RecordFetcher.
David Storch
2018-08-29
SERVER-16857 Delete MMAPv1 diskloc invalidations.
David Storch
2018-07-12
SERVER-33998 Remove the parallelCollectionScan command
Sean Tao
2017-03-07
SERVER-27938 Rename all OperationContext variables to opCtx
Maria van Keulen
2016-01-14
SERVER-19377 PlanStage: make work() non-virt, add virt method doWork()
Jason Rassi
2015-08-04
SERVER-19364 move query stage OperationContext pointer management into the ba...
Qingyang Chen
2015-07-23
SERVER-19456 Use final designators where appropriate in PlanStages
Mathias Stearn
2015-07-16
SERVER-17364 Don't stash RecoveryUnits across getMores
Mathias Stearn
2015-07-16
SERVER-17364 Unify handling of child stages into PlanStage base class
Mathias Stearn
2015-07-01
SERVER-18961 avoid iterating the entire working set when preparing for a Wire...
David Storch
2015-06-29
SERVER-16889.5 PlanExecutor::getStats() and PlanStage::getStats() return uniq...
Qingyang Chen
2015-06-20
SERVER-18579: Clang-Format - reformat code, no comment reflow
Mark Benvenuto
2015-06-09
SERVER-16444 New API for navigating RecordStores
Mathias Stearn
2015-06-09
SERVER-2454 Improve PlanExecutor::DEAD handling
James Wahlin
2015-04-17
SERVER-17633 add const qualifiers to PlanStage and Explain interfaces
David Storch
2015-02-13
SERVER-17062 Make query execution handle WriteConflictExceptions where possible
Mathias Stearn
2014-11-26
SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1
Mathias Stearn
2014-11-26
SERVER-13679 Add record_id.h and move diskloc.h under mmap_v1
Mathias Stearn
2014-11-20
SERVER-15675 PlanStage::invalidate() needs OperationContext
Jason Rassi
2014-11-04
SERVER-15665 MMAP v1 requests yields during page faults via NEED_FETCH
David Storch
2014-10-08
SERVER-15544 repairCursor command for tools
Mathias Stearn
2014-08-25
SERVER-13635: OperationContext on read paths
Eliot Horowitz
2014-08-01
SERVER-14634 move MultiIteratorStage and PipelineProxyStage into exec/ directory
David Storch