summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
* SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting dec...Nick Zolnierz2018-03-0273-191/+86
* Revert "SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when get...Nick Zolnierz2018-03-0273-86/+191
* SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting dec...Henrik Edin2018-03-0273-191/+86
* SERVER-32741 Remove erroneous TODOsMaria van Keulen2018-03-023-3/+0
* SERVER-29807 Make CollectionRangeDeleter wait for w:majority after each rangeKevin Pulo2018-03-021-46/+54
* SERVER-32821 Insert and remove support for multiversion unique index.nehakhatri52018-03-021-14/+23
* SERVER-32272 Remove 3.4 to 3.6-specific UUID handlingMaria van Keulen2018-03-0125-453/+70
* SERVER-33375 Use correct mutex in WiredTigerRecordStore::inShutdown and dtorGeert Bosch2018-03-012-7/+3
* SERVER-32843 Allow multiple times in OpObserversADAM David Alan Martin2018-03-0112-233/+421
* Revert "SERVER-33097 make shards put a request's databaseVersion on the Opera...Esha Maharishi2018-03-016-110/+99
* SERVER-33449 Seg fault at HMAC keys background thread during rollbackRandolph Tan2018-03-011-1/+3
* SERVER-32638 Rename interruptable to interruptibleLouis Williams2018-03-0118-60/+60
* SERVER-32638: Allow lock acquisition to be interruptableLouis Williams2018-03-0128-143/+543
* SERVER-33097 make shards put a request's databaseVersion on the OperationShar...Esha Maharishi2018-03-016-99/+110
* SERVER-33547 remove backwards compatibility check for shardVersion on OSS in ...Esha Maharishi2018-03-011-12/+1
* SERVER-33510 Add shorthand syntax for $convertCharlie Swanson2018-03-013-7/+250
* SERVER-32436 Add virtual destructor to DurableViewCatalogChibuikem Amaechi2018-03-011-0/+1
* SERVER-33509 unpack applyOps commands on all storage engines during oplog app...Benety Goh2018-03-011-2/+1
* SERVER-33450 Remove dependancy on network for service_context so that lib can...Henrik Edin2018-03-013-2/+4
* SERVER-32320 Push doTxn oplog entry generation into logOp on transaction commit.Matthew Russotto2018-03-0110-116/+298
* SERVER-32320 Make sharding doTxn back into applyOps temporarily.Matthew Russotto2018-03-011-15/+15
* SERVER-33215 Remove unused references to opCtx in onCommit callbacks.Siyuan Zhou2018-02-281-54/+47
* SERVER-33503: Complete timestamping multikey updates for background index bui...Daniel Gottlieb2018-02-286-1/+170
* SERVER-32822 Support read from unique index with both old and new format entriesnehakhatri52018-03-013-41/+360
* SERVER-33383 Prevent internal replSetStepDown from racing with stepdown via h...Vesselina Ratcheva2018-02-284-2/+27
* SERVER-33109 add the mobile storage engine to dbtestsGabriel Russell2018-02-281-1/+4
* SERVER-33496: Stop timestamping collection drops.Daniel Gottlieb2018-02-282-30/+7
* SERVER-33159 don't assume all tables exist in storage engine after unclean sh...Kyle Suarez2018-02-287-6/+128
* SERVER-32636 Close outgoing connections to earlier binVersion serversMaria van Keulen2018-02-281-5/+8
* SERVER-32914 Add formatting conversions to $convertJustin Seyster2018-02-282-118/+431
* SERVER-33087 Fix the use of dropTarget in renameCollectionXiangyu Yao2018-02-283-31/+320
* SERVER-32588 create parameter to force rollback via refetchKyle Suarez2018-02-283-5/+11
* SERVER-33260 Log more helpful messages for FCV-related IncompatibleServerVers...Xiangyu Yao2018-02-278-89/+133
* SERVER-33415 Implement Bulk build for new unique indexesSulabh Mahajan2018-02-281-59/+22
* SERVER-33169: Add string to date conversions to $convert3.6.3Nick Zolnierz2018-02-272-79/+221
* SERVER-33518 aggregate, distinct, filemd5, and geoNear should check out the s...Tess Avitabile2018-02-271-1/+5
* SERVER-33109 import the mobile storage engineGabriel Russell2018-02-2722-0/+3954
* SERVER-33197 Implement joining behavior for movePrimary on shardsBlake Oler2018-02-2714-122/+590
* Revert "SERVER-33215 Remove references to opCtx in onCommit callbacks."Jack Mulrow2018-02-272-49/+56
* SERVER-33174 Prevent catalog storage of new syntax during lower FCVCharlie Swanson2018-02-2712-35/+193
* SERVER-33358 Inline dassert boolean in ClientCursorPinCharlie Swanson2018-02-271-6/+4
* SERVER-33485 Active clients should always have a lock stateTess Avitabile2018-02-277-50/+48
* SERVER-32610 Include databaseVersion when targeting by primary shard in paths...Esha Maharishi2018-02-261-0/+1
* SERVER-33477 Always use upsert with _id for session update.Siyuan Zhou2018-02-261-12/+2
* SERVER-33045 Remove fcvLock from shardCollectionDianna Hohensee2018-02-261-5/+0
* SERVER-33486 coverity fix for 'const bool' function return type that should j...Dianna Hohensee2018-02-261-1/+1
* SERVER-33215 Remove references to opCtx in onCommit callbacks.Siyuan Zhou2018-02-262-56/+49
* SERVER-33032 add a DatabaseShardingState containing the databaseVersion as a ...Esha Maharishi2018-02-264-1/+192
* SERVER-33456 Ensure `onShardVersionMismatch` does not throwKaloian Manassiev2018-02-262-6/+14
* SERVER-33196 add 'forTest' flag to movePrimary, and if it's set, make _config...Blake Oler2018-02-262-9/+70