summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-50756 Add unoccupied storage space to dbStatsLouis Williams2020-09-2917-8/+91
* SERVER-49465 Added linker option and disabled use of BFD linker.Daniel Moody2020-09-291-1/+20
* SERVER-50415 rename waitInIsMaster failpoint to waitInHelloPavi Vetriselvan2020-09-296-18/+20
* SERVER-50418 wait for all exhaust streams to close before starting testsHuayu Ouyang2020-09-291-24/+12
* SERVER-51086 Extract collection diffing logic into separate utility.Max Hirschhorn2020-09-294-112/+271
* SERVER-50611 Relax assertion around number of elections in priority_takeover_...Judah Schvimer2020-09-292-12/+26
* SERVER-50318: Only cancel scheduled heartbeatsXueruiFa2020-09-2914-85/+192
* SERVER-50916 use long long instead of uint64 for BSONLouis Williams2020-09-291-8/+8
* SERVER-48808 Oplog Fetching in MigrationServiceInstanceMatthew Russotto2020-09-299-10/+312
* SERVER-48808 Make dependency injection of OplogFetcherMock easier.Matthew Russotto2020-09-296-79/+86
* SERVER-50916 Add $operationMetrics aggregation stage to return resource consu...Louis Williams2020-09-298-8/+512
* SERVER-50801 Rearrange resharding PrimaryOnlyService instances to be forward-...Blake Oler2020-09-296-185/+207
* SERVER-51054 construct multiversion download URLs manually for 4.7Robert Guo2020-09-292-3/+35
* SERVER-51171 Make sure replica set is completely started before awaitNodesAgr...Milena Ivanova2020-09-291-8/+6
* SERVER-51101 Futurify ShardingMigrationCriticalSectionPierlauro Sciarelli2020-09-299-37/+56
* Revert "SERVER-51203 More find subsystem tests for better SBE coverage"Tommaso Tocci2020-09-294-1909/+0
* SERVER-48889 Make it so the critical section is never entered with UNKNOWN sh...Pierlauro Sciarelli2020-09-292-104/+97
* Import wiredtiger: c5b552ac2e781e3f146ffa8ad748d9aa090e0623 from branch mongo...Luke Chen2020-09-297-186/+543
* SERVER-50877 Coverity analysis defect 115362: Uninitialized scalar fieldSergi Mateo Bellido2020-09-291-1/+1
* SERVER-50866 SystemD unit should wait for network-online.targetRyan Egesdahl2020-09-292-2/+4
* SERVER-47327 Add composition member functions to StatusWithJacob Evans2020-09-292-0/+537
* SERVER-51197 auth_privilege_consistency.js requires FCV 4.7Sara Golemon2020-09-281-0/+2
* SERVER-48855 Parsing and CST building for find projectionJacob Evans2020-09-2812-5787/+6623
* SERVER-51203 More find subsystem tests for better SBE coverageJustin Seyster2020-09-284-0/+1909
* SERVER-51169 Add a helper function to tenant_migration_util.js for running do...Cheahuychou Mao2020-09-282-64/+94
* SERVER-48940 Make replication rollback clear and recover a tenant migration d...Cheahuychou Mao2020-09-284-34/+385
* SERVER-51082 Make MatchExpression lifetime independent of CSTNick Zolnierz2020-09-287-97/+126
* SERVER-51057: Test that getMore metrics are incremented in server_status_metr...XueruiFa2020-09-281-50/+10
* SERVER-50651 Replace occurrences of isMaster command with hello in sharding j...Ali Mir2020-09-2819-70/+70
* SERVER-50651 Replace occurrences of isMaster command with hello in replsets j...Ali Mir2020-09-2841-461/+469
* SERVER-50651 Replace occurrences of isMaster command with hello in noPassthro...Ali Mir2020-09-2817-134/+151
* SERVER-48869 implement agg date expression operators in grammarGeorge Wangensteen2020-09-2811-2854/+6728
* SERVER-50783 Coverity analysis defect 116260: Unsafe assignment operatorDrew Paroski2020-09-281-0/+4
* SERVER-51167 Fix incorrect TypeTag in "sbe_coerce_to_string_test.cpp"Drew Paroski2020-09-281-1/+1
* SERVER-50615 Increase retries for _constructFromExistingSeedNode in replsette...Samy Lanka2020-09-281-1/+1
* SERVER-50874 Remove const qualifier from return type in api_parameters.hSamy Lanka2020-09-281-1/+1
* SERVER-51096 Use interruptible wait in PrimaryOnlyService::getOrCreateInstanceSpencer T Brody2020-09-286-88/+158
* SERVER-51161 Fix race in PrimaryOnlyServiceTest::ReportCurOpInfoSpencer T Brody2020-09-281-1/+4
* SERVER-51154: Generate a new collection UUID for importLingzhi Deng2020-09-282-16/+20
* SERVER-47616: changed auto made by the linter, no opAndrew Shuvalov2020-09-282-8/+10
* SERVER-47616: improve error message plus testsAndrew Shuvalov2020-09-282-2/+10
* SERVER-50946 Create PlanExplainer interface and implementationsAnton Korshunov2020-09-2844-1114/+1639
* Import wiredtiger: dc2383066ede0925e3efa5e91d068d85a8c21c6e from branch mongo...Luke Chen2020-09-2860-5760/+863
* SERVER-51165 faster ServiceContext getters via AtomicWordBilly Donahue2020-09-281-6/+22
* SERVER-51134 ensure that RSASR has no services when destroyed, and embedded m...Kevin Pulo2020-09-282-4/+6
* SERVER-50748 Add repl and sharding tasks to the undodb variantMikhail Shchatko2020-09-2740-59/+155
* SERVER-50304 fix use-after-moveBenety Goh2020-09-261-8/+8
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-26301-1332/+1650
* SERVER-50958 add test for resumable index build interrupted by shutdown multi...Benety Goh2020-09-262-0/+133
* SERVER-50907 Make Shard objects cache their own connection stringsKevin Pulo2020-09-267-65/+25