summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-56012 Fix multiversion test failures80741223+jlap199@users.noreply.github.com2021-04-222-3/+7
* SERVER-56134 Re-organize capped collection tests blacklistingTommaso Tocci2021-04-2240-204/+120
* SERVER-54959 Avoid cursor timeout during resharding collection cloning.Max Hirschhorn2021-04-222-0/+42
* Import wiredtiger: 19af50ae16f2047c580ab4d3d292475a8a4b8c22 from branch mongo...Luke Chen2021-04-2247-413/+407
* SERVER-56132 Fix SBE spool producers' close() methodsDavid Storch2021-04-223-3/+305
* SERVER-43964 UUID etc need not befriend IDL typesBilly Donahue2021-04-227-128/+108
* SERVER-56056 Correctly extract chunkSkips metric from SBE explainJustin Seyster2021-04-213-46/+69
* SERVER-55275 Index builder must check for interrupt between collection scan a...Louis Williams2021-04-211-0/+1
* SERVER-55728 Initialize _comparator to nullptr in BucketCatalogLouis Williams2021-04-211-1/+1
* SERVER-54295 Support time-based window bounds in $setWindowFieldsDavid Percy2021-04-219-62/+364
* SERVER-45445 Upgrade third_party/fmt (6.1.1 -> 7.1.3)Mark Benvenuto2021-04-2141-4395/+6444
* SERVER-55288 Create RecipientStateMachineExternalState class.Max Hirschhorn2021-04-219-187/+391
* SERVER-55355: Retry tenant migration on oplog fetcher errorsXueruiFa2021-04-213-5/+180
* SERVER-54452: Test that retryable writes are able to complete within gReshard...Kshitij Gupta2021-04-213-115/+147
* SERVER-55888 Remove unneeded condition in generateOptimizedOplogScan()Justin Seyster2021-04-211-1/+1
* SERVER-56119 [SBE] Enable generational agg and query fuzzer suites for SBE bu...Eric Cox2021-04-211-0/+2
* SERVER-53491: Finalize optimization tests for $_internalUnpackBucketHana Pearlman2021-04-212-30/+68
* SERVER-54703 Forced re-configs will restart the collection scan phase of inde...Gregory Wlodarek2021-04-214-101/+249
* SERVER-56213 Upgrade timelib to 2021.05 or laterMohammad Dashti2021-04-2139-147/+202
* SERVER-55996: Remove the invariant check for existence of _currentOpKshitij Gupta2021-04-212-14/+12
* SERVER-53889 Enable time-series feature flag by defaultGregory Noma2021-04-2115-63/+172
* SERVER-56140 [SBE] UniqueStage::close() should clear its _seen bufferMihai Andrei2021-04-212-0/+31
* SERVER-56234 Enable all suites tagged with 'read_write_concern' against SBE b...David Storch2021-04-211-5/+2
* SERVER-54955 disallow time-series collection inserts within a multi-document ...Benety Goh2021-04-212-2/+10
* SERVER-55380 Serialize oplog application of writes to the tenant migration na...Jason Chan2021-04-212-4/+66
* SERVER-56228:Fix deleteHaystackIndexesOnUpgrade dereferencing inexistent coll...Jordi Serra Torrens2021-04-211-0/+4
* SERVER-55229 Implement and test recipient cloner stats after failoverVishnu Kaushik2021-04-218-67/+518
* Revert "SERVER-54732 turn on validate cachedir globally."Andrew Morrow2021-04-213-10/+7
* SERVER-56199 Make collection drop use the proper chunks index on transitions ...Kaloian Manassiev2021-04-215-12/+17
* SERVER-54086 support download debug symbol from patch buildSiran Wang2021-04-217-26/+124
* SERVER-55887 remove unowned_ptrBilly Donahue2021-04-2118-360/+93
* SERVER-55798 Cleanup references to buildvariants that no longer existMikhail Shchatko2021-04-211-21/+0
* SERVER-56225 Wrong BSONElelment integer conversion in ShardingDDLCoordinatorS...Tommaso Tocci2021-04-211-1/+7
* SERVER-54955 add does_not_support_transactions to timeseries testsBenety Goh2021-04-2128-2/+30
* SERVER-30417: Implement $getField expressionAlya Berciu2021-04-216-0/+395
* SERVER-39468: Take distLocks on legacy renameCollectionJordi Serra Torrens2021-04-211-0/+10
* SERVER-55592 Add time-series fields to sharding catalogSergi Mateo Bellido2021-04-2134-19/+278
* SERVER-55099 Update $_internalUnpackBucket serialization and parsingJacob Evans2021-04-218-62/+174
* SERVER-54955 add js test for inserting into a time-series collection within a...Benety Goh2021-04-211-0/+34
* SERVER-53790 Test tenant migration recipient respects the provided read prefe...Wenbin Zhu2021-04-211-5/+152
* Import wiredtiger: ba88c91101ff0ee6e24373e701b1f9537cc46f3b from branch mongo...Luke Chen2021-04-2126-645/+940
* SERVER-55752 Remove TODO and skip enabling wildcardProjection index testing w...Dianna Hohensee2021-04-211-3/+0
* Import wiredtiger: 3bc45b797a1b257a4c559344be1608874f502229 from branch mongo...Luke Chen2021-04-219-446/+407
* SERVER-56066 [SBE] Fix numeric path component check for $nin and $allMihai Andrei2021-04-212-9/+123
* SERVER-56005 Remove test TODO and update file comment in jstests/core/timeser...Dianna Hohensee2021-04-211-3/+1
* Import wiredtiger: a7004cb2d00b6f0b593ac9637ff783a5a2c15a8d from branch mongo...Luke Chen2021-04-2032-716/+879
* SERVER-55377 implement a passthrough for onImportCollectionSergey Galtsev2021-04-202-1/+13
* SERVER-56215 Temporarily disable unit-tests for CoordinatorCommitMonitorAmirsaman Memaripour2021-04-201-1/+1
* SERVER-54869 Remove sbe_incompatible tag from rename_(capped_)collection_dbna...Justin Seyster2021-04-202-5/+0
* SERVER-54732 turn on validate cachedir globally.Daniel Moody2021-04-203-7/+10