summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-54611 Allow $_internalUnpackBucket to invoked for external client in A...Rishab Joshi2021-02-221-1/+1
* SERVER-52061 Create feature flag for Create checks for API versioning breakag...Mark Benvenuto2021-02-222-0/+38
* SERVER-54345 Remove shard collection leftover dataMarcos José Grillo Ramirez2021-02-222-14/+40
* SERVER-54205 Proactively load external keys into the keys cacheJack Mulrow2021-02-2214-35/+171
* SERVER-54658 Remove unused imports in tenant_migration_access_blocker_util fi...Cheahuychou Mao2021-02-225-68/+45
* SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumberBynn Lee2021-02-2264-389/+253
* SERVER-53258 Reject writes during resharding operations using critical sectionAlex Taskov2021-02-2217-68/+472
* SERVER-53398 Add removable window function executorTed Tuckman2021-02-228-0/+477
* SERVER-54492 Support BSONType::Code in SBENikita Lapkov2021-02-226-58/+197
* SERVER-54490 Fix incorrect sort order for NaN and missing values in SBENikita Lapkov2021-02-222-4/+10
* SERVER-54634 Fix memory leak in regexFindAll SBE builtinNikita Lapkov2021-02-221-1/+3
* SERVER-52812 Unify the implicit createDatabase/enableSharding flowKaloian Manassiev2021-02-2146-807/+379
* 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