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
/
count_scan.cpp
Age
Commit message (
Expand
)
Author
2024-05-23
SERVER-90645 Enable tidy check misc-unused-using-decls (#22430)
Matt Kneiser
2024-05-09
SERVER-86595 Stack-allocate seek points in makeKeyStringFrom* family function...
Wei Hu
2024-03-28
SERVER-88485 Avoid unnecessary allocation of bson object in PlanExecutorExpre...
Wei Hu
2023-09-23
SERVER-81059 bulk-revert of include of boost iif.hpp
Billy Donahue
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-14
SERVER-72575 Remove kWantKey and kJustExistance RequestedInfo Values
Erin Liang
2023-05-25
SERVER-77396 Refactor some of the concurrency exception util method
mathisbessamdb
2023-03-20
SERVER-75037 Fix COUNT_SCAN stage when CWI is used.
Alexander Ignatyev
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
2021-03-18
SERVER-55065: Cover null queries with index where possible
Alya Berciu
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-02-28
SERVER-45406 Plumb ExpressionContext through PlanStage
Ian Boros
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-07-27
SERVER-41772 Apply clang-format 7.0.1 to the codebase
clang-format-7.0.1
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-37448 Make remaining PlanStages check catalog validity on restore.
David Storch
2018-10-22
SERVER-37651 Update header files with new license
Ramon Fernandez
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-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
2018-01-04
SERVER-32302 Introduce BSONObjStlIterator as a proper stl-style iterator
Mathias Stearn
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-07
SERVER-25156 Add support for building v=2 indexes.
Max Hirschhorn
2016-07-05
SERVER-24182 Add collation-related information to explain output
Tess Avitabile
2016-06-10
SERVER-23064 COUNT_SCAN query execution stage does not report index bounds in...
David Hatch
2016-05-17
SERVER-23115 Include path-level multikey information in explain output.
Max Hirschhorn
2016-02-22
SERVER-22407 make COUNT_SCAN return RID_AND_OBJ instead of OWNED_OBJ
David Storch
2016-01-29
SERVER-22133 generate COUNT_SCAN plans properly from the plan cache
David Storch
2016-01-14
SERVER-19377 PlanStage: make work() non-virt, add virt method doWork()
Jason Rassi
2015-08-28
SERVER-19708: Move RecordCursor::seekExact to derived SeekableRecordStore class
Geert Bosch
2015-08-04
SERVER-19364 move query stage OperationContext pointer management into the ba...
Qingyang Chen
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-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-15
address feedback: remove isTTL and expireAfterSeconds
Misha Tyulenev
2015-06-15
SERVER-3495 added to explain output for stages COUNT_SCAN and IXSCAN: isUniqu...
Misha Tyulenev
2015-06-10
SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>
Andrew Morrow
2015-04-17
SERVER-17633 add const qualifiers to PlanStage and Explain interfaces
David Storch
2015-04-09
SERVER-17635 Improve SortedDataInterface::Cursor API
Mathias Stearn
2015-03-19
SERVER-17623 Fix direct users of BtreeBasedAccessMethod and BtreeIndexCursor
Mathias Stearn
[next]