summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests
Commit message (Expand)AuthorAgeFilesLines
* SERVER-30298 Add UserDigest LogicalSessionIDJason Carey2017-07-261-6/+6
* SERVER-28509 DBClientCursor now uses read commandsMathias Stearn2017-07-263-44/+30
* SERVER-28509 DBClient::killCursor() now uses commandMathias Stearn2017-07-262-2/+2
* SERVER-28509 Flatten DBClient hierarchy to just DBClientBase and subclassesMathias Stearn2017-07-262-4/+3
* SERVER-30243: Move ArrayFilter class to expressions library, allowing for fut...Natalia Jacobowitz2017-07-251-5/+5
* SERVER-19402 Change agg array sort semantics to match find.David Storch2017-07-212-51/+65
* SERVER-28912 Thread stmtId from update and delete requests to oplogRandolph Tan2017-07-213-4/+4
* SERVER-29928 invalid_db_name.js should test server not clientMathias Stearn2017-07-131-1/+3
* SERVER-28912 Thread statement id from batched insert command oplog entryRandolph Tan2017-07-1211-88/+115
* SERVER-27581 Only fetch missing documents on update oplog entries during initialJudah Schvimer2017-07-111-6/+6
* SERVER-27699 Capture actual error from getExecutorNatalia Jacobowitz2017-07-061-3/+2
* SERVER-28545 Change ReplicationCoordinator::setFollowerMode to return a Statu...Spencer T Brody2017-06-281-1/+3
* SERVER-28509 Make DBClientCursor store batch as vector<BSONObj>Mathias Stearn2017-06-281-1/+1
* SERVER-29165 Don't create RestrictionEnvironment in TransportLayerJonathan Reams2017-06-274-0/+8
* Revert "SERVER-29165 Don't create RestrictionEnvironment in TransportLayer"Jonathan Reams2017-06-264-8/+0
* SERVER-29165 Don't create RestrictionEnvironment in TransportLayerJonathan Reams2017-06-264-0/+8
* SERVER-27992 Use UUIDs for replicationGeert Bosch2017-06-232-20/+24
* SERVER-19402 Change find command semantics for sorting on an array field.David Storch2017-06-203-32/+27
* SERVER-29319 Expose OpMsgRequest interface in DBClientMathias Stearn2017-06-196-98/+36
* SERVER-28762 Conditionally parse an update expression as an UpdateNode treeTess Avitabile2017-06-191-5/+15
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-1817-81/+109
* SERVER-29417 Attach logical session ids to cursorssamantharitter2017-06-151-2/+187
* Revert "SERVER-29417 Attach logical session ids to cursors"Max Hirschhorn2017-06-151-184/+2
* SERVER-29417 Attach logical session ids to cursorssamantharitter2017-06-141-2/+184
* SERVER-29350 Bump featureCompatibilityVersion to 3.6Tess Avitabile2017-06-092-27/+0
* SERVER-29469 Delete OperationContextImpl classMathias Stearn2017-06-071-1/+0
* SERVER-29264 Mongod write commands accept OP_MSG input document sequencesMathias Stearn2017-06-071-0/+34
* SERVER-29253 Migrate cursor manager to the client cursor lib.ADAM David Alan Martin2017-06-051-1/+1
* SERVER-29334 remove dotted field name check from BSONObj::okForStorageDianna Hohensee2017-06-021-29/+2
* SERVER-29254 Moved MinValid into ReplicationProcessJudah Schvimer2017-05-302-1/+10
* SERVER-21754 Partition CursorManager's structuresCharlie Swanson2017-05-261-8/+3
* SERVER-29275 ReplicationCoordinatorExternalStateImpl accepts DropPendingColle...Benety Goh2017-05-242-2/+10
* SERVER-28814 Stop returning Status from metadata functionsMathias Stearn2017-05-121-1/+1
* SERVER-28327 Revamp cursor timeout logic.Charlie Swanson2017-05-034-406/+402
* SERVER-28508 OP_MSG in egress and mongodMathias Stearn2017-04-271-2/+2
* SERVER-28621 Parse BSON update expression into an UpdateNode treeTess Avitabile2017-04-201-1/+1
* SERVER-27921 New Range DeleterNathan Myers2017-04-201-23/+1
* SERVER-28579 require MODE_X collection lock in Collection::cappedTruncateAfter()David Storch2017-04-181-36/+80
* SERVER-28565 Do not return logicalTime on non-sharded RSJack Mulrow2017-04-181-3/+1
* SERVER-25694 Eliminate race in PlanExecutor cleanup.Charlie Swanson2017-04-1312-222/+232
* SERVER-28543 Add OperationContext as an argument to getCollectionMaria van Keulen2017-04-0616-76/+74
* SERVER-27691 Make OperationContext::setKillAllOperations interrupt all operat...Kaloian Manassiev2017-04-055-64/+14
* SERVER-28534 Pass collection names around as NamespaceStrings more oftenGeert Bosch2017-04-022-2/+2
* SERVER-28432 Move key management out from TimeProofServiceJack Mulrow2017-03-301-3/+1
* SERVER-27727 Make threadName a native thread_local so debuggers can get to itMathias Stearn2017-03-241-1/+1
* SERVER-28347 enforce storage depth limit for user documentsKyle Suarez2017-03-242-0/+101
* SERVER-9609 Ensure users can only call getMore on cursors they createdTess Avitabile2017-03-222-6/+6
* Revert "SERVER-9609 Ensure users can only call getMore on cursors they created"Tess Avitabile2017-03-212-6/+6
* SERVER-9609 Ensure users can only call getMore on cursors they createdTess Avitabile2017-03-172-6/+6
* SERVER-22541 Manage aggregation cursors on global cursor manager.Charlie Swanson2017-03-153-26/+127