summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Import wiredtiger: bd160209c77917053661441c525c89562b49a82e from branch mongo...Luke Chen2021-01-1516-1948/+1919
* 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
* SERVER-52718: Add support for blacklisting nodes in TenantMigrationRecipientS...XueruiFa2021-01-1412-92/+685
* SERVER-51048 Clean up resumable index build log messagesGregory Noma2021-01-145-54/+54
* SERVER-52547 Update Txn cmds to to inherit from IDL-generated base classesMoustafa Maher2021-01-145-150/+254
* SERVER-43967 remove C++14 references and enable_if configure check.Daniel Moody2021-01-142-15/+0
* SERVER-53631 Refactored and renamed writesShouldRunInDistributedTransaction f...Alex Taskov2021-01-144-53/+111
* SERVER-49867 Add server status metrics to track how often a cursor has more t...Vishnu Kaushik2021-01-145-3/+20
* SERVER-53691 Store and expose database info in DatabaseShardingStateTommaso Tocci2021-01-149-89/+105
* SERVER-53425: Handle collection renamed on donor when resuming tenant migrati...Lingzhi Deng2021-01-143-9/+75
* SERVER-53721: Delete failpoint tenantMigrationHangDuringCollectionCloneLingzhi Deng2021-01-131-21/+0
* SERVER-26257 Prevent dbdirectclient from authenticatngSergey Galtsev2021-01-134-0/+54
* SERVER-53118 Make the ScopedDistLock movable between threadsKaloian Manassiev2021-01-135-91/+88
* SERVER-53742 Do not try to waitForDelete if migration cleanup failedKaloian Manassiev2021-01-131-2/+5
* SERVER-53364 Fix ticket acquisition timeout error messageDan Larkin-York2021-01-131-1/+1
* SERVER-53580 restore const qualifiers to arguments in function definitionsBenety Goh2021-01-134-6/+7
* SERVER-53737 Check for sharded collections in renameCollectionLegacyPierlauro Sciarelli2021-01-136-27/+34
* SERVER-53630 Archetecture guide updates for Catalog and Collection read-copy-...Henrik Edin2021-01-131-9/+42
* SERVER-53462 Improve range-deleter logging (fix log level for recoverable error)Pierlauro Sciarelli2021-01-131-7/+6
* SERVER-50232 Remove redundant condition from FlowControl::_approximateOpsBetweenDan Larkin-York2021-01-131-1/+1
* SERVER-51665 Implement $dateDiff expression in SBEMindaugas Malinauskas2021-01-1314-37/+520
* SERVER-53418 Rename preconditions for sharded collectionsPierlauro Sciarelli2021-01-133-3/+141
* SERVER-53161 Convert killCursors to TypedCommandSara Golemon2021-01-1310-552/+120
* SERVER-53618 Add collStats for time-series collectionsGregory Noma2021-01-135-14/+113
* SERVER-52609 Append corruptRecords to validate results as an arrayGregory Noma2021-01-135-16/+16
* SERVER-52913 Support $elemMatch projection operator in SBENikita Lapkov2021-01-1310-35/+309
* SERVER-50233 Prevent divide-by-zero in FlowControl::getNumTicketsDan Larkin-York2021-01-131-1/+1
* SERVER-53701 GetMore cmd's CommonMongodProcessInterface::getIndexStats() must...Dianna Hohensee2021-01-131-1/+1
* SERVER-53176 Return an error when an index build commit quorum depends on vot...Louis Williams2021-01-136-29/+100