summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/find.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-43877 Remove raw projection BSON from projection stagesAnton Korshunov2019-11-051-10/+6
* SERVER-42560 Simplify passing of metadata between DocumentSource and PlanStageIan Boros2019-10-101-13/+21
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* SERVER-29794 Adding a comment to all commandsArun Banala2019-09-241-0/+6
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-6/+5
* SERVER-42837 Allow waitInFindBeforeBatch FailPoint to take data.nss parameterBen Caimano2019-08-201-2/+1
* SERVER-40714 Change CollectionInfoCache to be a decoration (rather than a mem...Xiangyu Yao2019-08-071-1/+2
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-2/+1
* SERVER-40755 Expose statistics which indicate how many collection scans have ...samontea2019-07-121-1/+1
* Revert "SERVER-40755 Expose statistics which indicate how many collection sca...Xiangyu Yao2019-07-101-1/+1
* SERVER-40755 Expose statistics which indicate how many collection scans have ...samontea2019-07-101-1/+1
* SERVER-40258 Relax locking requirements for sharding metadata refresh on shardsRandolph Tan2019-06-271-5/+0
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-2/+2
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-2/+2
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-1/+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