summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/multi_plan.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-45507 Add context around planning failuresCharlie Swanson2020-01-141-7/+12
* SERVER-42852 Make PlanStage consistently hold children by unique_ptr.David Storch2019-09-041-3/+3
* SERVER-42837 Allow waitInFindBeforeBatch FailPoint to take data.nss parameterBen Caimano2019-08-201-2/+2
* SERVER-40714 Change CollectionInfoCache to be a decoration (rather than a mem...Xiangyu Yao2019-08-071-4/+7
* SERVER-41279 Eliminate failed plans from consideration during query planningsamontea2019-07-111-8/+20
* Revert "SERVER-41279 Eliminate failed plans from consideration during query p...Xiangyu Yao2019-07-101-20/+8
* SERVER-41279 Eliminate failed plans from consideration during query planningsamontea2019-07-101-8/+20
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-3/+3
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-4/+4
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* 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-5/+6
* SERVER-37446 Make more PlanStages inherit from RequiresCollectionStage.David Storch2018-11-071-10/+8
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36156 Delete RecordFetcher.David Storch2018-09-051-15/+5
* SERVER-16857 Delete MMAPv1 diskloc invalidations.David Storch2018-08-291-42/+3
* SERVER-36479 Don't redact planSummary in logsKelsey Schubert2018-08-181-6/+6
* SERVER-32452 add ability for plan cache entries to be inactiveIan Boros2018-06-141-2/+2
* SERVER-32685 Disable lock and WT transaction yielding under readConcern snaps...Tess Avitabile2018-02-081-2/+2
* SERVER-32603 Modernize QueryPlanner methods to use unique_ptr.David Storch2018-01-111-2/+4
* SERVER-31610 Add timestamp to plan cache entriesjannaerin2017-11-131-1/+4
* SERVER-30410 Ensure executor is saved after tailable cursor time out.Charlie Swanson2017-08-281-6/+5
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-2/+5
* SERVER-25694 Eliminate race in PlanExecutor cleanup.Charlie Swanson2017-04-131-2/+2
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-10/+10
* SERVER-25932 Make MONGO_EXPORT_SERVER_PARAMETER use AtomicWord instead of std...Mark Benvenuto2017-01-051-3/+3
* SERVER-24991 log redaction for commands, concurrency, exec, indexThomas Schubert2016-09-021-14/+14
* SERVER-24761 Abort entire query plan when a catalog operation occurs.Max Hirschhorn2016-07-141-1/+1
* SERVER-24118 Rename LiteParsedQuery to QueryRequest.David Hatch2016-06-031-4/+5
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-2/+2
* SERVER-23243 Replace Listener::getElapsedTimeMillis() in scoped_timer.cppWaley Chen2016-05-251-1/+1
* Revert "SERVER-23243 Replace Listener::getElapsedTimeMillis() in scoped_timer...Waley Chen2016-05-181-1/+1
* SERVER-23243 Replace Listener::getElapsedTimeMillis() in scoped_timer.cppWaley Chen2016-05-171-1/+1
* SERVER-18826 Rename WorkingSet State Names from LOC to RIDJames Wahlin2016-02-051-7/+8
* SERVER-19377 PlanStage: make work() non-virt, add virt method doWork()Jason Rassi2016-01-141-14/+1
* SERVER-21227 don't drop invalidated results in MultiPlanStage or CachedPlanStageDavid Storch2015-11-051-10/+3
* SERVER-20111 Plan summary should only include the winning planCharlie Swanson2015-10-081-26/+6
* SERVER-16444 Only make BSONObj underlying WSM owned if not mmapv1.Max Hirschhorn2015-08-271-1/+1
* SERVER-16444 Copy data in the query subsystem as needed.Max Hirschhorn2015-08-241-0/+4
* SERVER-18668 remove some pessimizing and redundant movesAdam Midvidy2015-08-241-1/+1
* SERVER-18772 Add ntoreturn to LiteParsedQueryMisha Tyulenev2015-08-121-3/+3
* SERVER-19835 change SubplanStage to skip creation of a plan cache entry in ed...David Storch2015-08-111-3/+45
* SERVER-19364 move query stage OperationContext pointer management into the ba...Qingyang Chen2015-08-041-7/+2
* SERVER-17364 Don't stash RecoveryUnits across getMoresMathias Stearn2015-07-161-1/+1
* SERVER-17364 Unify handling of child stages into PlanStage base classMathias Stearn2015-07-161-48/+11
* SERVER-16889.5 PlanExecutor::getStats() and PlanStage::getStats() return uniq...Qingyang Chen2015-06-291-7/+7
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-370/+366
* SERVER-19033 find command now validates the type of its first parameterDavid Storch2015-06-181-1/+1
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-3/+3
* SERVER-2454 Improve PlanExecutor::DEAD handlingJames Wahlin2015-06-091-3/+1