summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-56962 Use .denylist suffix for etc/ sanitizer filesbd1f707Sara Golemon2021-05-044-37/+37
* SERVER-54460 Ensure that opCtx that waits on PrimaryOnlyService completion pr...Cheahuychou Mao2021-05-047-10/+97
* SERVER-56614 fix ninja shell dressing for windows evergreen tasksDaniel Moody2021-05-043-20/+23
* SERVER-56599 Make ShardingDDLCoordinatorService threadpool size unlimitedTommaso Tocci2021-05-041-1/+3
* SERVER-56344 Test that secondaries with capped collections upgrading from FCV...Gregory Wlodarek2021-05-043-8/+136
* SERVER-55600: Indicate to resharding metrics system if a resharding operation...Jamie Anderson2021-05-043-1/+44
* SERVER-29438 Combine max_time_ms_sharded_new_commands.js with max_time_ms_sha...Jamie Anderson2021-05-042-41/+18
* SERVER-56386 Exclude index_filter_catalog_independent.js from tenant migratio...Ethan Zhang2021-05-041-0/+1
* SERVER-56567 Add boolean field to reshardingFields to indicate whether an abo...Blake Oler2021-05-043-18/+62
* SERVER-49752 Remove redundant ident reaper 'nss' loggingDianna Hohensee2021-05-049-43/+19
* SERVER-56582: Adjust timeouts of windows-debug and code-coverage build variantsDavid Bradford2021-05-042-1/+2
* SERVER-55058 More move optimizations for Document/ValueDenis Grebennicov2021-05-0413-15/+106
* Import wiredtiger: 33706217c01f343a3bb2d314257a918659e9d6de from branch mongo...Luke Chen2021-05-0412-277/+254
* Import wiredtiger: 637a8d089e42882db1209009df312d5a9491d238 from branch mongo...Luke Chen2021-05-042-1/+19
* Import wiredtiger: 652def8ae433a2001145d34baec9ef9f5610a97e from branch mongo...Luke Chen2021-05-0415-125/+581
* Import wiredtiger: 859f83a6ccf9bf1361f8aa75c1ba59e5624ea02d from branch mongo...Luke Chen2021-05-042-4/+5
* Import wiredtiger: 5b6109fa425d492c42fbb9f259c429a0290865ea from branch mongo...Luke Chen2021-05-044-6/+138
* Import wiredtiger: c17327160788b8da7766b7ff8e47ae4610b1660b from branch mongo...Luke Chen2021-05-042-1/+11
* Import wiredtiger: 87c819c15a2bc52ac5b949a7ffe0b84e8b68ebcf from branch mongo...Luke Chen2021-05-042-2/+2
* SERVER-54573 Dependency analysis for $setWindowFields stagesamontea2021-05-046-15/+149
* Import wiredtiger: 02f4d1d902131e2a6fd5bf680566db35d8c3a8bf from branch mongo...Luke Chen2021-05-049-77/+111
* Import wiredtiger: 1a7a783ee4a4c00be029dd58200767d15b8fda00 from branch mongo...Luke Chen2021-05-042-2/+2
* Import wiredtiger: a72a967a296068ef9feda3a3e3ad4b63389e8956 from branch mongo...Luke Chen2021-05-042-1/+11
* Import wiredtiger: cc54220b06d23167290d9928a192f1c49769840d from branch mongo...Luke Chen2021-05-047-152/+166
* Import wiredtiger: bcb90a271ce721d53ce49f1d805f52111f67a5e2 from branch mongo...Luke Chen2021-05-0411-7/+45
* SERVER-55064 Add translation logic for $first/$last executorsamontea2021-05-045-0/+339
* SERVER-56062 CappedPositionLost during an index builds collection scan phase ...Gregory Wlodarek2021-05-032-2/+56
* SERVER-55556 add new totalUnitsWritten metric; add new localTime field to ope...Eric Milkie2021-05-0311-6/+224
* SERVER-56562 sort buckets collection query results by control.min._id in test...Benety Goh2021-05-031-2/+2
* SERVER-56372: Add server parameter and feature flag for RRFaMDaniel Gottlieb2021-05-031-1/+16
* SERVER-55947 Change fassertFailedWithStatusNoTrace to fassertFailedWithStatus...Dianna Hohensee2021-05-031-1/+1
* SERVER-55789 Add explain metric for peak memory usage of $setWindowFields stageNick Zolnierz2021-05-033-16/+96
* SERVER-54103 Improve log message "Available memory is less than system memory"Luis Osta2021-05-031-1/+1
* SERVER-54671 Ensure TopologyVersionObserver is always interrupted at shutdownLuis Osta2021-05-032-1/+55
* SERVER-56570 added LIBDEPS docs.Daniel Moody2021-05-037-12/+440
* SERVER-53605 Ensure replsettest.asCluster works with clusterAuthMode = x509Mark Benvenuto2021-05-0328-59/+221
* SERVER-55977 fix coverity analysis defect 118057: unchecked return valueBenety Goh2021-05-031-2/+5
* SERVER-56441 Avoid allocate and copy metadata if we successfully lookup exist...Yuhong Zhang2021-05-032-45/+109
* SERVER-56560 Avoid thread scheduling deadlock in create collection coordinatorTommaso Tocci2021-05-033-27/+32
* SERVER-56390 Failed to construct ShardingDDLCoordinators do not get releasedTommaso Tocci2021-05-0312-60/+105
* SERVER-54834 Read write concern defaults propagation jstests should notSergi Mateo Bellido2021-05-031-8/+0
* SERVER-56469 The shard server catalog cache loader should replace the entrie...Sergi Mateo Bellido2021-05-035-30/+8
* SERVER-56493 Fix "unionWith_explain.js" test in various aggregation suitesDrew Paroski2021-05-031-7/+11
* Revert "SERVER-56331 [SBE] Implement support for the CodeWScope BSON type"Drew Paroski2021-05-039-212/+20
* SERVER-53417 reenable macOS dynamic builds (visibility test)Benety Goh2021-05-021-0/+7
* SERVER-55626 Extract normal shell scripts from evergreen.yml part 3Richard Samuels2021-05-0228-492/+636
* SERVER-53417 re-enable macOS dynamic builds (suggested builder)Benety Goh2021-05-021-0/+29
* SERVER-53417 temporarily disable repeated_crash_recovery_with_history_store.j...Benety Goh2021-05-021-2/+6
* SERVER-55588 Add translation logic for $integral executorRuoxin Xu2021-05-0115-108/+559
* SERVER-56556 create collection coordinator waits on wrong opTime to be mojori...Tommaso Tocci2021-05-013-7/+16