summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/plan_yield_policy.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-59677 Remove stale commentJeffrey Xiao2022-06-161-18/+10
* SERVER-66205 Merge `WriteConflictException` and `TemporarilyUnavailableExcept...Amirsaman Memaripour2022-05-101-1/+1
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Amirsaman Memaripour2022-04-281-1/+2
* Revert "SERVER-60742 Maintain RecoveryUnit and storage resources across getMo...Ian Boros2022-01-211-2/+4
* SERVER-60742 Maintain RecoveryUnit and storage resources across getMores for ...Ian Boros2022-01-191-4/+2
* SERVER-60024 Add interface to recovery unit to force commit txn callIan Boros2021-10-111-0/+16
* SERVER-54448 Add an invariant to a query yield path that calls abandonSnapsho...Dianna Hohensee2021-04-231-0/+1
* SERVER-50710 Consolidate SBE and classic yielding pathsDavid Storch2021-03-031-37/+113
* SERVER-51136 Test resuming multiple index builds for rollbackGregory Noma2020-11-031-13/+19
* SERVER-48616 Make SBE expose the correct 'numYields' statisticDavid Storch2020-09-031-0/+27
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-154/+16
* SERVER-44529 Query yield recovery after a stepdown should switch to read at t...Louis Williams2020-05-151-0/+11
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* SERVER-43202 propagate errors from interrupts during yieldingIan Boros2019-10-011-5/+13
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-15/+12
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-2/+2
* SERVER-38478 Remove UninterruptibleLockGuard in query yieldEric Milkie2019-04-261-21/+61
* 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-37444 Added RequiresCollectionStage and use for COLLSCAN.David Storch2018-10-311-1/+6
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36156 Delete RecordFetcher.David Storch2018-09-051-16/+3
* SERVER-35428 Added ability to add two OpDebug objects togetherjinichu2018-07-031-1/+1
* SERVER-35275 rename fail point FP macros, improve docsBilly Donahue2018-05-301-1/+1
* SERVER-34731 Fixes race condition in read_concern_snapshot_yielding.jsSuganthi Mani2018-05-231-1/+10
* SERVER-33372 Support readConcern snapshot for updatesTess Avitabile2018-02-221-4/+2
* SERVER-32685 Disable lock and WT transaction yielding under readConcern snaps...Tess Avitabile2018-02-081-4/+31
* SERVER-31446 _getNextSessionMods can get stuck in a write conflict retry loopRandolph Tan2017-11-021-1/+2
* SERVER-30410 Ensure executor is saved after tailable cursor time out.Charlie Swanson2017-08-281-5/+8
* SERVER-28752 Get rid of BatchedInsertRequest::getIndexTargetingNSKaloian Manassiev2017-07-261-2/+2
* SERVER-29128 Fix performance regression on awaitData with lastKnownCommittedO...Matthew Russotto2017-07-171-2/+16
* Revert "SERVER-29128 Make $changeNotification stage return a tailable, awaitD...Matthew Russotto2017-07-141-16/+2
* SERVER-29128 Make $changeNotification stage return a tailable, awaitData curs...Matthew Russotto2017-07-111-2/+16
* SERVER-29544 Remove deprecated macro calls.Ian Kuehne2017-07-031-2/+1
* SERVER-25694 Eliminate race in PlanExecutor cleanup.Charlie Swanson2017-04-131-2/+2
* SERVER-22541 Manage aggregation cursors on global cursor manager.Charlie Swanson2017-03-151-2/+2
* SERVER-25932 Make MONGO_EXPORT_SERVER_PARAMETER use AtomicWord instead of std...Mark Benvenuto2017-01-051-2/+2
* SERVER-23238 remove the public method PlanExecutor::collection()Sally McNichols2016-06-091-6/+1
* SERVER-24104 Replace stdx::duration with mongo::Duration.Andy Schwerin2016-05-171-3/+4
* SERVER-23243 Replace Listener::getElapsedTimeMillis() in elapsed_tracker.cppWaley Chen2016-05-021-1/+13
* Revert "SERVER-23243 Replace Listener::getElapsedTimeMillis() in elapsed_trac...Waley Chen2016-05-021-13/+1
* SERVER-23243 Replace Listener::getElapsedTimeMillis() in elapsed_tracker.cppWaley Chen2016-05-021-1/+13
* SERVER-21341 PlanYieldPolicy::resetTimer() call should be post-yieldJason Rassi2015-11-061-2/+5
* SERVER-21058 Adds fail point to stress yielding behaviorJudah Schvimer2015-11-031-1/+1
* SERVER-19374 Fix TTL Monitor does not yield when deleting expired docsQingyang Chen2015-07-271-0/+3
* SERVER-17364 Don't stash RecoveryUnits across getMoresMathias Stearn2015-07-161-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-64/+62
* Revert "Revert "SERVER-18515 Replace OperationContext::getCurOp with CurOp::g...Ernie Hershey2015-05-181-1/+1
* Revert "SERVER-18515 Replace OperationContext::getCurOp with CurOp::get(Opera...Ernie Hershey2015-05-181-1/+1
* SERVER-18515 Replace OperationContext::getCurOp with CurOp::get(OperationCont...Andy Schwerin2015-05-181-1/+1