summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/query_stage_cached_plan.cpp
Commit message (Expand)AuthorAgeFilesLines
* Apply formatting per `clang-format-7.0.1`clang-format-7.0.12019-07-261-1/+1
* SERVER-40724 Change namespace arguments to use NamespaceStringGeert Bosch2019-04-261-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-35402 Add validators where applicable in query_knobs.cppArun Banala2019-02-061-1/+1
* SERVER-38316 Consolidate PlanExecutor::DEAD and PlanExecutor::FAILUREPawel Terlecki2019-01-301-1/+0
* SERVER-38719 rename DatabaseHolder::get() to getDb()Benety Goh2018-12-201-1/+2
* SERVER-37449 Make yield recovery throw if Database has been closed and reopened.David Storch2018-12-181-2/+10
* SERVER-37449 Add RequiresAllIndicesStage and use for subplanning and multipla...David Storch2018-12-101-0/+88
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-35626 remove old MMAP 'enforceQuota' codeDianna Hohensee2018-07-131-3/+1
* SERVER-35516 Get rid of OldClientWriteContextKaloian Manassiev2018-06-151-1/+1
* SERVER-32452 add ability for plan cache entries to be inactiveIan Boros2018-06-141-116/+276
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-301-1/+1
* Revert "SERVER-32645 Create a shim helper framework."Kyle Suarez2018-04-301-1/+1
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-271-1/+1
* SERVER-29840 Add allowed features bitmask to MatchExpressionParser::parseTess Avitabile2017-08-251-5/+2
* 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-1/+1
* SERVER-25694 Eliminate race in PlanExecutor cleanup.Charlie Swanson2017-04-131-2/+2
* SERVER-22541 Refactor RAII locking helpers.Charlie Swanson2017-03-151-6/+5
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-24/+24
* SERVER-27306 Remove AutoGetCollection methods with std::string namespaceJames Wahlin2016-12-191-2/+3
* SERVER-24118 Rename LiteParsedQuery to QueryRequest.David Hatch2016-06-031-6/+6
* SERVER-23243 Replace Listener::getElapsedTimeMillis() in scoped_timer.cppWaley Chen2016-05-251-4/+4
* Revert "SERVER-23243 Replace Listener::getElapsedTimeMillis() in scoped_timer...Waley Chen2016-05-181-4/+4
* SERVER-23243 Replace Listener::getElapsedTimeMillis() in scoped_timer.cppWaley Chen2016-05-171-4/+4
* SERVER-24045 Refactor CanonicalQuery::canonicalize()Tess Avitabile2016-05-101-2/+6
* SERVER-23610 CanonicalQuery should own a CollatorInterfaceTess Avitabile2016-05-051-2/+6
* SERVER-23243 Replace Listener::getElapsedTimeMillis() in elapsed_tracker.cppWaley Chen2016-05-021-2/+4
* Revert "SERVER-23243 Replace Listener::getElapsedTimeMillis() in elapsed_trac...Waley Chen2016-05-021-4/+2
* SERVER-23243 Replace Listener::getElapsedTimeMillis() in elapsed_tracker.cppWaley Chen2016-05-021-2/+4
* 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-3/+6
* Revert "SERVER-23779 Replace direct instantiation of OperationContextImpl wit...Eric Milkie2016-04-191-6/+3
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-181-3/+6
* SERVER-21407 explicitly disallow $text/$where extensions during MatchExpressi...David Storch2015-12-221-2/+5
* SERVER-19564: Drop unused recordID return from insertDocumentMartin Bligh2015-09-091-3/+1
* SERVER-19364 move query stage OperationContext pointer management into the ba...Qingyang Chen2015-08-041-2/+2
* SERVER-19235 CQ::canonicalize() to use NamespaceString rather than std::stringQingyang Chen2015-07-271-14/+11
* SERVER-16889 CanonicalQuery::canonicalize() return SW<unique_ptr<CQ>>Qingyang Chen2015-06-231-6/+6
* Revert "SERVER-16889 query subsystem CanonicalQuery::canonicalize use StatusW...Qingyang Chen2015-06-221-6/+6
* SERVER-16889 query subsystem CanonicalQuery::canonicalize use StatusWith<uniq...Qingyang Chen2015-06-221-6/+6
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-178/+178
* SERVER-15225 CachedPlanStage can replan poorly performing queries after a tri...David Storch2015-04-131-0/+252