summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/find.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-35031 Return MaxTimeMSExpired for maxTimeMS timeoutJames Wahlin2018-07-241-2/+3
* SERVER-35115 Separate dbclientinterface.h into several parts, one per class.Henrik Edin2018-06-291-1/+0
* SERVER-35275 rename fail point FP macros, improve docsBilly Donahue2018-05-301-1/+1
* SERVER-34443 Refactor WiredTigerRecoveryUnit and WiredTigerSnapshotManager. A...Louis Williams2018-05-151-8/+5
* SERVER-34714 Optimize $or with all always-false children to $alwaysFalseCharlie Swanson2018-05-011-8/+3
* SERVER-34307 replace invariant(false) with MONGO_UNREACHABLEBenety Goh2018-04-041-1/+1
* SERVER-30005: remove $isolated/$atomic optionNick Zolnierz2018-03-211-2/+1
* Revert "SERVER-30005: remove $isolated/$atomic option"Nick Zolnierz2018-03-201-1/+2
* SERVER-30005: remove $isolated/$atomic optionNick Zolnierz2018-03-201-2/+1
* SERVER-31802 Rip out more dead master-slave code, and the related concept of ...Andy Schwerin2018-03-151-39/+3
* SERVER-18094 Add 'localOps' parameter to $currentOp to show local mongoS oper...Bernard Gorman2018-03-151-2/+3
* SERVER-33542 Avoid swallowing error codes from PlanExecutor errorsCharlie Swanson2018-03-121-1/+3
* SERVER-33609 Pass readConcernLevel to WiredTigerRecoveryUnitXiangyu Yao2018-03-091-3/+13
* SERVER-33541 Add readConcern level 'snapshot' support for aggregation.David Storch2018-03-091-2/+1
* SERVER-32638 Rename interruptable to interruptibleLouis Williams2018-03-011-1/+1
* SERVER-32638: Allow lock acquisition to be interruptableLouis Williams2018-03-011-0/+1
* SERVER-32367 Clean up the AutoGet* suite of classesKaloian Manassiev2018-02-141-11/+2
* SERVER-32912 Ensure that killCursors always invalidates a pinned cursorBernard Gorman2018-02-131-8/+15
* SERVER-31293 Don't consider readPreference 'primary' as equivalent to 'slaveO...Bernard Gorman2018-01-251-3/+6
* SERVER-31684 Fix unexpected "operation exceeded time limit" errorsMartin Neupauer2017-12-181-1/+3
* Revert "SERVER-31684 Fix unexpected "operation exceeded time limit" errors"Spencer Jackson2017-12-141-3/+1
* SERVER-31684 Fix unexpected "operation exceeded time limit" errorsMartin Neupauer2017-12-121-1/+3
* SERVER-31873 Make mongos retry findAndModify with txnNumberKaloian Manassiev2017-11-111-9/+6
* SERVER-17846: Forbid $isolated outside of update/delete user operationsNick Zolnierz2017-10-231-1/+2
* SERVER-30731 Add expr support in MatchExpression outside of aggregationTess Avitabile2017-10-051-2/+1
* SERVER-27892 Fix find and getMore commands to only check whether they can run...Spencer T Brody2017-10-041-14/+18
* SERVER-31117 pin can return unauthorizedJason Carey2017-09-201-1/+1
* SERVER-30410 Ensure executor is saved after tailable cursor time out.Charlie Swanson2017-08-281-14/+6
* SERVER-29840 Add allowed features bitmask to MatchExpressionParser::parseTess Avitabile2017-08-251-2/+8
* SERVER-29128 Fix performance regression on awaitData with lastKnownCommittedO...Matthew Russotto2017-07-171-0/+5
* Revert "SERVER-29128 Make $changeNotification stage return a tailable, awaitD...Matthew Russotto2017-07-141-5/+0
* SERVER-29128 Make $changeNotification stage return a tailable, awaitData curs...Matthew Russotto2017-07-111-0/+5
* SERVER-29711 Fix nullptr dereference in OP_GET_MORE view check.David Storch2017-06-191-1/+4
* SERVER-29304 Exclude time spent blocking for awaitData from getMore latency r...David Storch2017-06-141-14/+25
* SERVER-29327: Prevent DBDirectClient from storing MaxTimeMS on cursorsSpencer Jackson2017-06-051-6/+14
* SERVER-28575 Profile entry for update/delete should contain entire raw update...Tess Avitabile2017-05-231-2/+2
* SERVER-28327 Revamp cursor timeout logic.Charlie Swanson2017-05-031-3/+0
* SERVER-25694 Eliminate race in PlanExecutor cleanup.Charlie Swanson2017-04-131-16/+19
* SERVER-9609 Ensure users can only call getMore on cursors they createdTess Avitabile2017-03-221-0/+12
* Revert "SERVER-9609 Ensure users can only call getMore on cursors they created"Tess Avitabile2017-03-211-12/+0
* SERVER-9609 Ensure users can only call getMore on cursors they createdTess Avitabile2017-03-171-0/+12
* SERVER-22541 Manage aggregation cursors on global cursor manager.Charlie Swanson2017-03-151-77/+54
* SERVER-22541 Refactor RAII locking helpers.Charlie Swanson2017-03-151-6/+6
* SERVER-19758 add support for "executionStats" and "allPlansExecution" to agg ...David Storch2017-03-131-1/+2
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-41/+42
* SERVER-28196 Make legacy query and getMore appear in a consistent format acro...Bernard Gorman2017-03-071-4/+6
* SERVER-27914 Verify canAcceptWritesForDatabase() is called while the caller h...Matthew Russotto2017-03-061-2/+3
* Revert "SERVER-26965 Use RAII type for turning off replicated writes."Matthew Russotto2017-03-061-3/+2
* SERVER-26965 Use RAII type for turning off replicated writes.Matthew Russotto2017-03-061-2/+3
* SERVER-27920 Fix incorrect locking of Client contextGeert Bosch2017-02-061-1/+1