summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/query_stage_collscan.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-61939 Tighter bounds for clustered collection scansDaniel Gómez Ferro2022-02-071-30/+40
* SERVER-61260 Support collations on clustered collectionsDaniel Gómez Ferro2022-01-181-3/+3
* SERVER-62050 Remove _opCtx from AutoGetCollectionFaustoleyva542022-01-051-1/+1
* SERVER-60621 Avoid global lock upgrade in some C++ testsDan Larkin-York2021-12-011-0/+1
* SERVER-61250 Introduce ScanInclusionBound for bounded collection scansHaley Connelly2021-11-111-9/+324
* SERVER-60287 Make clustered collection scan respect minimum boundHaley Connelly2021-10-051-12/+225
* SERVER-59797 Introduce new type for clusteredIndex create commandHaley Connelly2021-09-281-1/+3
* SERVER-59854 Remove PlanCacheIndexabilityState from the PlanCacheRuoxin Xu2021-09-241-0/+1
* SERVER-55664 EphemeralForTest supports clustered _id indexesLouis Williams2021-06-151-18/+0
* SERVER-56934 Make expireAfterSeconds a top-level collection optionGregory Noma2021-05-241-1/+1
* SERVER-47123 remove AutoGetOrCreateDb from dbtestsBenety Goh2021-04-291-2/+4
* SERVER-55779 Clustered collections should store RecordIds as KeyStringLouis Williams2021-04-091-8/+11
* SERVER-54008 Generalize CollectionScan to perform queries over RecordIdLouis Williams2021-02-241-0/+361
* SERVER-50754 introduce MakeBSONObjStage and various perf improvements to SBEIan Boros2021-01-191-4/+8
* SERVER-51200 CollectionPtr in RequiresCollectionStage point to instance owned...Henrik Edin2020-10-131-6/+6
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-28/+36
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-2/+2
* SERVER-47885 Added lookupCollectionByXXXForRead interface to the Collection c...Henrik Edin2020-08-071-1/+1
* SERVER-48477 Make PlanExecutor interface more genericDavid Storch2020-07-091-9/+10
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-5/+8
* SERVER-43821 Make PlanStage and PlanExecutor return errors by throwingDavid Storch2020-05-291-1/+1
* SERVER-46921 make collection of timing info opt in in PlanStageIan Boros2020-04-131-4/+4
* SERVER-45406 Plumb ExpressionContext through PlanStageIan Boros2020-02-281-12/+12
* SERVER-45454 Desugar where to expr + functionEric Cox2020-02-131-1/+1
* SERVER-43269 Implement resumeAfterRecordId in CollectionScan and CollectionSc...Vesselina Ratcheva2019-11-041-0/+80
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* SERVER-42181 Make WorkingSetMember hold Document instead of BSONObjMartin Neupauer2019-08-291-4/+4
* SERVER-41214 Modernize COLLSCAN dbtest.David Storch2019-06-261-231/+167
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-6/+7
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-9/+9
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37444 Added RequiresCollectionStage and use for COLLSCAN.David Storch2018-10-311-15/+14
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-16857 Delete MMAPv1 diskloc invalidations.David Storch2018-08-291-14/+4
* SERVER-35115 Separate dbclientinterface.h into several parts, one per class.Henrik Edin2018-06-291-1/+1
* SERVER-35516 Get rid of OldClientWriteContextKaloian Manassiev2018-06-151-4/+4
* SERVER-30731 MatchExpressionParser::parse() should require an ExpressionContextTess Avitabile2017-09-291-1/+3
* SERVER-29840 Add allowed features bitmask to MatchExpressionParser::parseTess Avitabile2017-08-251-3/+2
* SERVER-25694 Eliminate race in PlanExecutor cleanup.Charlie Swanson2017-04-131-6/+6
* SERVER-22541 Refactor RAII locking helpers.Charlie Swanson2017-03-151-3/+3
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-28/+28
* SERVER-27306 Remove AutoGetCollection methods with std::string namespaceJames Wahlin2016-12-191-14/+13
* SERVER-23349 make CollatorInterface methods constDavid Storch2016-05-041-1/+1
* SERVER-23608 Make MatchExpressionParser take a CollatorInterface*Tess Avitabile2016-04-261-2/+3
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-201-2/+4
* Revert "SERVER-23779 Replace direct instantiation of OperationContextImpl wit...Eric Milkie2016-04-191-4/+2
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-181-2/+4
* SERVER-13123 All callers of PlanExecutor::getNext need to deal with error ret...Tess Avitabile2016-02-181-5/+9
* SERVER-18826 Rename WorkingSet State Names from LOC to RIDJames Wahlin2016-02-051-21/+21
* SERVER-21407 explicitly disallow $text/$where extensions during MatchExpressi...David Storch2015-12-221-1/+3