summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-53155 Convert authenticate command implementation to inherit from IDL-...Shreyas Kalyan2021-01-163-196/+259
* SERVER-50974 Add currentOp reporting for TenantMigrationRecipientService Inst...Vishnu Kaushik2021-01-161-5/+22
* SERVER-53841 Additional logging for oplog_rollover.jsGregory Wlodarek2021-01-161-5/+24
* SERVER-53499 Handle UMC commands with requireApiVersion and standalone mongodMark Benvenuto2021-01-151-1/+1
* SERVER-53636 rs.add() should retry on CurrentConfigNotCommittedYet errorsPavi Vetriselvan2021-01-151-1/+2
* SERVER-53403 Support validating cluster times with keys from external_validat...Cheahuychou Mao2021-01-1516-147/+531
* SERVER-53403 Define IDL type for docs in admin.system.external_validation_keysCheahuychou Mao2021-01-1510-66/+139
* SERVER-53435 Make queries run with DBHelpers plus SBE circumvent 'checkCanSer...David Storch2021-01-1525-79/+219
* SERVER-53461 totalDataSizeGroupedBytesEstimate stats for $group should report...Rishab Joshi2021-01-155-31/+29
* SERVER-51762 Delete code for old unique index formatLouis Williams2021-01-1514-461/+309
* SERVER-53781 Don't log Grid's configTime term resetsPierlauro Sciarelli2021-01-151-1/+3
* Revert "SERVER-53739 Temporary code to validate all createIndexes options"Benety Goh2021-01-151-31/+3
* SERVER-53336 listCollections returns 'timeseries' as type for timeseries coll...Benety Goh2021-01-151-1/+1
* SERVER-53731 skip validation for storage on delta updatesBenety Goh2021-01-151-1/+2
* SERVER-53336 listCollections returns 'timeseries' as type for timeseries coll...Benety Goh2021-01-151-2/+2
* SERVER-52554 Convert ListDatabases to TypedCommandSara Golemon2021-01-143-253/+223
* SERVER-53739 Temporary code to validate all createIndexes optionsA. Jesse Jiryu Davis2021-01-141-3/+31
* SERVER-51359 unit test that AutoGetCollectionLockFree can run concurrently wi...Dianna Hohensee2021-01-141-0/+66
* SERVER-49905 Update config.transactions entry for transaction's final oplog e...Randolph Tan2021-01-144-81/+602
* SERVER-52903: Add an upper bound for how long a tenant migration donor can bl...Andrew Shuvalov2021-01-144-3/+78
* SERVER-53570 Ensure no query yields are attempted with nested lock-free opera...Dianna Hohensee2021-01-141-1/+5
* SERVER-53247 Remove EMRC=false targeted jstests/unittestsPavi Vetriselvan2021-01-142-141/+1