summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-52857 Require apiVersion field for all IDL commandsSamy Lanka2021-01-2245-0/+103
* SERVER-53828 fix unsequenced operations in 2 testsBilly Donahue2021-01-222-9/+9
* SERVER-51970 Create feature flag for SBEAlya Berciu2021-01-223-8/+8
* SERVER-53409 refresh FailPoint readability, documentationBilly Donahue2021-01-212-272/+237
* SERVER-53854: Ensure checkReplicatedDataHashes remembers previous dbhash mism...XueruiFa2021-01-211-1/+2
* SERVER-53885 Make ConcurrentCatalogWriteBatches more deterministic by only ch...Henrik Edin2021-01-211-4/+27
* SERVER-53118 Make the DistLockManager use the same processId/lockSessionId pe...Kaloian Manassiev2021-01-2129-644/+346
* SERVER-53948 Remove unnecessary ServiceContext pointer stored in CollectionImplHenrik Edin2021-01-215-10/+7
* SERVER-53855 Resharding recipient secondaries ignore no-op oplog entries mean...Randolph Tan2021-01-213-4/+162
* SERVER-53501 Fix incorrect reporting of scannedObjects in serverStatus() for ...Rishab Joshi2021-01-214-10/+60
* SERVER-53696 _internalUnpackBucket should handle missing metaField gracefullyEric Cox2021-01-213-22/+116
* SERVER-53825 Range deletions collection must not be dropped on downgrade to v4.4Pierlauro Sciarelli2021-01-211-13/+0
* SERVER-53867 Add/Remove timestamp to docs on config.chunks when upgrading/dow...Sergi Mateo Bellido2021-01-212-41/+47
* SERVER-53672 Remove SessionCatalogMigrationDestination::_isStateChanged condi...Alexandre Bique2021-01-212-7/+0
* SERVER-50486 Always interrupt multi-document transactions on step down or ste...Samy Lanka2021-01-212-0/+12
* SERVER-51081 Add a way to "try abort" a tenant migrationJason Zhang2021-01-218-85/+301
* SERVER-53902 Fix crash in op_msg_fuzzer when looking for the oplog.Henrik Edin2021-01-211-3/+4
* SERVER-51730 Report histogram data on how long it takes cursors to drainVishnu Kaushik2021-01-214-7/+71
* SERVER-52548 Convert create command to TypedCommandSara Golemon2021-01-218-283/+298
* SERVER-53876 remove TODO SERVER-50974 commentVishnu Kaushik2021-01-201-1/+1
* SERVER-53687 Rename resharding CoordinatorStateEnum kCommitted to kDecisionPe...Haley Connelly2021-01-2013-151/+139
* SERVER-50423 Set FCV before writing initial replica set configAli Mir2021-01-203-1/+15
* SERVER-50644, SERVER-50479: Add resumable index build support for ESE by usin...Varun Ravichandran2021-01-208-39/+93
* SERVER-53612: Fix StepDown hangs when all nodes are caught up but none is imm...Lingzhi Deng2021-01-204-8/+34
* SERVER-53903 Temporarily rename sharded metadata without a transactionPierlauro Sciarelli2021-01-203-96/+71
* SERVER-53654 Add serverStatus section for global time-series bucket infoGregory Noma2021-01-204-19/+54
* SERVER-52793 Collect resource consumption metrics for all SBE stages that sor...Mihai Andrei2021-01-201-4/+10
* SERVER-51666 Implement $dateAdd/ $dateSubtract in SBE.Milena Ivanova2021-01-207-4/+326
* SERVER-53739 Validate all createIndexes optionsA. Jesse Jiryu Davis2021-01-201-4/+32
* SERVER-53311 Add a 'struct' type to represent 'cursor' object in aggregate co...Ruoxin Xu2021-01-2014-100/+135
* SERVER-53868 Update the timestamp of docs in config.chunks when refining a sh...Sergi Mateo Bellido2021-01-203-6/+17
* SERVER-52809 Implement the new drop collection path in _shardsvrDropCollectionJaume Moragues2021-01-2011-28/+556
* SERVER-53811 add recoveryToken as input field to abortTransactionMoustafa Maher2021-01-201-0/+6
* SERVER-52547 Avoid reparsing the command object multiple timesMoustafa Maher2021-01-203-20/+52
* SERVER-53512 Make failCommand failpoint support blockConnection with closeCon...Matthew Saltz2021-01-191-9/+9
* SERVER-53312: Enable recipient testing for tenant_migration_jscore_passthroughLingzhi Deng2021-01-191-0/+3
* SERVER-53435 Fix use-after-moveDavid Storch2021-01-191-1/+1
* SERVER-51762 Fix index building for ephemeralForTestLouis Williams2021-01-191-0/+2
* SERVER-53882 TenantMigrationAccessBlocker::setCommitOpTime and setAbortOpTime...Cheahuychou Mao2021-01-191-2/+2
* SERVER-53830: fix synchronization in replica_set_monitor_integration_test.cppAndrew Shuvalov2021-01-191-2/+7
* SERVER-52848: Increase delayMillis in initial_sync_chooses_correct_sync_sourc...r4.9.0-alpha1XueruiFa2021-01-192-2/+15
* SERVER-53625 Fix slimOplogForGraphLookup to include if txn was aborted.Max Hirschhorn2021-01-192-41/+39
* SERVER-53869 Remove references to `getGlobalServiceContext()` from the catalogKaloian Manassiev2021-01-1913-119/+23
* SERVER-53247 disable enableMajorityReadConcern=false for non-test storage eng...Pavi Vetriselvan2021-01-193-47/+34
* SERVER-38938 include metadata in command responseRobert Guo2021-01-193-1/+15
* SERVER-53772 Create feature flag for timestamp based collection/database UUIDSergi Mateo Bellido2021-01-1910-17/+30
* SERVER-50754 introduce MakeBSONObjStage and various perf improvements to SBEIan Boros2021-01-1946-438/+1191
* SERVER-52587 Making collection and database instances comparable through clus...Sergi Mateo Bellido2021-01-183-159/+365
* SERVER-51664 Make sure $dateAdd/$dateSubtract produce null if any argument is...Milena Ivanova2021-01-181-14/+11
* SERVER-51621: Convert findAndModify output to IDLHana Pearlman2021-01-1812-216/+277