summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/plan_yield_policy.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70338 Abandon snapshot while holding locks during query yieldLouis Williams2023-04-251-2/+12
* SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan2023-04-181-2/+3
* SERVER-74087 Thread-through `ScopedCollectionOrViewAcquisition` on the delete...Jordi Serra Torrens2023-04-121-2/+11
* Revert "SERVER-74087 Thread-through `ScopedCollectionOrViewAcquisition` on th...Jordi Serra Torrens2023-04-031-11/+2
* SERVER-74087 Thread-through `ScopedCollectionOrViewAcquisition` on the delete...Jordi Serra Torrens2023-03-311-2/+11
* SERVER-59677 Remove stale commentJeffrey Xiao2022-06-161-1/+1
* SERVER-60024 Add interface to recovery unit to force commit txn callIan Boros2021-10-111-0/+10
* SERVER-50710 Consolidate SBE and classic yielding pathsDavid Storch2021-03-031-20/+59
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-0/+6
* SERVER-48616 Make SBE expose the correct 'numYields' statisticDavid Storch2020-09-031-0/+8
* SERVER-48478 Replace PipelineProxyStage with PlanExecutorPipelineDavid Storch2020-07-241-2/+3
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-42/+132
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-3/+4
* SERVER-38478 Remove UninterruptibleLockGuard in query yieldEric Milkie2019-04-261-5/+11
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36156 Delete RecordFetcher.David Storch2018-09-051-15/+5
* SERVER-32685 Disable lock and WT transaction yielding under readConcern snaps...Tess Avitabile2018-02-081-14/+27
* SERVER-30410 Ensure executor is saved after tailable cursor time out.Charlie Swanson2017-08-281-8/+34
* SERVER-29128 Fix performance regression on awaitData with lastKnownCommittedO...Matthew Russotto2017-07-171-0/+7
* Revert "SERVER-29128 Make $changeNotification stage return a tailable, awaitD...Matthew Russotto2017-07-141-7/+0
* SERVER-29128 Make $changeNotification stage return a tailable, awaitData curs...Matthew Russotto2017-07-111-0/+7
* SERVER-25694 Eliminate race in PlanExecutor cleanup.Charlie Swanson2017-04-131-14/+24
* SERVER-23243 Replace Listener::getElapsedTimeMillis() in elapsed_tracker.cppWaley Chen2016-05-021-0/+7
* Revert "SERVER-23243 Replace Listener::getElapsedTimeMillis() in elapsed_trac...Waley Chen2016-05-021-7/+0
* SERVER-23243 Replace Listener::getElapsedTimeMillis() in elapsed_tracker.cppWaley Chen2016-05-021-0/+7
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-61/+64
* SERVER-18171: Rename commitAndRestart to abandonSnapshotGeert Bosch2015-05-151-1/+1
* SERVER-17062 Make query execution handle WriteConflictExceptions where possibleMathias Stearn2015-02-131-4/+21
* SERVER-16874 reset yield timer on every PlanExecutor::restoreState()David Storch2015-01-201-0/+5
* SERVER-15665 MMAP v1 requests yields during page faults via NEED_FETCHDavid Storch2014-11-041-4/+6
* SERVER-15541 Remove PlanYieldPolicy::yield() unused default argJason Rassi2014-10-281-1/+1
* query comment cleanupEric Milkie2014-10-271-1/+1
* SERVER-15541 SERVER-15652 implement timing-based yieldingDavid Storch2014-10-211-6/+23
* SERVER-14668 expand support for yielding, add back in yield policyHari Khalsa2014-10-031-0/+56