summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/plan_executor_invalidation_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76085 Create createDatabaseName_forTest to be used in unit testingmathisbessamdb2023-04-171-2/+3
* SERVER-75733 Return StringData in NSS::ns, DatabaseName::dbMatt Broadstone2023-04-141-1/+1
* SERVER-73375 Change DbClient fire-and-forget command functions to use Namespa...Sophia Tan2023-02-151-3/+3
* SERVER-73818 Remove CollectionPtr from CollectionCatalog interfaceHenrik Edin2023-02-151-1/+2
* SERVER-73903 Add invariant that yieldable Query plans are created with a yiel...Henrik Edin2023-02-141-2/+3
* SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin2023-02-081-1/+2
* SERVER-72942 Change DBClient *Collection functions to use NamespaceString obj...Sophia Tan2023-02-041-2/+2
* SERVER-72946 Change DbClient *Index functions to use NamespaceString objectSophia Tan2023-02-031-9/+9
* SERVER-72944 Change DBClient dropDatabase to use DatabaseName objectSophia Tan2023-01-261-1/+1
* SERVER-72948 Change DBClient runCommand function to use DatabaseName objectSophia Tan2023-01-231-1/+1
* SERVER-52877 Unify how writable Collections instances are handledHenrik Edin2022-04-051-35/+74
* SERVER-59854 Remove PlanCacheIndexabilityState from the PlanCacheRuoxin Xu2021-09-241-0/+1
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-1/+1
* SERVER-53060 Remove QueryRequest classRuoxin Xu2021-02-171-2/+2
* SERVER-50754 introduce MakeBSONObjStage and various perf improvements to SBEIan Boros2021-01-191-1/+2
* SERVER-52556 Versioned CollectionCatalog. Writes are performed using copy-on-...Henrik Edin2020-11-131-2/+2
* SERVER-51200 CollectionPtr in RequiresCollectionStage point to instance owned...Henrik Edin2020-10-131-23/+25
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-15/+15
* SERVER-50349 Getting a writable collection now requires the caller to be insi...Henrik Edin2020-09-151-6/+8
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-1/+2
* SERVER-48477 Make PlanExecutor interface more genericDavid Storch2020-07-091-2/+2
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-2/+2
* SERVER-25023 Allow multiple indexes on the same fields with different partial...Bernard Gorman2020-04-251-3/+10
* SERVER-45406 Plumb ExpressionContext through PlanStageIan Boros2020-02-281-2/+5
* SERVER-44037 Removed the restartCatalog Cmd and all references to itAndrew Chen2020-02-051-24/+0
* SERVER-43859: Take MODE_IX locks for collection creation.Daniel Gottlieb2019-11-261-7/+7
* SERVER-41496 Remove Database::getCollection() and replace with CollectionCata...Evgeni Dobranov2019-09-301-6/+8
* SERVER-42649 Use Value instead of BSONObj in the in-memory sort keyJustin Seyster2019-09-261-2/+1
* Revert "SERVER-33272 Proactively close newly empty databases"Gregory Wlodarek2019-08-271-8/+0
* SERVER-33272 Proactively close newly empty databasesGregory Wlodarek2019-08-271-0/+8
* Revert "SERVER-33272 Proactively close newly empty databases"Gregory Wlodarek2019-08-231-8/+0
* SERVER-33272 Proactively close newly empty databasesGregory Wlodarek2019-08-221-0/+8
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-4/+2
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-22/+22
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-40568 Disallow restarting the catalog on BiggieSEGregory Wlodarek2019-04-111-0/+6
* SERVER-37451 Move all ClientCursor ownership to the global CursorManager.David Storch2019-01-151-0/+46
* SERVER-38684 unshim CollectionBenety Goh2018-12-181-0/+1
* SERVER-37449 Remove CursorManager's PlanExecutor registry.David Storch2018-12-181-0/+402