summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
* SERVER-29202 Remove unused fetch methods from logical session cachesamantharitter2017-08-1810-163/+10
* SERVER-29202 Implement SessionsCollectionRSsamantharitter2017-08-1812-69/+418
* SERVER-28510 Close incoming mongod connection on NotMaster error when handlin...Mathias Stearn2017-08-174-14/+39
* SERVER-28964 Close connection after seeing invalid OP_MSG flagsMathias Stearn2017-08-171-46/+51
* SERVER-30702 Stop printing stack traces on massert failuresMathias Stearn2017-08-175-11/+10
* SERVER-30593 Add 'available' as a valid read concern levelDianna Hohensee2017-08-172-4/+21
* SERVER-30407 Add retry logic in findAndModifyRandolph Tan2017-08-177-0/+508
* SERVER-30407 Store pre/post-image documents when running findAndModify with t...Randolph Tan2017-08-1716-48/+221
* SERVER-30534 Create a _configsvrDropCollection commandJoanna Huang2017-08-172-0/+146
* SERVER-29898 Change StorageEngine args to ServiceContext argsWilliam Schultz2017-08-1712-39/+35
* SERVER-30245 Add $_internalSchemaType.David Storch2017-08-1722-613/+1236
* SERVER-30076 Use the UUID of the transactions collection for rollback via ref...Jack Mulrow2017-08-175-60/+114
* SERVER-30665 Only accept nonexistent UUIDs for UUID upgrade collModsMaria van Keulen2017-08-171-14/+24
* SERVER-28338 KillSessions SupportJason Carey2017-08-1728-31/+1563
* SERVER-30703 make _configsvrShardCollection return the newly sharded collecti...Esha Maharishi2017-08-171-6/+9
* SERVER-30688 Make PlanExecutor wait for awaitData only when it has an awaitDa...Matthew Russotto2017-08-171-1/+2
* SERVER-29898 Call recoverToStableTimestamp under the global lock in rollbackWilliam Schultz2017-08-168-5/+161
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-16121-691/+728
* SERVER-30580 Make argument order consistently code then messageMathias Stearn2017-08-165-8/+8
* SERVER-30580 Eliminate DBException::getCode() in favor of code()Mathias Stearn2017-08-1620-40/+38
* SERVER-30580 Make DBException hold a StatusMathias Stearn2017-08-166-25/+26
* SERVER-30580 No more status locationsMathias Stearn2017-08-1625-392/+304
* SERVER-30648 Set GlobalLockAcquisitionTracker after we waitForLockJudah Schvimer2017-08-162-5/+9
* SERVER-28301 Add stats about the logical session record cache to the serverSt...Ben Shteinfeld2017-08-164-1/+79
* SERVER-30673 !requiresAuth for gle commandJason Carey2017-08-161-0/+5
* SERVER-30432 add logicalSessionTimeoutMinutes to isMaster resultsGabriel Russell2017-08-161-0/+2
* SERVER-29990 filterCommandRequestForPassthrough before sending to config serverMisha Tyulenev2017-08-161-3/+3
* SERVER-28335 Implement refreshSessions and refreshSessionsInternal commandssamantharitter2017-08-1511-32/+301
* SERVER-29136 Better extractDocumentKeyNathan Myers2017-08-159-79/+41
* SERVER-30512 Omit fullDocument in change stream if it's null unless updateLoo...Siyuan Zhou2017-08-153-14/+7
* SERVER-30512 Ensure all changeStreams field names match the specSiyuan Zhou2017-08-157-53/+84
* SERVER-29144 Filter out shard balancing from change streamNathan Myers2017-08-153-11/+50
* SERVER-30081: Run storage recovery at startup.Daniel Gottlieb2017-08-159-42/+454
* SERVER-30324 Move cluster_remove_shard_cmd to mongodHugh Han2017-08-151-1/+105
* SERVER-30212 OpObserver::onRenameCollection() returns rename op timeBenety Goh2017-08-156-42/+90
* SERVER-29987 pass afterClusterTime to all commandsMisha Tyulenev2017-08-1511-22/+26
* SERVER-30424 Interrupt user operations after ReplicationCoordinator has been ...Kaloian Manassiev2017-08-141-2/+2
* SERVER-30212 add RenameCollectionOptionsBenety Goh2017-08-146-28/+336
* SERVER-30424 Remove opCtx/serviceContext null checks from db.cpp since Servic...Kaloian Manassiev2017-08-1412-173/+102
* SERVER-30325 Introduce a getOrCreateSession method on the SessionCatalogKaloian Manassiev2017-08-143-30/+151
* SERVER-30555 drop the local.replset.checkpointTimestamp collection when we sh...Judah Schvimer2017-08-141-0/+15
* SERVER-29202 Add a refreshLogicalSessionCacheNow test commandsamantharitter2017-08-144-4/+117
* SERVER-29894 fall back on old oplog delete from point in FCV 3.4Judah Schvimer2017-08-148-18/+115
* SERVER-29974 Comment in checkAuthForRenameCollectionCommand doesn't match beh...Sam Dunietz2017-08-141-4/+3
* SERVER-28793 mixed chunk version remote results unit test for ShardServerCata...Dianna Hohensee2017-08-141-0/+77
* SERVER-29617 Add missing dependency on sharding_client library.Max Hirschhorn2017-08-121-0/+1
* SERVER-29617 replace fetcher with ARM and add numCursors server parameterJason Chan2017-08-127-175/+1258
* SERVER-29944 Implement a basic idempotency checker for testing oplogmay2017-08-118-99/+371
* Revert "SERVER-29617 replace fetcher with ARM and add numCursors server param...William Schultz2017-08-117-1251/+175
* SERVER-29617 replace fetcher with ARM and add numCursors server parameterJason Chan2017-08-117-175/+1251