summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-59142 Add dropConnections API to TaskExecutorVojislav Stojkovic2021-10-218-4/+30
* SERVER-32227 Make comment on ReplicaSetMonitor::get match how the function worksSophia Tan2021-10-211-3/+2
* SERVER-60883 Handle large RLE counts correctly in Simple8bBuilderHenrik Edin2021-10-212-1/+16
* SERVER-59219 Check oplog visibility lock semantics for possible deadlockDan Larkin-York2021-10-2120-78/+218
* SERVER-60729 Explicitly step up first node in initiate_takes_stable_checkpoin...Vesselina Ratcheva2021-10-211-14/+14
* SERVER-60759 Eliminate `mkbson` stage when multiple $group stages are pushed ...Yoonsoo Kim2021-10-218-55/+433
* SERVER-60862 ClusterToClusterDataConsistency check should ignore all non-coll...Jason Chan2021-10-211-2/+2
* SERVER-60877: Correct an unintended heavy object copy.Daniel Gottlieb2021-10-211-17/+17
* SERVER-60878 Remove redundant TODO about $firstN/$lastN window functionsMihai Andrei2021-10-211-2/+1
* SERVER-60769 Don't make unnecessary symlinks in python venvMikhail Shchatko2021-10-211-8/+0
* SERVER-59936: Remove logging from ClusterCursorManagerNeil Shweky2021-10-212-221/+0
* SERVER-60858 Interrupt wait on joined ReshardingCoordinator on stepdown.Max Hirschhorn2021-10-211-0/+1
* SERVER-59688 Expect InterruptedDueToReplStateChange in testBenety Goh2021-10-211-4/+6
* SERVER-54623 Wait longer for session collection in ShardedClusterFixtureBrett Nawrocki2021-10-213-14/+28
* SERVER-60675 Remove 4-byte element count from BSONColumn binaryHenrik Edin2021-10-2110-166/+214
* SERVER-60755 Distinguish between null, missing, and undefined in $graphLookupTed Tuckman2021-10-212-0/+126
* SERVER-60804 Remove shard version checks from cursor_valid_after_shard_stepdownAllison Easton2021-10-212-20/+0
* Import wiredtiger: 9153261cf8e28326cf3b2075fa5ffd97ee30110d from branch mongo...Alison Felizzi2021-10-214-5/+10
* Import wiredtiger: 406b326af98106648a902f3ca047b2b0dfe55e77 from branch mongo...Alison Felizzi2021-10-212-2/+10
* Revert "SERVER-60579 - Adding a feature flag for shard split"Daniel Gottlieb2021-10-214-105/+0
* SERVER-60722 fix typo in resmoke suitesconfig error messageRobert Guo2021-10-211-1/+1
* SERVER-60115 Fixed `BasicBufBuilder` to correctly use powers of two allocationsMohammad Dashti2021-10-212-4/+38
* SERVER-60587 Implement FaultFacet and make necessary changes in HealthCheckSt...Andrew Shuvalov2021-10-2112-89/+247
* SERVER-60774 Early exit in ReshardingOplogFetcher if final op fetched.Max Hirschhorn2021-10-2010-36/+165
* SERVER-59890 Exclude chunk migration test from config stepdown suite.Max Hirschhorn2021-10-201-0/+4
* SERVER-60863 Update location of binary links during evergreen aware bisecttrahman13182021-10-203-13/+13
* SERVER-59364 Should move to the OK state after performing a successful round ...Kshitij Gupta2021-10-206-83/+95
* SERVER-60618 Install git on antithesis docker workload imagesRichard Samuels2021-10-202-6/+6
* SERVER-60579 - Adding a feature flag for shard splitmathisbessamdb2021-10-204-0/+105
* SERVER-60698 Reduce performance change from adding StorageChangeContext.Matthew Russotto2021-10-203-29/+57
* SERVER-51253 implement mongodb-parameters man 5 pageJon Streets2021-10-2014-12362/+11262
* SERVER-57880 Implement $top, $topN, $bottom, and $bottomN accumulatorsMickey. J Winters2021-10-205-25/+1024
* SERVER-58772: Improve error message for top level $not expressionMatt Boros2021-10-202-8/+23
* SERVER-60588 Don't attempt to coerce a double product to longJennifer Peshansky2021-10-202-16/+27
* Revert "SERVER-60583 Disable $multiply in SBE"Jennifer Peshansky2021-10-201-6/+2
* SERVER-60221 Merge Windows suggested build variants into requiredRyan Egesdahl2021-10-201-115/+35
* SERVER-57723 remove task generation debug logsRobert Guo2021-10-201-2/+0
* SERVER-60765 Remove assumes_against_mongod_not_mongos from no_snapshot_writes...Cheahuychou Mao2021-10-201-6/+1
* SERVER-31540 Get rid of boost::optional<UUID> from sharding codeKaloian Manassiev2021-10-2025-80/+54
* SERVER-60490 Update FCV constants to recognise 5.2 as latestJon Streets2021-10-2015-4/+22
* SERVER-52846 Get rid of the old-style (getLastError-requiring) methods on DBD...Allison Easton2021-10-208-16/+196
* SERVER-60616: change hash to use kAnyNumberOfArgsNeil Shweky2021-10-201-1/+1
* SERVER-60815 Fix race between two TransactionCoordinators can race in Transac...r5.2.0-alphaCheahuychou Mao2021-10-201-12/+7
* Revert "SERVER-60037 Enable the ordered timestamp assertion in MongoDB"Yuhong Zhang2021-10-209-53/+9
* SERVER-60812 clean up explain5.jsBenety Goh2021-10-201-13/+17
* SERVER-60461 Compression support for sub-objects in BSON Column (type 7)Henrik Edin2021-10-206-187/+1243
* SERVER-60790 clean up namespaces in geo_polygon3.js further to include polygo...Benety Goh2021-10-201-2/+3
* SERVER-60691 remove global service context initialization from benchmark_mainBenety Goh2021-10-203-3/+9
* SERVER-60713 Remove unused namespace argument from setUpChunk functionAntonio Fuschetto2021-10-204-70/+66
* SERVER-59882 Autosplit tests may get one less chunk than expected due to wuow...Pierlauro Sciarelli2021-10-203-106/+165