summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-33973 Force cleanup of possibly remaining partial data after failed co...Blake Oler2019-08-015-310/+287
* SERVER-42441 renameCollectionForApplyOps should always rename the target out ...Xiangyu Yao2019-08-012-9/+12
* Revert "SERVER-42441 renameCollectionForApplyOps should always rename the tar...Xiangyu Yao2019-08-012-32/+9
* SERVER-42441 renameCollectionForApplyOps should always rename the target out ...Xiangyu Yao2019-08-012-9/+32
* SERVER-42349 Write new unsharded collections to the sharding catalog under fe...Esha Maharishi2019-08-011-10/+121
* SERVER-41493 Set request deadline based on maxtime ms in network interfaceShaileja Jain2019-08-012-8/+82
* SERVER-42152 Delete existing chunks on new epoch in persisted routing table c...Jamie Heppenstall2019-08-013-2/+51
* SERVER-41963 Create an API to apply an $elemMatch projection on a Document pathAnton Korshunov2019-08-013-0/+139
* SERVER-42481 Remove FCV checks around prepared transactionsJason Chan2019-08-011-5/+0
* SERVER-42559 Make the WaitWithOpTimeEarlierThanLowestQueued test run more pre...Randolph Tan2019-08-011-0/+19
* SERVER-41453 Raise the minimum file handle limit to trigger a startup warningMathew Robinson2019-08-011-2/+2
* Import wiredtiger: c29f4c6030e37794b8c2c1195829ba2d14954677 from branch mongo...Luke Chen2019-08-0115-162/+161
* SERVER-42338 Make the hang failpoint callback always ran on the executor threadRandolph Tan2019-07-311-20/+35
* SERVER-42397 Log refineCollectionShardKey in the audit logJamie Heppenstall2019-07-313-0/+14
* SERVER-42158 Efficient reset of Document to new BSONObjMartin Neupauer2019-07-314-17/+55
* SERVER-39691 Remove FCV checks around the state field in config.transactions ...Jason Chan2019-07-313-180/+3
* SERVER-42519 ReplicaSetMonitors should early return callbacks after shutdownBen Caimano2019-07-312-22/+40
* SERVER-42501 ReplicaSetMonitorManager::shutdown() logs sparinglyBen Caimano2019-07-311-1/+8
* SERVER-42363 Add test for backtrace on $currentOpRahul Sundararaman2019-07-315-12/+56
* SERVER-42491 Ensure DocumentSourceSort does not crash on searchScore or searc...Misha Ivkov2019-07-313-4/+9
* SERVER-41845 Made Keystring::Builder into a template of the Buffer used.Daniel Solnik2019-07-315-190/+272
* SERVER-42457 Check if atClusterTime has been set on TransactionRouter before ...Blake Oler2019-07-312-1/+19
* SERVER-40667 MongoD Storage watchdog should treat unexpected interruption as ...Mathew Robinson2019-07-311-2/+5
* SERVER-42512 Disable creating indexes with the IndexBuildsCoordinator on mobileLouis Williams2019-07-311-1/+3
* SERVER-42521 Add logging to waitUntilNoIndexBuildsRemain() to display the UUI...Gregory Wlodarek2019-07-312-2/+30
* SERVER-42502 Fix Windows Ninja BuildMark Benvenuto2019-07-302-16/+26
* SERVER-42460 Add feature flag for aggregation map reduceTed Tuckman2019-07-305-0/+99
* SERVER-41874 Add shell option to skip cursor finalize.Siyuan Zhou2019-07-306-4/+15
* SERVER-42503 compactCollection() should refetch the RecordStore after re-lock...Gregory Wlodarek2019-07-301-1/+3
* SERVER-42364 Update config.collections schema to have a 'distributionMode' fieldEsha Maharishi2019-07-305-5/+222
* SERVER-42448 Adding necessary NOLINTsBen Caimano2019-07-301-2/+2
* SERVER-42289 Move collection_test.cpp's validation testing into a separate fi...Gabe Villasana2019-07-303-79/+126
* SERVER-42365 Remove dead code around 'allowSplit' and 'assigned shard key' fr...Esha Maharishi2019-07-303-35/+2
* SERVER-42448 Add backtrace test for DiagnosticInfoBen Caimano2019-07-303-54/+243
* SERVER-42335 Make ShutdownShouldCancelQueuedRequests cpp test propagate the i...Randolph Tan2019-07-301-8/+14
* SERVER-41962 Create an API to apply a positional projection on a Document pathAnton Korshunov2019-07-305-0/+294
* Import wiredtiger: 1055c64267ae9ee9a1ef11a9826dd409259b13d2 from branch mongo...Luke Chen2019-07-303-3/+21
* SERVER-41696 Remove the 'ns' field from index specsGregory Wlodarek2019-07-2962-820/+334
* SERVER-41696 Do not use the 'ns' field from index specs to compute the dbhashGregory Wlodarek2019-07-291-0/+7
* SERVER-41696 Avoid depending on the 'ns' field from index specs for the TTL m...Gregory Wlodarek2019-07-291-7/+8
* SERVER-42303 NITL schedules out-of-line immediately and never againBen Caimano2019-07-292-57/+84
* SERVER-42396 Add refineCollectionShardKey action to the enableSharding roleJamie Heppenstall2019-07-291-0/+1
* SERVER-42242 Change locks to be acquired by UUID during the createIndexes com...Daniel Solnik2019-07-291-6/+69
* SERVER-42468 Always wait for the TransactionCoordinator to complete in the Me...Kaloian Manassiev2019-07-291-12/+23
* SERVER-42147 Make TTL mechanism maintain UUIDs rather than collection namespa...Xiangyu Yao2019-07-298-69/+60
* SERVER-41510 Track the number of failed stepDowns in serverStatusMedha Potluri2019-07-291-1/+12
* SERVER-42034 Optimize ItoABilly Donahue2019-07-297-1069/+330
* SERVER-41509 Track the number of attempted stepDowns in serverStatusMedha Potluri2019-07-291-3/+13
* SERVER-37180: Use OplogEntry everywhere in oplog applicationLingzhi Deng2019-07-2924-751/+719
* SERVER-41277 Create FLE Data Framing ClassesShreyas Kalyan2019-07-298-190/+377