summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-67088: Create the FieldNameProvider classesnandinibhartiyaMDB2022-07-1419-165/+618
* SERVER-61314 Consolidate featureFlagSbePlanCache with featureFlagSbeFullDavid Storch2022-07-1415-51/+56
* SERVER-63194 Remove file copy based initial sync feature flagMatthew Russotto2022-07-142-9/+1
* SERVER-43776 replica sets shutdown in parallelKruti Shah2022-07-142-9/+154
* SERVER-58743 Remove ShardingMetadataYoonsoo Kim2022-07-144-169/+0
* SERVER-67927 ServiceExecutor: ThreadingModel -> HasDedicatedThreadBilly Donahue2022-07-1412-217/+103
* SERVER-67369 Implement type bracketing for all BSONTypesEmily Wang2022-07-143-23/+121
* SERVER-65143 Directly usage of repl establishOplogCollectionForLogging functionLeonardo Menti2022-07-146-18/+5
* SERVER-67992 Use operation timer tracker in fle mongos crud processingMark Benvenuto2022-07-141-1/+3
* SERVER-67556 Implement global index clonerRandolph Tan2022-07-147-1/+476
* SERVER-68016 Use little endian for deserializing data serialized by BufBuilderRui Liu2022-07-141-2/+4
* SERVER-66997 Remove NoChangeStreamEventsDueToOrphans feature flagAntonio Fuschetto2022-07-146-60/+1
* SERVER-9434 fix embedded sdk compileBenety Goh2022-07-141-6/+6
* SERVER-67585: first changesZahra Poonevala2022-07-133-14/+4
* SERVER-67173 Enable new SBE yielding logic by default to get test coverageDianna Hohensee2022-07-132-4/+11
* SERVER-67202 Add encryption placeholder for range indexDavis Haupt2022-07-137-44/+122
* 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
* 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
* 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