summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-29142 Support $changeStream on unsharded collections.Charlie Swanson2017-09-132-17/+14
* SERVER-30831 Log dropped writes at a limited rate when dbCheck health log buf...Louis Williams2017-09-111-6/+16
* SERVER-30954 Remove support for expr constant expressions from ComparisonMatc...Tess Avitabile2017-09-061-9/+0
* SERVER-30805 add LSC::findRemovedSessions()Jason Carey2017-08-312-7/+73
* SERVER-30875 add requireOwnedObjects() to scopeJason Carey2017-08-301-0/+44
* SERVER-30778 Consolidate RecordStore interface to always use timestampsEric Milkie2017-08-291-3/+4
* SERVER-30410 Ensure executor is saved after tailable cursor time out.Charlie Swanson2017-08-286-1149/+1408
* SERVER-29840 Add allowed features bitmask to MatchExpressionParser::parseTess Avitabile2017-08-2515-117/+69
* SERVER-29961 Add OR BSON helper and use it for change streams.Siyuan Zhou2017-08-241-4/+5
* SERVER-28620 Adorn all oplog writes with timestampsEric Milkie2017-08-221-10/+13
* SERVER-29202 Remove unused fetch methods from logical session cachesamantharitter2017-08-181-4/+24
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-1611-27/+30
* SERVER-30580 Eliminate DBException::getCode() in favor of code()Mathias Stearn2017-08-162-2/+2
* SERVER-30580 No more status locationsMathias Stearn2017-08-163-27/+25
* SERVER-30212 add RenameCollectionOptionsBenety Goh2017-08-141-1/+1
* SERVER-30584 Always send legal refresh batch sizessamantharitter2017-08-101-2/+6
* SERVER-28772 Remove the $pushAll modifier.Justin Seyster2017-08-101-51/+0
* SERVER-29893 Rename recovery code and make it accessible to both startup and ...Judah Schvimer2017-08-101-2/+6
* SERVER-30353 Create an index observer to notify us of changes made to index a...Gregory Wlodarek2017-08-0912-0/+12
* SERVER-30046 Support $expr constant expression in ComparisonMatchExpressionJames Wahlin2017-08-091-0/+9
* SERVER-30352 Add a new class that will keep track of the index inconsistencie...Gregory Wlodarek2017-08-091-68/+229
* SERVER-30378 Add DeferredWriter.Ian Kuehne2017-08-082-0/+378
* Revert "SERVER-29893 Rename recovery code and make it accessible to both star...Mathias Stearn2017-08-071-6/+2
* SERVER-29893 Rename recovery code and make it accessible to both startup and ...Judah Schvimer2017-08-071-2/+6
* SERVER-26538 SERVER-26539 Detach from boost::threadAndrew Morrow2017-08-023-470/+0
* SERVER-29201 Implement SessionsCollectionStandalonesamantharitter2017-08-022-0/+198
* 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