summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/find.cpp
Commit message (Expand)AuthorAgeFilesLines
* Apply formatting per `clang-format-7.0.1`clang-format-7.0.12019-07-261-2/+1
* SERVER-23923 Track writeConcern through getMoresCharlie Swanson2019-06-031-0/+8
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-24860 Optimize away entire pipeline if it can be answered using a queryAnton Korshunov2019-04-031-2/+5
* SERVER-39505 Make ViewCatalog a decoration on Database.Divjot Arora2019-03-071-1/+2
* SERVER-37092 Remove old server parameter APISara Golemon2019-03-031-1/+0
* SERVER-39495 Move ShardingState::needCollectionMetadata under OperationShardi...Kaloian Manassiev2019-02-271-2/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37456 Make the global CursorManager a decoration on ServiceContextAnton Korshunov2019-02-111-2/+2
* SERVER-39149 Homogenize getMore behaviorJason Carey2019-02-081-5/+53
* SERVER-37836 re-evaluate authorization for originating command in getMoreIsabella Siu2019-02-081-1/+2
* Revert "SERVER-39149 Homogenize getMore behavior"James Wahlin2019-02-081-46/+5
* SERVER-39149 Homogenize getMore behaviorJason Carey2019-02-071-5/+46
* SERVER-38316 Consolidate PlanExecutor::DEAD and PlanExecutor::FAILUREPawel Terlecki2019-02-041-6/+5
* SERVER-37455 Delete per-collection cursor managers.David Storch2019-01-231-0/+1
* SERVER-37451 Move all ClientCursor ownership to the global CursorManager.David Storch2019-01-151-217/+211
* SERVER-31098 Wrong ns in system.profile for aggregation queryDevin Hilly2018-11-201-1/+6
* SERVER-37560 Store ReadConcernArgs on cursor object instead of ReadConcernLevelWilliam Schultz2018-11-151-2/+2
* SERVER-37444 Added RequiresCollectionStage and use for COLLSCAN.David Storch2018-10-311-2/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-37005 Add fields to GenericCursorTed Tuckman2018-10-041-5/+7
* SERVER-37003 Add activeCursor field to curOp for getMoreTed Tuckman2018-09-281-0/+10
* 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