summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/query_stage_and.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-63865 Handle missing index idents during standalone startup recoveryGregory Noma2022-05-311-1/+2
* SERVER-52877 Unify how writable Collections instances are handledHenrik Edin2022-04-051-71/+67
* SERVER-57127 IndexScanParams accepts CollectionPtrBenety Goh2021-06-031-40/+42
* SERVER-51200 CollectionPtr in RequiresCollectionStage point to instance owned...Henrik Edin2020-10-131-4/+4
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-21/+21
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-21/+21
* SERVER-47873 Eliminate the Collection* saved in IndexDescriptorGeert Bosch2020-06-101-39/+39
* SERVER-43821 Make PlanStage and PlanExecutor return errors by throwingDavid Storch2020-05-291-56/+35
* SERVER-45406 Plumb ExpressionContext through PlanStageIan Boros2020-02-281-70/+73
* SERVER-43367 unittest framework refactor/fixesBilly Donahue2019-10-021-3/+3
* SERVER-42852 Make PlanStage consistently hold children by unique_ptr.David Storch2019-09-041-53/+57
* SERVER-42181 Make WorkingSetMember hold Document instead of BSONObjMartin Neupauer2019-08-291-6/+6
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-43/+43
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-29/+29
* SERVER-40724 Change namespace arguments to use NamespaceStringGeert Bosch2019-04-261-19/+22
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-2/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38316 Consolidate PlanExecutor::DEAD and PlanExecutor::FAILUREPawel Terlecki2019-02-041-1/+1
* SERVER-38316 Consolidate PlanExecutor::DEAD and PlanExecutor::FAILUREPawel Terlecki2019-01-301-13/+12
* SERVER-38091 IndexCatalog iterators and accessors should return const entriesLouis Williams2018-12-191-2/+2
* SERVER-37447 Introduce RequiresIndexStage and use for IXSCAN.David Storch2018-11-271-1/+1
* SERVER-37446 Change PlanStages which don't require a collection to avoid keep...David Storch2018-11-071-21/+21
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-35500 Implement special bounds generation for allPaths indexesBernard Gorman2018-08-101-146/+63
* SERVER-20299 Delete KEEP_MUTATIONS stage.David Storch2018-08-021-80/+47
* 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-19/+19
* SERVER-33275 Remove `platform/unordered_`* headersADAM David Alan Martin2018-02-141-2/+2
* SERVER-30353 Create an index observer to notify us of changes made to index a...Gregory Wlodarek2017-08-091-0/+1
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-144/+145
* SERVER-26033 Allow simple range to exclude start keyJudah Schvimer2016-09-151-32/+32
* SERVER-24239 Allow creation of indexes with the same key pattern.David Hatch2016-07-281-3/+4
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-201-2/+5
* Revert "SERVER-23779 Replace direct instantiation of OperationContextImpl wit...Eric Milkie2016-04-191-5/+2
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-181-2/+5
* SERVER-18826 Rename WorkingSet State Names from LOC to RIDJames Wahlin2016-02-051-19/+19
* SERVER-19364 move query stage OperationContext pointer management into the ba...Qingyang Chen2015-08-041-30/+28
* SERVER-17364 Don't stash RecoveryUnits across getMoresMathias Stearn2015-07-161-4/+4
* SERVER-18961 avoid iterating the entire working set when preparing for a Wire...David Storch2015-07-011-27/+32
* SERVER-18978: Clang-Format - Fix comment word wrapping indentationMark Benvenuto2015-06-201-2/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-1266/+1278
* SERVER-17308 Remove duplicate std::unique_ptr using-declarationsJason Rassi2015-06-191-2/+1
* SERVER-18870 remove unused filter from AND_SORTED and AND_HASH stageQingyang Chen2015-06-191-123/+22
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-2/+1
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-22/+21
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-3/+3
* SERVER-16444 New API for navigating RecordStoresMathias Stearn2015-06-091-6/+3
* SERVER-2454 Improve PlanExecutor::DEAD handlingJames Wahlin2015-06-091-0/+140
* SERVER-17758 Move AutoGet* and Client::*Context to their own file.Andy Schwerin2015-03-271-21/+22
* SERVER-17132: Added SnapshotId and Snapshotted and use them in query to make ...Eliot Horowitz2015-02-021-9/+10