summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/count_scan.cpp
AgeCommit message (Expand)Author
2024-05-23SERVER-90645 Enable tidy check misc-unused-using-decls (#22430)Matt Kneiser
2024-05-09SERVER-86595 Stack-allocate seek points in makeKeyStringFrom* family function...Wei Hu
2024-03-28SERVER-88485 Avoid unnecessary allocation of bson object in PlanExecutorExpre...Wei Hu
2023-09-23SERVER-81059 bulk-revert of include of boost iif.hppBilly Donahue
2023-06-27SERVER-77047 SERVER-77048 IWYU automated changes up to end ratio 0.8Daniel Moody
2023-06-22SERVER-78170 Modify read query stages to accept both CollectionPtr and Scoped...Jordi Olivares Provencio
2023-06-14SERVER-72575 Remove kWantKey and kJustExistance RequestedInfo ValuesErin Liang
2023-05-25SERVER-77396 Refactor some of the concurrency exception util methodmathisbessamdb
2023-03-20SERVER-75037 Fix COUNT_SCAN stage when CWI is used.Alexander Ignatyev
2022-07-13SERVER-65360 Streamline handlePlanStageYield function signatureJosef Ahmad
2022-07-12SERVER-65360 Handle TemporarilyUnavailableException in query execJosef Ahmad
2022-05-10SERVER-66205 Merge `WriteConflictException` and `TemporarilyUnavailableExcept...Amirsaman Memaripour
2021-03-18SERVER-55065: Cover null queries with index where possibleAlya Berciu
2020-09-26SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin
2020-06-10SERVER-47873 Eliminate the Collection* saved in IndexDescriptorGeert Bosch
2020-02-28SERVER-45406 Plumb ExpressionContext through PlanStageIan Boros
2019-09-12SERVER-42981 Make WorkingSetMember compatible for use with the Sorter.David Storch
2019-08-29SERVER-42248 Remove SortedDataInterface::seek() which accepts a BSONObjXiangyu Yao
2019-07-27SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.1
2019-06-10SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin
2019-02-13SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue
2018-11-27SERVER-37448 Make remaining PlanStages check catalog validity on restore.David Storch
2018-10-22SERVER-37651 Update header files with new licenseRamon Fernandez
2018-08-29SERVER-16857 Delete MMAPv1 diskloc invalidations.David Storch
2018-08-10SERVER-35500 Implement special bounds generation for allPaths indexesBernard Gorman
2018-02-14SERVER-33275 Remove `platform/unordered_`* headersADAM David Alan Martin
2018-01-09SERVER-32570 Clean up stale TODO comments in the query system.David Storch
2018-01-04SERVER-32302 Introduce BSONObjStlIterator as a proper stl-style iteratorMathias Stearn
2017-08-09SERVER-30353 Create an index observer to notify us of changes made to index a...Gregory Wlodarek
2017-07-26SERVER-28752 Get rid of BatchedInsertRequest::getIndexTargetingNSKaloian Manassiev
2017-03-07SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen
2016-09-07SERVER-25156 Add support for building v=2 indexes.Max Hirschhorn
2016-07-05SERVER-24182 Add collation-related information to explain outputTess Avitabile
2016-06-10SERVER-23064 COUNT_SCAN query execution stage does not report index bounds in...David Hatch
2016-05-17SERVER-23115 Include path-level multikey information in explain output.Max Hirschhorn
2016-02-22SERVER-22407 make COUNT_SCAN return RID_AND_OBJ instead of OWNED_OBJDavid Storch
2016-01-29SERVER-22133 generate COUNT_SCAN plans properly from the plan cacheDavid Storch
2016-01-14SERVER-19377 PlanStage: make work() non-virt, add virt method doWork()Jason Rassi
2015-08-28SERVER-19708: Move RecordCursor::seekExact to derived SeekableRecordStore classGeert Bosch
2015-08-04SERVER-19364 move query stage OperationContext pointer management into the ba...Qingyang Chen
2015-07-16SERVER-17364 Don't stash RecoveryUnits across getMoresMathias Stearn
2015-07-16SERVER-17364 Unify handling of child stages into PlanStage base classMathias Stearn
2015-06-29SERVER-16889.5 PlanExecutor::getStats() and PlanStage::getStats() return uniq...Qingyang Chen
2015-06-20SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto
2015-06-15address feedback: remove isTTL and expireAfterSecondsMisha Tyulenev
2015-06-15SERVER-3495 added to explain output for stages COUNT_SCAN and IXSCAN: isUniqu...Misha Tyulenev
2015-06-10SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow
2015-04-17SERVER-17633 add const qualifiers to PlanStage and Explain interfacesDavid Storch
2015-04-09SERVER-17635 Improve SortedDataInterface::Cursor APIMathias Stearn
2015-03-19SERVER-17623 Fix direct users of BtreeBasedAccessMethod and BtreeIndexCursorMathias Stearn