summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
* SERVER-52614 Rename field names in tenant_migration_recipient_cmds.idl and te...Suganthi Mani2020-11-047-43/+45
* SERVER-51269 Support $setIntersection expression in SBEMilena Ivanova2020-11-046-26/+135
* SERVER-49787 Create collection cloner for resharding.Max Hirschhorn2020-11-0412-18/+394
* SERVER-50154 Add declarative mock network framework for unit testing.Siyuan Zhou2020-11-035-0/+462
* SERVER-52611 Update comment about when a chunk migration recipient's SessionC...Esha Maharishi2020-11-031-1/+3
* SERVER-47415 Move data structures for tracking active index builds out of Ind...Brian DeLeonardis2020-11-037-274/+407
* SERVER-51372 Add command_name field to IDL command syntaxSamy Lanka2020-11-0331-0/+56
* SERVER-50201 Initialize _nodeType to be NodeType::LEAF in ephemeralForTestGregory Wlodarek2020-11-031-1/+1
* SERVER-51293 Make TenantMigrationDonorService use Future-returning version of...Jason Zhang2020-11-032-26/+9
* SERVER-51291 Increment shard version when changing original or temporary resh...Blake Oler2020-11-0311-369/+846
* SERVER-51144: Index metadata sanity check for importCollectionLingzhi Deng2020-11-031-1/+0
* SERVER-51796 Add missing comma to log message 22334Gregory Noma2020-11-031-4/+1
* SERVER-50027 Convert the CollectionType's UUID field to IDLKaloian Manassiev2020-11-0321-211/+94
* SERVER-51749 Remove some sanity checks (like ErrorCodes::OplogStartMissing) f...Matthew Russotto2020-11-032-3/+106
* SERVER-51136 Test resuming multiple index builds for rollbackGregory Noma2020-11-035-34/+66
* SERVER-47081 Delete geoSearch command and related testsMihai Andrei2020-11-033-282/+0
* Revert "SERVER-51291 Increment shard version when changing original or tempor...sviatlana_zuiko2020-11-0311-845/+369
* SERVER-50445 Return the value in double when NumberLong subtraction overflows...Arun Banala2020-11-032-3/+42
* SERVER-51872 allow inserts on time-series viewBenety Goh2020-11-033-0/+62
* SERVER-51291 Increment shard version when changing original or temporary resh...Blake Oler2020-11-0311-369/+845
* SERVER-50238 Initialize isReadOnly in WiredTigerRecordStore::Params for unit ...Gregory Wlodarek2020-11-021-0/+2
* SERVER-33747 Fix crash when arbiter restarts and enters REMOVEDA. Jesse Jiryu Davis2020-11-023-2/+10
* SERVER-50865 Collect resource consumption metrics for index buildsLouis Williams2020-11-028-189/+301
* SERVER-51896 Inline logic for waitUntilCommittedOrAborted and rename waitUnti...Jason Zhang2020-11-024-9/+4
* SERVER-50738 Add SortedMerge and Unique to SBEIan Boros2020-11-0216-23/+1209
* SERVER-50967 Change TenantMigrationAccessBlocker's Access enum to State and a...Jason Zhang2020-11-022-25/+49
* SERVER-51396 Add a LockFreeReadsBlock that sets a flag on the OperationContex...Dianna Hohensee2020-11-024-6/+51
* SERVER-50027 Make CollectionType use IDL (Part 3)Kaloian Manassiev2020-11-028-12/+8
* SERVER-44570 Add tripwire assertions (tassert)Kevin Pulo2020-11-024-3/+8
* SERVER-51891 Make ShardCollectionType not use strict parsing (PART 1)Sergi Mateo Bellido2020-11-021-0/+1
* Revert "SERVER-50738 Add SortedMerge and Unique to SBE"Kaloian Manassiev2020-11-0116-1208/+23
* SERVER-50738 Add SortedMerge and Unique to SBEIan Boros2020-10-3116-23/+1208
* SERVER-51888 stdx::is_detected and related traitsBilly Donahue2020-10-311-0/+1
* SERVER-50114 Complete TODO listed in SERVER-50047Misha Tyulenev2020-10-301-1/+0
* SERVER-51783 Fix crash when lock free read try to track index usage for index...Henrik Edin2020-10-301-2/+6
* SERVER-51819 Remove joinAsync from AbstractAsyncComponentMatthew Russotto2020-10-302-35/+4
* SERVER-50027 Make CollectionType use IDL (Part 2)Kaloian Manassiev2020-10-306-66/+36
* SERVER-51747 SERVER-51813 Tenant collection cloner calls write_ops_exec::perf...Suganthi Mani2020-10-298-150/+228
* SERVER-50868 Refactor so insertSingleDocumentForInitialSyncOrRecovery is corr...Brian DeLeonardis2020-10-292-1/+7
* SERVER-51246 Write a noop into the oplog buffer after each batch to ensure te...Judah Schvimer2020-10-2916-62/+483
* SERVER-51452 TenantMigrationConflict should store a shared_ptr to the TenantM...Jason Zhang2020-10-285-17/+18
* SERVER-51380 Begin converting "ping" to IDLA. Jesse Jiryu Davis2020-10-282-17/+52
* SERVER-51867 Remove ExpandedOplogEntries typedefEsha Maharishi2020-10-281-2/+1
* SERVER-51822 remove deprecated time-series collection feature flagBenety Goh2020-10-281-4/+0
* SERVER-43959: Make warning for enableMajorityReadConcern show on logJordi Serra Torrens2020-10-285-3/+45
* SERVER-51853 Always initialize the numInserted out-parameter in AbstractIndex...Bernard Gorman2020-10-282-1/+7
* SERVER-51733 fix fromMigrate when creating indexes in the config dbBenety Goh2020-10-271-1/+1
* SERVER-51733 ShardLocal::createIndexOnConfig() falls back on hybrid index bui...Benety Goh2020-10-272-11/+31
* SERVER-44346 Fix outdated change stream commentAlya Berciu2020-10-271-4/+6
* SERVER-51733 add test case for ShardLocal::createIndexOnConfig() with non-emp...Benety Goh2020-10-271-0/+14