summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/query_stage_ixscan.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-73780 Make CollectionPtr constructor explicitHenrik Edin2023-02-131-1/+1
* SERVER-59913 Move CollectionPtr yield logic out of the CollectionCatalogHenrik Edin2023-02-071-6/+2
* SERVER-68635 Move the whole insert path out of CollectionImplKaloian Manassiev2022-08-151-3/+9
* SERVER-65360 Handle TemporarilyUnavailableException in query execJosef Ahmad2022-07-121-1/+1
* SERVER-65488 Change OldClientContext ctor to take in NamespaceStringSophia Tan2022-07-061-1/+1
* SERVER-62918 Change DBLock to use DatabaseNamejannaerin2022-06-271-1/+1
* SERVER-63865 Handle missing index idents during standalone startup recoveryGregory Noma2022-05-311-2/+4
* SERVER-57127 IndexScanParams accepts CollectionPtrBenety Goh2021-06-031-2/+2
* SERVER-56002 SERVER-56023 Store Collection metadata in the Collection and rep...Henrik Edin2021-05-201-0/+1
* SERVER-51200 CollectionPtr in RequiresCollectionStage point to instance owned...Henrik Edin2020-10-131-5/+7
* SERVER-47873 Eliminate the Collection* saved in IndexDescriptorGeert Bosch2020-06-101-2/+2
* SERVER-43821 Make PlanStage and PlanExecutor return errors by throwingDavid Storch2020-05-291-3/+0
* SERVER-45406 Plumb ExpressionContext through PlanStageIan Boros2020-02-281-3/+6
* SERVER-43367 unittest framework refactor/fixesBilly Donahue2019-10-021-3/+5
* SERVER-41696 Remove the 'ns' field from index specsGregory Wlodarek2019-07-291-3/+2
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-2/+1
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-3/+5
* SERVER-40724 Change namespace arguments to use NamespaceStringGeert Bosch2019-04-261-2/+5
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38316 Consolidate PlanExecutor::DEAD and PlanExecutor::FAILUREPawel Terlecki2019-01-301-1/+0
* 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-10/+10
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-35500 Implement special bounds generation for allPaths indexesBernard Gorman2018-08-101-4/+2
* SERVER-35115 Separate dbclientinterface.h into several parts, one per class.Henrik Edin2018-06-291-1/+0
* SERVER-30353 Create an index observer to notify us of changes made to index a...Gregory Wlodarek2017-08-091-0/+1
* SERVER-28912 Thread statement id from batched insert command oplog entryRandolph Tan2017-07-121-1/+1
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-1/+1
* SERVER-22541 Refactor RAII locking helpers.Charlie Swanson2017-03-151-7/+3
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-14/+14
* SERVER-23103 Move assembleResposne to its own libraryAndrew Morrow2016-12-141-0/+1
* SERVER-26033 Allow simple range to exclude start keyJudah Schvimer2016-09-151-1/+1
* SERVER-24033 Write full index spec in oplog entry for index creation.Max Hirschhorn2016-09-141-1/+7
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-10/+10
* SERVER-24239 Allow creation of indexes with the same key pattern.David Hatch2016-07-281-6/+8
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-211-1/+2
* Revert "SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD ops"Benety Goh2016-04-211-2/+1
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-211-1/+2
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-201-4/+3
* Revert "SERVER-23779 Replace direct instantiation of OperationContextImpl wit...Eric Milkie2016-04-191-3/+4
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-181-4/+3
* SERVER-18826 Rename WorkingSet State Names from LOC to RIDJames Wahlin2016-02-051-9/+9
* SERVER-19564: Drop unused recordID return from insertDocumentMartin Bligh2015-09-091-1/+1
* SERVER-19564: revertMartin Bligh2015-08-081-1/+1
* SERVER-19564: Drop unused recordID return from insertDocumentMartin Bligh2015-08-081-1/+1
* 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-9/+9
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-291/+281
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-4/+4
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-1/+1