summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-67107 Create SDT Cumulative Metrics Field Name Provider BaseBrett Nawrocki2022-07-135-44/+214
* SERVER-51650 Ensure failure to rebuild PrimaryOnlyService on step up results ...George Wangensteen2022-07-133-25/+89
* SERVER-65360 Streamline handlePlanStageYield function signatureJosef Ahmad2022-07-1313-39/+14
* SERVER-64115 Add featureFlagGlobalIndexesJosef Ahmad2022-07-131-0/+4
* SERVER-67547 Ensure time-series schema update status is as expectedDan Larkin-York2022-07-131-1/+2
* SERVER-67917 Use DBDirectClient in FLE Crud Count pathMark Benvenuto2022-07-132-5/+5
* SERVER-67775 Add TicketAcquisitionPriority to the Locker classHaley Connelly2022-07-131-0/+31
* SERVER-67896 Remove uncessary ShardRegistry reload retry logicTommaso Tocci2022-07-133-29/+13
* SERVER-67845 Acquire critical section in rename "check preconditions" phase o...Pierlauro Sciarelli2022-07-131-18/+20
* SERVER-66502: Pause consumption metrics collection in wait for write concern.Yu Jin Kang Park2022-07-134-2/+107
* SERVER-65459 Construct NamespaceString using tenantId on the OpMsgRequest dur...Sophia Tan2022-07-139-20/+172
* Import wiredtiger: c19c358e9f837995a868fc60e132fa7f32d3515e from branch mongo...Chenhao Qu2022-07-1313-959/+688
* Import wiredtiger: 2eee5fcb5527737b8d7c136c3b3a099fc02b3396 from branch mongo...Chenhao Qu2022-07-132-2/+2
* Import wiredtiger: 60d4f99dfe5bcfb82712f3757f17b66bba32d439 from branch mongo...Chenhao Qu2022-07-1313-688/+959
* SERVER-67233 Fix the case where we try to push an indexedOr which was null.Jess Balint2022-07-122-15/+31
* SERVER-67979 Relax 'numSpills' check in ColumnStoreSorter testJustin Seyster2022-07-121-4/+4
* SERVER-61545 Remove feature compatibility version casing around TTL indexes o...Faustoleyva542022-07-121-5/+0
* SERVER-67854 Test BSON column binary with zero delta after interleavedGregory Noma2022-07-121-0/+25
* SERVER-67964 Make sparsity an optional field on queryTypeConfigReilly McBride2022-07-121-1/+1
* SERVER-67794 Reuse abortReason from shard split document when it existsDidier Nadeau2022-07-122-1/+8
* SERVER-67956 Write update to blockTimestamp at the reserved opslotMatt Broadstone2022-07-121-22/+55
* SERVER-66986 Added check for equivalence of OID-embedded timestamp and 'contr...Richard Hausman2022-07-121-3/+31
* SERVER-67414 Fixed msvc compileAlexander Neben2022-07-121-2/+4
* SERVER-67801 createIndexes on config.transactions should handle empty list of...Benety Goh2022-07-121-1/+1
* SERVER-67742 Fix column scan stage to accommodate overlapping pathsParker Felix2022-07-122-3/+11
* SERVER-67764 simplify globalMetricTree singleton to fix coverity memory leakBilly Donahue2022-07-121-8/+8
* Revert "SERVER-65459 Construct NamespaceString using tenantId on the OpMsgReq...jannaerin2022-07-127-170/+18
* Revert "SERVER-67733 ShardingTest::awaitBalancerRound() doesn't work in case ...Tommaso Tocci2022-07-123-14/+30
* SERVER-66357 Add the Transaction API section to the sharding architecture guideSanika Phanse2022-07-121-0/+14
* SERVER-66760 Add ASSERT_DOES_NOT_THROW to unittest assertionsLeonardo Menti2022-07-127-55/+15
* SERVER-67628 create $encryptedBetween MatchExpressionDavis Haupt2022-07-1213-0/+173
* SERVER-65360 Handle TemporarilyUnavailableException in query execJosef Ahmad2022-07-1225-434/+769
* SERVER-61770 Remove the pre-images collection creation/dropping on FCV upgrad...Denis Grebennicov2022-07-122-54/+1
* SERVER-67730 CSRS stepdown during rename must not leave orphned entries in `c...Enrico Golfieri2022-07-121-0/+12
* SERVER-60411 Remove legacy change stream pipeline construction.Rishab Joshi2022-07-123-59/+1
* Import wiredtiger: 450a2b54364c9c2632e5c9fe2e0d8ded326c2c9c from branch mongo...Etienne Petrel2022-07-122-11/+6
* Import wiredtiger: 2c0810100fd6ab83f471c7e592a947990198d9cb from branch mongo...Etienne Petrel2022-07-122-2/+153
* Import wiredtiger: f0f7617d61d91d5ebb175c5b59daf009d71b7d91 from branch mongo...Etienne Petrel2022-07-122-2/+5
* Import wiredtiger: 1ddfde7033ee6153d0672edf46ab5798918b4284 from branch mongo...Etienne Petrel2022-07-122-1/+182
* SERVER-65459 Construct NamespaceString using tenantId on the OpMsgRequest dur...Sophia Tan2022-07-117-18/+170
* SERVER-66485 Update AuthzManagerExternalStateLocal with new Tenant aware Name...Sara Golemon2022-07-112-81/+54
* SERVER-67782 Fix handling of bounds with MaxKey and MinKeySvilen Mihaylov2022-07-1111-128/+173
* SERVER-62781 Include tid in oplog entries for commandsHugh Tong2022-07-1130-81/+275
* SERVER-67420 Range Defining Supported TypesReilly McBride2022-07-111-1/+33
* SERVER-67460 Change BasicCommandWithRequestParser to use DatabaseNameFernando Lisboa2022-07-119-32/+46
* SERVER-67520 Add `checkBSONConsistency` option to the validate commandYuhong Zhang2022-07-114-19/+74
* SERVER-67520 Update validation commentsYuhong Zhang2022-07-112-4/+2
* SERVER-67382 Refresh the catalog before re-checking UUID <-> NSS resolution i...Dianna Hohensee2022-07-111-1/+7
* SERVER-63650 Change Locker::isDbLockedForMode to take in DatabaseNamejannaerin2022-07-1134-177/+170
* SERVER-64393 Adapt ReshardingMetrics JS tests to C++ unit testsBrett Nawrocki2022-07-111-129/+187