summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
...
* | SERVER-27412: Updates the error messages for RSFatalExceptions in rs_rollback...Allison Chang2017-06-131-50/+67
* | SERVER-27822: Count plans sometimes don't need a FETCHAnne Lim2017-06-133-7/+27
* | SERVER-29472 Install PeriodicRunnerASIO on mongod and mongossamantharitter2017-06-133-1/+46
* | SERVER-28944 change validate() reporting orderRobert Guo2017-06-131-3/+12
* | SERVER-29382 Fix cancel race related to the timeout in ReplicationCoordinator...Siyuan Zhou2017-06-122-13/+18
* | SERVER-9406 treat ObjectId type as Date in aggregation date expressionsAsya Kamsky2017-06-121-0/+3
* | Revert "SERVER-27412: Updates the error messages for RSFatalExceptions in rs_...Nathan Myers2017-06-121-72/+54
* | SERVER-27412: Updates the error messages for RSFatalExceptions in rs_rollback...Allison Chang2017-06-121-54/+72
* | SERVER-24529 add current time to currentOp outputTyler Kaye2017-06-121-0/+2
* | Revert "SERVER-29207 Add DateTimeSupport to ServiceContext"Charlie Swanson2017-06-128-318/+2
* | SERVER-27595 Add client IP address to authentication failure messageSara Golemon2017-06-091-2/+4
* | SERVER-29350 Bump featureCompatibilityVersion to 3.6Tess Avitabile2017-06-0927-544/+216
* | SERVER-29493 Make ThreadPoolTaskExecutor's destructor execute shutdown and join.Andy Schwerin2017-06-0912-55/+10
* | SERVER-28346 Add more unit tests for the logical session cachesamantharitter2017-06-0910-67/+327
* | SERVER-29464 Get rid of unused code in the write commands parsingKaloian Manassiev2017-06-093-5/+1
* | SERVER-29305 `DBDirectClient::call` uses OpContextADAM David Alan Martin2017-06-0810-36/+31
* | SERVER-28677 InitialSyncer should reset optimes on every attemptWilliam Schultz2017-06-084-0/+36
* | SERVER-29492 Remove task runner from collection bulk loader.Andy Schwerin2017-06-0810-219/+222
* | SERVER-29459 Add 'includePendingDrops' option to listCollections commandWilliam Schultz2017-06-081-5/+20
* | SERVER-29233 Sanitize MONGO_WRITE_CONFLICT_RETRY_LOOP_BEGIN/_ENDNathan Myers2017-06-082-23/+24
* | SERVER-29517 Fix data race by making ViewGraph::_idCounter non-static.David Storch2017-06-082-2/+1
* | SERVER-29233 Improve writeConflictRetryNathan Myers2017-06-081-3/+14
* | SERVER-29267 removed unused methodsHaley Connelly2017-06-081-8/+0
* | SERVER-29003 Fix unsigned int warningKim Tao2017-06-081-1/+1
* | SERVER-29207 Add DateTimeSupport to ServiceContextCharlie Swanson2017-06-088-2/+318
* | Revert "SERVER-29305 `dbdirectclient::call` uses OpContext"James Wahlin2017-06-086-24/+14
* | Revert "SERVER-28346 Add more unit tests for the logical session cache"James Wahlin2017-06-0810-330/+65
* | SERVER-28753 Add support for TxnNumber/StmtId in write commandsKaloian Manassiev2017-06-083-11/+8
* | SERVER-29464 Get rid of BSONSerializableKaloian Manassiev2017-06-081-30/+17
* | SERVER-14864 refine mmapv1 file allocation loggingKevin Pulo2017-06-081-2/+5
* | SERVER-29305 `dbdirectclient::call` uses OpContextADAM David Alan Martin2017-06-076-14/+24
* | SERVER-28346 Add more unit tests for the logical session cachesamantharitter2017-06-0710-65/+330
* | SERVER-29125 Add $changeNotification stage that always outputs the single las...Matthew Russotto2017-06-079-13/+306
* | SERVER-28674 Fixed comment for SyncTail::multiApply and commented multiApplySamy Lanka2017-06-071-2/+5
* | SERVER-29469 Delete OperationContextImpl classMathias Stearn2017-06-0712-162/+27
* | Revert "SERVER-29125 Add $changeNotification stage that always outputs the si...James Wahlin2017-06-079-306/+13
* | SERVER-29264 Mongod write commands accept OP_MSG input document sequencesMathias Stearn2017-06-074-105/+212
* | SERVER-29264 Move protocol agnostic logic from assemble_response to run_commandsMathias Stearn2017-06-073-177/+65
* | SERVER-29264 Kill off rpc::RequestInterfaceMathias Stearn2017-06-072-19/+5
* | SERVER-29264 Add an API for mongod commands to access OP_MSG input document s...Mathias Stearn2017-06-073-4/+35
* | SERVER-29125 Add $changeNotification stage that always outputs the single las...Matthew Russotto2017-06-079-13/+306
|/
* SERVER-28767 More test coverage for ArithmeticNodeJustin Seyster2017-06-071-64/+204
* SERVER-29196 Set batchSize for getMores in CollectionClonerJason Chan2017-06-071-0/+1
* SERVER-29434 Don't accept empty timestamps for readConcern afterClusterTimeJack Mulrow2017-06-071-0/+5
* SERVER-24735 Correct logger to use STORAGE instead of INDEXGregory Wlodarek2017-06-071-1/+1
* SERVER-20066 consider ixscans if query is empty but projection can be coveredKyle Suarez2017-06-073-0/+160
* Revert "SERVER-29464 Get rid of BSONSerializable"Max Hirschhorn2017-06-071-17/+30
* SERVER-29464 Get rid of BSONSerializableKaloian Manassiev2017-06-071-30/+17
* SERVER-28467 sign range of timesMisha Tyulenev2017-06-063-13/+74
* SERVER-27769 Add wallClock time to oplogMisha Tyulenev2017-06-062-5/+24