summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-59160 Disable balancer in test_stacked_migration_cleanup.jsPierlauro Sciarelli2021-09-301-1/+2
* SERVER-56416 Remove non-portable cpuFeatures check from macOSMatthew Saltz2021-09-291-3/+1
* SERVER-50050 Fix non-ssl buildMark Benvenuto2021-09-294-1/+9
* SERVER-59010 Fix SSL off build, OCSPManager shouldn't be used when ssl = offRenan Castro2021-09-293-0/+6
* SERVER-59143 prevent ninja tool being used with ninja module.Daniel Moody2021-09-281-0/+8
* SERVER-59425 fix for_signature subst list for ninja generated command actions.Daniel Moody2021-09-281-1/+1
* SERVER-53242 Log line added to collMod commandReo Kimura2021-09-281-0/+4
* SERVER-51806 Disable incompatible jstest for single phase index buildsYuhong Zhang2021-09-281-0/+6
* SERVER-60142 Fix MigrationDestinationManager's check for overlapping rangeDel...Jordi Serra Torrens2021-09-281-2/+8
* SERVER-60025 BSON ownership in DocumentSourceQueue fixRuslan Abdulkhalikov2021-09-271-1/+1
* SERVER-59725 remove 2nd rhel 6.2 push and distroJon Streets2021-09-271-7/+0
* SERVER-57321 Make $mod match expression handle NaN, Infinity and large valuesMihai Andrei2021-09-278-23/+241
* SERVER-51806 Enable lock yielding during the bulk load phase of index buildsYuhong Zhang2021-09-275-3/+119
* SERVER-59867 Split horizon mappings in ReplSetConfig/MemberConfig should be s...Matthew Russotto2021-09-274-5/+74
* SERVER-59769 Balancer conflicts with chunk migration testsAntonio Fuschetto2021-09-271-3/+4
* SERVER-56326 Add a round() method to the Decimal128 classDrew Paroski2021-09-243-0/+181
* SERVER-59458 Move interrupt_while_yielded.js to noPassthrough suiteJustin Seyster2021-09-241-2/+13
* Revert "SERVER-55376: Ensure reconfig cannot roll back committed writes in PS...Vishnu Kaushik2021-09-2411-522/+20
* Revert "SERVER-57284: Wait for config commitment in reconfig_for_psa_set_shel...Vishnu Kaushik2021-09-241-58/+4
* Revert "SERVER-56919: Add validation for memberIndex to reconfigToPSASet() sh...Vishnu Kaushik2021-09-242-76/+9
* SERVER-57743 Prevent range deletion task from being executed if sessions coll...Jonathan Lee2021-09-243-2/+42
* SERVER-54791 Use single file descriptor for external sortGregory Noma2021-09-235-264/+298
* SERVER-59299: Flatten top-level nested $match stages in doOptimizeAtHana Pearlman2021-09-234-5/+61
* Import wiredtiger: a9bd69a7ca5dd14ae36ab76574ac7eb1c0207758 from branch mongo...Luke Chen2021-09-23121-1662/+5270
* SERVER-55904: Consolidate getFirstOplogEntry and getLeastRecentOp helpersHana Pearlman2021-09-232-17/+11
* SERVER-54825 Use 'toArray()' in addition to array access after 'find()' in rs...Hartek Sabharwal2021-09-231-1/+2
* SERVER-58583 Expressive projection in FLE for find80741223+jlap199@users.noreply.github.com2021-09-222-6/+25
* SERVER-56919: Add validation for memberIndex to reconfigToPSASet() shell helperXueruiFa2021-09-222-9/+76
* SERVER-57284: Wait for config commitment in reconfig_for_psa_set_shell.jsXueruiFa2021-09-221-4/+58
* SERVER-55376: Ensure reconfig cannot roll back committed writes in PSA setsXueruiFa2021-09-2211-20/+522
* SERVER-58780: Ensure that _shouldSetStableTimestamp restores to true if replS...Lingzhi Deng2021-09-222-0/+73
* SERVER-60062 Fix cloning of server description and uuid in RSM's topology des...LaMont Nelson2021-09-225-23/+49
* SERVER-52850: Remove assertion from initial_sync_nodes_maintain_and_gossip_co...XueruiFa2021-09-211-8/+1
* SERVER-50178: Add logging to initial_sync_nodes_maintain_and_gossip_commit_po...XueruiFa2021-09-211-6/+6
* SERVER-58047: $toHashedIndexKey expression doesn't add any dependencies.Kshitij Gupta2021-09-214-12/+25
* SERVER-49214: Add $toHashedIndexKey expression.Kshitij Gupta2021-09-215-1/+135
* SERVER-59617: Set minimum sharding task executor pool size in hedged_reads.jsTyler Seip2021-09-211-1/+5
* SERVER-59876 Ensure hostname is progated for internal sasl authMark Benvenuto2021-09-2115-263/+454
* SERVER-58777 Do not count empty subdocuments toward depth on insertGregory Noma2021-09-202-2/+33
* SERVER-60085: Cap number of sub-tasks to generate by number of tests in suiteDavid Bradford2021-09-202-1/+18
* SERVER-59651 replsettest runCommandWithRetry should handle slow configsMatthew Russotto2021-09-201-1/+3
* SERVER-59476: Allow for commit messages reverting wiredtiger importsDavid Bradford2021-09-202-1/+9
* SERVER-59120 Add test coverage to commitChunksMerge()Paolo Polato2021-09-203-8/+574
* SERVER-59074 Do not acquire storage tickets just to set/wait on oplog visibilityGregory Wlodarek2021-09-174-8/+51
* SERVER-58203 factor out logging statements into helper functionsMickey. J Winters2021-09-174-11/+89
* SERVER-45385 unblacklisted sharding/kill_sessions.js by removing multiversion...Jonathan Lee2021-09-171-4/+0
* SERVER-58139 Check for cancelation before sending remote commandsAmirsaman Memaripour2021-09-171-0/+13
* SERVER-57938 Skip validation for stored geometry if a 2dsphere index existsEric Cox2021-09-173-3/+13
* SERVER-58148 Consider failed reads as resolvedAlex Li2021-09-171-6/+12
* SERVER-46147 Update repair to fix multikey errors without performing an index...Faustoleyva542021-09-174-23/+467