summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/plan_yield_policy.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-18171: Rename commitAndRestart to abandonSnapshotGeert Bosch2015-05-151-1/+1
* SERVER-17062 Make query execution handle WriteConflictExceptions where possibleMathias Stearn2015-02-131-14/+50
* SERVER-16874 reset yield timer on every PlanExecutor::restoreState()David Storch2015-01-201-2/+4
* SERVER-16431 Enable yielding for all storage enginesKaloian Manassiev2014-12-291-11/+4
* SERVER-16159 MMAP v1 does timing-based yields for insertsDavid Storch2014-11-171-3/+2
* SERVER-16050: Do not sleep when yieldingGeert Bosch2014-11-101-1/+1
* SERVER-15541 Move yield.cpp out of the LockManager library and fix warningKaloian Manassiev2014-11-051-2/+2
* SERVER-15665 MMAP v1 requests yields during page faults via NEED_FETCHDavid Storch2014-11-041-4/+3
* SERVER-15541 Clean up some usages of WriteUnitOfWorkJason Rassi2014-11-041-0/+1
* SERVER-14860 Handle duplicate key/value in btree, for background indexingEric Milkie2014-11-031-0/+2
* SERVER-15898 yielding impl checks for interrupt even if doc-level locking is ...David Storch2014-10-311-8/+14
* SERVER-15541 Remove PlanYieldPolicy::yield() unused default argJason Rassi2014-10-281-9/+1
* SERVER-15541 SERVER-15652 implement timing-based yieldingDavid Storch2014-10-211-39/+30
* SERVER-14668 expand support for yielding, add back in yield policyHari Khalsa2014-10-031-0/+91