summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-30601 Remove useless qualifiersGregory Wlodarek2017-08-112-4/+4
* SERVER-30566: Unwind SERVER-28190Spencer Jackson2017-08-1117-229/+44
* SERVER-28777 Always parse update expression as an UpdateNode tree when featur...Tess Avitabile2017-08-112-53/+22
* SERVER-30616 fix race in AbstractOplogFetcherTest::OplogFetcherReturnsOperati...Benety Goh2017-08-111-1/+3
* SERVER-27738 Numerical path component should not provide value for positional...Tess Avitabile2017-08-111-4/+15
* SERVER-30335 Call setInitialDataTimestamp at startupJudah Schvimer2017-08-113-24/+202
* SERVER-30327 Introduce ScalarGenerator interface for creating values of diffe...may2017-08-119-96/+285
* SERVER-30437 Stop the shard chunk loader from scheduling persistence tasks wi...Dianna Hohensee2017-08-103-104/+56
* Revert "SERVER-29202 Add a refreshLogicalSessionCacheNow test command"Max Hirschhorn2017-08-104-117/+4
* SERVER-30589 Don't add stable timestamp candidates when in master slave modeWilliam Schultz2017-08-102-7/+44
* SERVER-29202 Add a refreshLogicalSessionCacheNow test commandsamantharitter2017-08-104-4/+117
* SERVER-30584 Always send legal refresh batch sizessamantharitter2017-08-101-3/+8
* Revert "SERVER-30589 Dont update stable timestamp candidates in master slave ...William Schultz2017-08-101-11/+3
* SERVER-30589 Dont update stable timestamp candidates in master slave modeWilliam Schultz2017-08-101-3/+11
* SERVER-30147 Add ability to wait on collection metadata flushKaloian Manassiev2017-08-109-246/+153
* SERVER-30549 Do not support secondaries chunk-aware in FCV 3.4Kaloian Manassiev2017-08-102-8/+11
* SERVER-28772 Remove the $pushAll modifier.Justin Seyster2017-08-109-238/+55