summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/query_stage_count.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-47873 Eliminate the Collection* saved in IndexDescriptorGeert Bosch2020-06-101-1/+1
* SERVER-43821 Make PlanStage and PlanExecutor return errors by throwingDavid Storch2020-05-291-13/+10
* SERVER-45406 Plumb ExpressionContext through PlanStageIan Boros2020-02-281-8/+8
* SERVER-45454 Desugar where to expr + functionEric Cox2020-02-131-1/+2
* SERVER-43367 unittest framework refactor/fixesBilly Donahue2019-10-021-3/+5
* SERVER-41696 Remove the 'ns' field from index specsGregory Wlodarek2019-07-291-1/+1
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-4/+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/+6
* SERVER-40253 Implement count command in IDLTed Tuckman2019-04-251-11/+23
* 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-1/+1
* SERVER-37446 Change PlanStages which don't require a collection to avoid keep...David Storch2018-11-071-3/+1
* SERVER-37444 Added RequiresCollectionStage and use for COLLSCAN.David Storch2018-10-311-4/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-16857 Delete MMAPv1 diskloc invalidations.David Storch2018-08-291-4/+0
* SERVER-36224 Refactor Collection::updateDocument argsJustin Seyster2018-08-261-2/+1
* SERVER-35500 Implement special bounds generation for allPaths indexesBernard Gorman2018-08-101-2/+1
* SERVER-35626 remove old MMAP 'enforceQuota' codeDianna Hohensee2018-07-131-3/+1
* 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-30580 No more status locationsMathias Stearn2017-08-161-10/+8
* SERVER-30353 Create an index observer to notify us of changes made to index a...Gregory Wlodarek2017-08-091-0/+1
* SERVER-28912 Thread stmtId from update and delete requests to oplogRandolph Tan2017-07-211-1/+1
* SERVER-28912 Thread statement id from batched insert command oplog entryRandolph Tan2017-07-121-1/+2
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-18/+21
* SERVER-28534 Pass collection names around as NamespaceStrings more oftenGeert Bosch2017-04-021-1/+1
* SERVER-22541 Refactor RAII locking helpers.Charlie Swanson2017-03-151-7/+4
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-28/+28
* SERVER-26033 Allow simple range to exclude start keyJudah Schvimer2016-09-151-1/+1
* SERVER-24239 Allow creation of indexes with the same key pattern.David Hatch2016-07-281-2/+4
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-4/+7
* SERVER-23349 make CollatorInterface methods constDavid Storch2016-05-041-1/+1
* SERVER-23608 Make MatchExpressionParser take a CollatorInterface*Tess Avitabile2016-04-261-1/+2
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-211-2/+4
* Revert "SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD ops"Benety Goh2016-04-211-4/+2
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-211-2/+4
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-201-4/+6
* Revert "SERVER-23779 Replace direct instantiation of OperationContextImpl wit...Eric Milkie2016-04-191-6/+4
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-181-4/+6
* SERVER-23136 Count command should return InvalidNamespace instead of BadValueKaloian Manassiev2016-03-151-7/+7
* SERVER-18826 Rename WorkingSet State Names from LOC to RIDJames Wahlin2016-02-051-23/+23
* SERVER-20536 Ignore comment field when planning counts.Charlie Swanson2016-02-041-2/+4
* SERVER-22057 refactor OpObserver::onUpdate and MigrationSourceManager::logUpd...Dianna Hohensee2016-01-151-2/+3
* SERVER-21407 explicitly disallow $text/$where extensions during MatchExpressi...David Storch2015-12-221-2/+3
* SERVER-21382 Remove unused _id-extracting out parameter from Collection::dele...Andy Schwerin2015-12-091-1/+1
* SERVER-21057: Undo MMAPv1 invalidations on rollbackGeert Bosch2015-10-231-0/+2
* SERVER-17364 Don't stash RecoveryUnits across getMoresMathias Stearn2015-07-161-1/+1