summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/find_cmd.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-38316 Consolidate PlanExecutor::DEAD and PlanExecutor::FAILURESERVER-38316Pawel Terlecki2019-02-041-1/+1
* SERVER-37455 Delete per-collection cursor managers.David Storch2019-01-231-0/+1
* SERVER-38998 Create serverStatus metrics for writeConcernTess Avitabile2019-01-221-1/+1
* SERVER-38998 Create serverStatus metrics for readConcernTess Avitabile2019-01-181-0/+3
* SERVER-37451 Move all ClientCursor ownership to the global CursorManager.David Storch2019-01-151-7/+9
* SERVER-38275 ban find explain with UUIDIan Boros2019-01-091-3/+3
* SERVER-37560 Allow change streams to work with speculative majority readsWilliam Schultz2018-12-211-2/+10
* SERVER-36910 Reduce severity of log message for PlanExecutor::DEAD error duri...Bernard Gorman2018-12-141-3/+3
* SERVER-36068 Expose a user-accessible cursor option to avoid caching data fro...Matthew Russotto2018-11-201-0/+12
* SERVER-37560 Store ReadConcernArgs on cursor object instead of ReadConcernLevelWilliam Schultz2018-11-151-1/+1
* SERVER-37560 Add API for allowing commands to support speculative majority readsWilliam Schultz2018-11-141-0/+5
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-37005 Add fields to GenericCursorTed Tuckman2018-10-041-2/+3
* SERVER-35900 Refactor transaction machinery out from Session classRandolph Tan2018-08-081-4/+4
* SERVER-36020 Redesign CursorResponseBuilder to allow usage of DocumentSequenceGregory Noma2018-07-241-5/+7
* SERVER-35910 Upgrade FindCmd and ClusterFindCmd to use TypedCommandGregory Noma2018-07-101-273/+267
* SERVER-34443 Refactor WiredTigerRecoveryUnit and WiredTigerSnapshotManager. A...Louis Williams2018-05-151-1/+1
* SERVER-34772 ban creation of tailable cursors in transactionsIan Boros2018-05-081-0/+5
* SERVER-34628 Really remove appendCommandStatusMathias Stearn2018-05-081-23/+9
* SERVER-34557 Restrict transactions to only run against replica set primariesWilliam Schultz2018-05-021-1/+5
* SERVER-33690 Transaction abort and commit should kill any associated client c...James Wahlin2018-04-161-2/+0
* SERVER-33462 allow killOp on local mongos operationsIan Boros2018-03-271-0/+4
* SERVER-30005: remove $isolated/$atomic optionNick Zolnierz2018-03-211-4/+2
* Revert "SERVER-30005: remove $isolated/$atomic option"Nick Zolnierz2018-03-201-2/+4
* SERVER-30005: remove $isolated/$atomic optionNick Zolnierz2018-03-201-4/+2
* SERVER-33542 Avoid swallowing error codes from PlanExecutor errorsCharlie Swanson2018-03-121-3/+2
* SERVER-33609 Pass readConcernLevel to WiredTigerRecoveryUnitXiangyu Yao2018-03-091-1/+1
* SERVER-33541 Add readConcern level 'snapshot' support for aggregation.David Storch2018-03-091-14/+2
* SERVER-33065 CommandReplyBuilder and CommandInvocationBilly Donahue2018-03-061-2/+3
* Revert "SERVER-33065 CommandReplyBuilder and CommandInvocation"Nick Zolnierz2018-03-051-3/+2
* SERVER-33065 CommandReplyBuilder and CommandInvocationBilly Donahue2018-03-021-2/+3
* SERVER-33223 Add transaction resource stashJames Wahlin2018-02-161-0/+2
* SERVER-32367 Clean up the AutoGet* suite of classesKaloian Manassiev2018-02-141-22/+26
* SERVER-33286 Provide service context in Command::secondaryAllowed to allow ge...Henrik Edin2018-02-141-1/+1
* SERVER-33143 Hold MODE_IX locks for readConcern level snapshot readsJames Wahlin2018-02-121-2/+2
* SERVER-32685 Disable lock and WT transaction yielding under readConcern snaps...Tess Avitabile2018-02-081-2/+12
* SERVER-33136 const-ify the command auth accessorsBilly Donahue2018-02-061-1/+1
* SERVER-32367 Make AutoGetCollection throw if UUID cannot be resolvedKaloian Manassiev2018-02-061-3/+2
* SERVER-32958 unrevert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Billy Donahue2018-01-311-6/+2
* Revert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Judah Schvimer2018-01-311-2/+6
* SERVER-32958 slaveOk,slaveOverrideOk replacementBilly Donahue2018-01-311-6/+2
* SERVER-32958 Command::help() returns std::stringBilly Donahue2018-01-301-2/+2
* SERVER-32517 Parse readConcern snapshot and atClusterTimeTess Avitabile2018-01-231-1/+3
* SERVER-32646 CommandHelpersBilly Donahue2018-01-161-14/+15
* SERVER-31873 Make mongos retry findAndModify with txnNumberKaloian Manassiev2017-11-111-13/+4
* SERVER-17846: Forbid $isolated outside of update/delete user operationsNick Zolnierz2017-10-231-2/+4
* SERVER-30731 Add expr support in MatchExpression outside of aggregationTess Avitabile2017-10-051-4/+2
* SERVER-31248: Use of UUID in command requires privilegeSpencer Jackson2017-09-291-5/+10
* SERVER-29839 Protect from mid-command renames in parseNsOrUUIDMaria van Keulen2017-08-301-6/+11
* SERVER-29840 Add allowed features bitmask to MatchExpressionParser::parseTess Avitabile2017-08-251-2/+15