summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* SERVER-50958 extract ResumableIndexBuildTest helper function for checking tem...Benety Goh2020-09-261-15/+18
* SERVER-50897 Fix Sort/Limit/Sort optimizationEric Cox2020-09-253-13/+48
* SERVER-50437 Unblacklist step_down_chaining_disabled.js in replica_sets_multi...Samy Lanka2020-09-251-1/+0
* SERVER-51124: Bypass compile on dynamically generated build variantsDavid Bradford2020-09-252-4/+4
* SERVER-50304 Write resharding state and catalog updates in transactionsjannaerin2020-09-256-86/+1292
* SERVER-51155 Relax invariant in runAggregate requiring PlanExecutor to use kL...Anton Korshunov2020-09-251-4/+4
* SERVER-49159: Return NotPrimaryOrSecondary if currentTime is uninitialized in...XueruiFa2020-09-251-3/+20
* SERVER-51160: Increase sync source ping time in nodes_in_primarys_datacenter_...XueruiFa2020-09-251-1/+4
* SERVER-50892 Mirrored reads tests should excuse retriable errorsBen Caimano2020-09-251-1/+6
* SERVER-50958 add index build UUID to fail point log messageBenety Goh2020-09-251-1/+3
* SERVER-51095 Track OpCtxs used by PrimaryOnlyServices and interrupt them at s...Spencer T Brody2020-09-253-35/+123
* SERVER-51150 Ensure that PrimaryOnlyService states are updated correctly when...Cheahuychou Mao2020-09-251-5/+1
* SERVER-50134 Add DSI Versions of MicrobenchmarksRyan Timmons2020-09-252-2/+251
* SERVER-50338 Avoid using negative subscript in BSONValidateGeert Bosch2020-09-251-1/+1
* SERVER-47681 do not ignore prepare conflicts on background validationsEric Milkie2020-09-258-21/+130
* SERVER-51084 tweak range loop variable types to fix xcode buildBilly Donahue2020-09-2533-50/+47
* SERVER-48850 Implement element and $comment operators in CSTGeorge Wangensteen2020-09-2510-2589/+3272
* SERVER-51156 generate replica set multiversion tasksRobert Guo2020-09-251-29/+6
* SERVER-50826 fix unchecked return value in index tagGeorge Wangensteen2020-09-251-1/+1
* SERVER-50432: In at least one instance (4615603) log index keys as strings in...Eric Cox2020-09-252-10/+13
* SERVER-51107 Suffix index build external sort files with a random number gene...Gregory Noma2020-09-251-2/+5
* SERVER-51103 Allow ShardRegistry to distinguish between complete/partial conn...Kevin Pulo2020-09-256-8/+52
* Revert "SERVER-50304 Write resharding state and catalog updates in transactions"Louis Williams2020-09-256-1287/+86
* SERVER-50676 Improve makeVector to deduce type argumentTed Tuckman2020-09-2517-1205/+1221
* SERVER-50258 Add libdeps_next import for build tools nextDaniel Moody2020-09-251-2/+1
* SERVER-50951: Implement skeleton of importCollectionLingzhi Deng2020-09-259-0/+349
* SERVER-50258 Added libdeps rule to enforce that DEPS_DEPENDENTS are actually ...Daniel Moody2020-09-252-0/+1043
* SERVER-50341 Use std::shuffle instead of deprecated std::random_shuffleMatthew Saltz2020-09-251-1/+4
* SERVER-50955 oplog_rollover.js pauses the OplogCapMaintainerThread until trun...Gregory Wlodarek2020-09-252-1/+44