summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-53064: connection created using transient SSL params cannot be recycledAndrew Shuvalov2021-02-205-0/+38
* SERVER-54601 Complete TODO listed in SERVER-53060Ruoxin Xu2021-02-203-52/+16
* SERVER-53457: Handle multi-updates correctly in tenant migrationsAndrew Shuvalov2021-02-201-10/+42
* Revert "SERVER-53457: Handle multi-updates correctly in tenant migrations"Kaloian Manassiev2021-02-201-42/+10
* SERVER-52542 Improve dropIndexes code with visit_helperA. Jesse Jiryu Davis2021-02-201-22/+12
* SERVER-53457: Handle multi-updates correctly in tenant migrationsAndrew Shuvalov2021-02-201-10/+42
* SERVER-54516 Introduce finer-grained locking in BucketCatalog and tighten cri...Dan Larkin-York2021-02-202-139/+472
* SERVER-54248 WiredTigerRecordStore to use a byte array key formatGregory Wlodarek2021-02-192-39/+63
* SERVER-54248 Fix RecordId usage in the NoOverlapReadSource unit testGregory Wlodarek2021-02-191-1/+1
* SERVER-51622 Convert find and aggregate commands' output to IDLArun Banala2021-02-1913-65/+142
* SERVER-54200 Add mongo and mongos to default build targetRyan Egesdahl2021-02-192-0/+2
* SERVER-54656 Validation can repair clustered collectionsGregory Wlodarek2021-02-192-1/+143
* SERVER-54656 Validation reports missing and extra index entries for clustered...Gregory Wlodarek2021-02-192-6/+117
* SERVER-54264 Exclude tenantMigrationAccessBlocker serverStatus section from FTDCJason Zhang2021-02-191-0/+3
* SERVER-53934 Refuse to start shards and config servers with setParameter requ...Huayu Ouyang2021-02-192-0/+28
* SERVER-53852 MongoDB hangs randomlySergey Galtsev2021-02-191-5/+12
* SERVER-54488 Rename Collection might take the unsharded path while sharding a...Pierlauro Sciarelli2021-02-197-137/+216
* SERVER-49655 Mention compatibility rule for reply enumsA. Jesse Jiryu Davis2021-02-191-0/+2
* SERVER-54236 Implement $count accumulatorHartek Sabharwal2021-02-193-1/+19
* SERVER-53990 fix unittestsLouis Williams2021-02-191-4/+4
* SERVER-54132: Review usages of config.collections 'dropped' fieldJordi Serra Torrens2021-02-192-1/+5
* SERVER-54072 Contains fixes for test document source allowance constrain for ...Rishab Joshi2021-02-193-11/+7
* SERVER-54072 Added internal-client checks for aggregation command.Rishab Joshi2021-02-1946-105/+277
* SERVER-54585 Enable running `findAndModify` against the Config server collect...Kaloian Manassiev2021-02-198-10/+21
* SERVER-53553 Make tenant migration recipient to start cloning tenant data onl...Matthew Russotto2021-02-186-20/+192
* SERVER-51283: Provide a futures API for scheduleExhaustRemoteCommandTyler Seip2021-02-186-86/+580
* SERVER-53990 SortedDataInterface supports RecordIds in the binary string formatLouis Williams2021-02-1831-212/+711
* SERVER-49894 Have resharding oplog fetcher resume from 'ts' component of larg...Yuhong Zhang2021-02-187-40/+102
* SERVER-53587 Create withCancelation function for doing cancelable waits on a ...Matthew Saltz2021-02-183-1/+142
* SERVER-53812: Fix awaitReplication in ReplSetTest with keyfile auth enabledXueruiFa2021-02-181-15/+38
* SERVER-54585 Move support for `findAndModify` to the write_ops utilitiesKaloian Manassiev2021-02-1824-329/+268
* SERVER-52734 Support index scan with a filter in SBEAnton Korshunov2021-02-186-72/+266
* SERVER-54136 Make the authenticate command respect enforceUserClusterSeparationBen Caimano2021-02-1812-64/+98
* SERVER-54519 Fix runtime link dependency for storage_wiredtiger_begin_transac...Mark Benvenuto2021-02-181-0/+1
* SERVER-54191 Avoid fasserting in a tenant migration if recipient primary call...Vishnu Kaushik2021-02-183-9/+21
* SERVER-52791 Make PrimaryOnlyService::shutdown explicitly interrupt tracked O...Blake Oler2021-02-182-8/+30
* SERVER-54604 Add support of $_testApiVersion expression in SBEArun Banala2021-02-182-4/+3
* SERVER-53092: Ensure FCV stability while executing DDL critical pathsJordi Serra Torrens2021-02-188-28/+57
* Revert "SERVER-49894 Have resharding oplog fetcher resume from 'ts' component...Kaloian Manassiev2021-02-187-97/+37
* SERVER-53558: Create variadic template implementations of when* future utilitiesTyler Seip2021-02-182-0/+158
* SERVER-52601 Disallow commands with the same command_name in the same api_ver...Moustafa Maher2021-02-181-1/+1
* SERVER-54444 Add a virtual destructor to the Ident base class to ensure defin...Dianna Hohensee2021-02-183-3/+5
* SERVER-53809 Define IDL for WriteConcernErrorMoustafa Maher2021-02-183-34/+67
* SERVER-53926 replace recipientSyncData (with returnAfterTimestamp) errors wit...Vishnu Kaushik2021-02-183-19/+46
* SERVER-54567 remove UBSAN stanza for storage_wiredtiger_record_store_and_inde...Benety Goh2021-02-181-37/+26
* SERVER-53974 Generate unique field name for partitionBy expressionHartek Sabharwal2021-02-183-3/+16
* SERVER-50991 audit createIndex on empty collectionShreyas Kalyan2021-02-181-0/+3
* SERVER-53918 Enforce minimumReshardingDurationAmirsaman Memaripour2021-02-185-0/+80
* SERVER-49894 Have resharding oplog fetcher resume from 'ts' component of larg...Yuhong Zhang2021-02-177-37/+97
* SERVER-53168: Set maxTenantMigrationDonorThreadPoolSize default to 128Lingzhi Deng2021-02-172-1/+9