summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/distinct_scan.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-57127 IndexCatalogEntry::isMultikey() accepts OperationContext and Col...Benety Goh2021-06-041-1/+1
* SERVER-57127 IndexCatalogEntry::getMultikeyPaths() accepts CollectionPtrBenety Goh2021-06-041-1/+1
* SERVER-57127 DistinctParams accepts CollectionPtrBenety Goh2021-06-031-1/+3
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-1/+1
* SERVER-47873 Eliminate the Collection* saved in IndexDescriptorGeert Bosch2020-06-101-3/+6
* SERVER-45406 Plumb ExpressionContext through PlanStageIan Boros2020-02-281-1/+1
* SERVER-41766 Remove obsolete code for tracking multikey writes inside multi-d...William Schultz2019-08-121-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37448 Make remaining PlanStages check catalog validity on restore.David Storch2018-11-271-34/+24
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36517 Allow wildcard indexes to provide DISTINCT_SCANBernard Gorman2018-10-111-14/+48
* SERVER-35500 Implement special bounds generation for allPaths indexesBernard Gorman2018-08-101-0/+2
* SERVER-33275 Remove `platform/unordered_`* headersADAM David Alan Martin2018-02-141-1/+0
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-1/+1
* SERVER-19377 PlanStage: make work() non-virt, add virt method doWork()Jason Rassi2016-01-141-1/+1
* SERVER-19364 move query stage OperationContext pointer management into the ba...Qingyang Chen2015-08-041-4/+1
* SERVER-19456 Use final designators where appropriate in PlanStagesMathias Stearn2015-07-231-11/+10
* SERVER-17364 Don't stash RecoveryUnits across getMoresMathias Stearn2015-07-161-1/+3
* SERVER-17364 Unify handling of child stages into PlanStage base classMathias Stearn2015-07-161-8/+2
* SERVER-16889.5 PlanExecutor::getStats() and PlanStage::getStats() return uniq...Qingyang Chen2015-06-291-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-62/+62
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-1/+0
* SERVER-17633 add const qualifiers to PlanStage and Explain interfacesDavid Storch2015-04-171-2/+2
* SERVER-17635 Improve SortedDataInterface::Cursor APIMathias Stearn2015-04-091-40/+3
* SERVER-17623 Fix direct users of BtreeBasedAccessMethod and BtreeIndexCursorMathias Stearn2015-03-191-1/+1
* SERVER-17623 Merge BtreeBasedAccessMethod into IndexAccessMethodMathias Stearn2015-03-191-1/+0
* SERVER-4494 add index version to explain outputDavid Storch2015-02-201-1/+1
* SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1Mathias Stearn2014-11-261-2/+2
* SERVER-13679 Add record_id.h and move diskloc.h under mmap_v1Mathias Stearn2014-11-261-1/+1
* SERVER-15675 PlanStage::invalidate() needs OperationContextJason Rassi2014-11-201-1/+1
* SERVER-15528 Refactor DistinctScan to do less in each work() callJason Rassi2014-10-151-2/+20
* SERVER-14633 rename prepareToYield() and recoverFromYield() to saveState() an...David Storch2014-07-291-2/+2
* SERVER-14407 delete dead Runner codeDavid Storch2014-07-221-1/+1
* SERVER-14407 replace Runner with PlanExecutorDavid Storch2014-07-221-1/+1
* SERVER-14408 access stats directly from execution stagesDavid Storch2014-07-081-0/+4
* SERVER-14387 Propogate OperationContext through calls requiring document read...Craig Harris2014-07-081-1/+4
* SERVER-14097 SERVER-14098 execution-level explain for .find() and .count()David Storch2014-06-271-0/+4
* SERVER-14096 explain find() at queryPlanner verbosityDavid Storch2014-06-111-0/+2
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-2/+2
* SERVER-12640 support distinct on array element. fixed multi-key supportBenety Goh2014-02-131-3/+0
* SERVER-2094 fast distinct when field is indexed and query is fully coveredHari Khalsa2014-01-231-0/+136