summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-73858 Oplog batch application index builds on an empty collection shou...Benety Goh2023-02-141-9/+14
* SERVER-73858 add IndexBuildsCoordinator::isCreateIndexesErrorSafeToIgnore()Benety Goh2023-02-142-8/+21
* SERVER-73949 Join created executor in transaction API unit testsJack Mulrow2023-02-141-0/+8
* SERVER-71159 Include apiStrict flag into SBE plan cache keyAnton Korshunov2023-02-1417-418/+486
* SERVER-73385 Releasing unheld critical section upon sharded rename error must...Pierlauro Sciarelli2023-02-131-19/+19
* SERVER-73822 Time-series $group rewrite ignores certain accumulatorsKevin Cherkauer2023-02-132-0/+21
* SERVER-73636 Fix poor allocation pattern in validation reportingDan Larkin-York2023-02-101-1/+13
* SERVER-73745 Zero initialize IndexKeyBucket structGregory Wlodarek2023-02-101-2/+2
* SERVER-73407 Collect telemetry on mongos for find and aggr6.3.0-rc0Davis Haupt2023-02-073-1/+18
* SERVER-73542 Drop index metadata in resharding donors that are not recipientsMarcos José Grillo Ramirez2023-02-071-0/+7
* SERVER-73052 ShardingCatalogClient::getShardsThatOwnData...AtClusterTime() me...Enrico Golfieri2023-02-0711-233/+574
* SERVER-73436 added readme for mongo tidy checks.Daniel Moody2023-02-071-0/+43
* Import wiredtiger: 555e19733065fc47d4dc85a68283730744992e40 from branch mongo...Etienne Petrel2023-02-074-15/+15
* Import wiredtiger: 3687d84457c5468542645aff23930a2a248a16ed from branch mongo...Etienne Petrel2023-02-073-5/+78
* Import wiredtiger: 3e8c3bdd675df363540399db8c4e3b409db95bd8 from branch mongo...Etienne Petrel2023-02-079-150/+39
* Import wiredtiger: e32dbb148b3eeaa82bb5378027428c037eb668c6 from branch mongo...Etienne Petrel2023-02-073-10/+10
* Import wiredtiger: feb6de965c15e2ca722ff70094c2f37f46265ebf from branch mongo...Etienne Petrel2023-02-072-1/+20
* SERVER-73417 Change method signature of produceDocumentForUpsert() to include...Sanika Phanse2023-02-076-97/+83
* SERVER-71798 Expand the set of queries eligible for SBE in the 6.3 releaseMihai Andrei2023-02-0729-636/+282
* SERVER-71882 Add serverStatus metric for the number of entries evicted from t...Maddie Zechar2023-02-079-53/+74
* SERVER-72226 Shorten LimitSkip explainMatt Boros2023-02-0712-303/+100
* SERVER-71353 Add diagnostics for when the durable catalog is scanned due to m...Gregory Wlodarek2023-02-061-0/+25
* SERVER-73644 Fix heap-use-after-free error caused by the note field in the an...Cheahuychou Mao2023-02-061-10/+7
* SERVER-72670 Change hedgingMetrics.numTotalHedgedOperations increment to refl...Alex Li2023-02-062-9/+10
* SERVER-73462 [CQF] Transition SpoolId generator to use IdGeneratorSvilen Mihaylov2023-02-066-34/+22
* SERVER-72843 Fallback to the classic engine for FilterExpressionDrew Paroski2023-02-064-104/+9
* SERVER-70191 Move async_rpc::sendTxnCommand to its own headerGeorge Wangensteen2023-02-063-48/+90
* SERVER-73350 SessionKiller should release mutex before creating opctxMatthew Russotto2023-02-061-2/+14
* SERVER-73212 Remove collection locks on sharding index catalog shard observer...Marcos José Grillo Ramirez2023-02-063-25/+40
* SERVER-52024 Create feature flag for USER_ROLESMilitsa Sotirova2023-02-061-0/+5
* SERVER-72744: Introduce code path for a primary to commit a split prepared tr...Daniel Gottlieb2023-02-067-33/+433
* SERVER-72518 Make 5% random-cursor $sample cutoff configurableNaama Bareket2023-02-064-1/+37
* SERVER-73513 Add fallback logic to commit placement metadata for moveChunk an...Paolo Polato2023-02-062-61/+115
* SERVER-73353 Support CollectionCatalog lookups by NamespaceStringOrUUIDGregory Wlodarek2023-02-063-20/+26
* SERVER-72777 Set tid field in shardCollection oplog entryPaolo Polato2023-02-061-0/+1
* SERVER-73634 Merge the `server_options_core` library into `server_base`Kaloian Manassiev2023-02-0628-107/+64
* SERVER-73292 Add voteAbortIndexBuild commandYu Jin Kang Park2023-02-069-4/+205
* SERVER-66864 Add index version checks to versioning protocolAllison Easton2023-02-061-4/+19
* SERVER-73573 Fix global index unittest helpersAllison Easton2023-02-067-20/+50
* Import wiredtiger: 7cef0e9b3ea2ee63b54b2e0f592cb0a18e25720b from branch mongo...Clarisse Cheah2023-02-064-35/+288
* Import wiredtiger: 82a6defadabfe59093df8346ebce7200a2ac55ff from branch mongo...Clarisse Cheah2023-02-064-23/+47
* Import wiredtiger: a9a57414fdd7d91ba80bd718d3b9649f4cbdeaa2 from branch mongo...Clarisse Cheah2023-02-062-2/+198
* Import wiredtiger: 37a5636ad5b5a87711161db80cecf2b4e88d3b3c from branch mongo...Clarisse Cheah2023-02-062-1/+195
* Import wiredtiger: 32c207223a1841bb3a40c893c57025a79e20a2a1 from branch mongo...Clarisse Cheah2023-02-063-31/+192
* Import wiredtiger: 79615a890553eced88b10b115a3e2419331d9ae6 from branch mongo...Clarisse Cheah2023-02-062-1/+78
* Import wiredtiger: a6bacb31f55399597fe4f0e99b27fb3ed19684d3 from branch mongo...Clarisse Cheah2023-02-063-56/+23
* Import wiredtiger: c793092d4e1ce51f2664f27febba9f64028e6047 from branch mongo...Clarisse Cheah2023-02-063-4/+13
* SERVER-73623 SessionWorkflow: yield before _receiveRequestBilly Donahue2023-02-051-1/+9
* SERVER-70905 add missing invariantBenety Goh2023-02-041-0/+1
* SERVER-72942 Change DBClient *Collection functions to use NamespaceString obj...Sophia Tan2023-02-0464-326/+398