summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-57015: Ensure findAndModify image collection writes are not replicated.Daniel Gottlieb2021-05-191-0/+2
* SERVER-56953: Allow testing for new-style retryable findAndModify for basic o...Daniel Gottlieb2021-05-192-1/+9
* SERVER-47855 Change default value for minSnapshotHistoryWindowInSecondsMonica Ng2021-05-191-1/+1
* SERVER-56877 rename IndexCatalogEntryImpl::_indexMultikeyPaths to _indexMulti...Benety Goh2021-05-182-15/+16
* SERVER-57035 Do not remove bucket with an outstanding prepared write batchDan Larkin-York2021-05-182-2/+54
* SERVER-57000 Fix handling of correlated pipeline with facetSvilen Mihaylov2021-05-182-1/+12
* SERVER-56936 Ensure ReshardingCoordinator's _flushReshardingStateChangesHaley Connelly2021-05-181-0/+16
* SERVER-56983 Shutdown and join oplog applier's writer pool on replication coo...Wenbin Zhu2021-05-181-4/+16
* SERVER-56901 Update unit tests for getDefaultWriteConcernSourceHuayu Ouyang2021-05-181-0/+245
* Revert "SERVER-56953: Allow testing for new-style retryable findAndModify for...Daniel Gottlieb2021-05-182-9/+1
* SERVER-54780: Remove unused variables in resharding's insertCoordDocAndChange...Jamie Anderson2021-05-182-4/+1
* SERVER-52307 Enable dots and dollars feature flagAlya Berciu2021-05-187-31/+78
* SERVER-56956 ScopedShardVersionCriticalSection can leave critical section hel...Jordi Serra Torrens2021-05-182-9/+20
* SERVER-56766 External sorter can reuse temp files from previous startupsYuhong Zhang2021-05-181-3/+39
* Revert "SERVER-55690 Check default write concern during replica set reconfig ...Samy Lanka2021-05-185-38/+3
* SERVER-57021 Release locks before DB refresh in rename coordinatorPierlauro Sciarelli2021-05-181-10/+13
* SERVER-56422 Collect and expose usage statistics for aggregate expressionsMilena Ivanova2021-05-184-0/+36
* SERVER-57001 Range deletion snapshotting must always start from a clean statePierlauro Sciarelli2021-05-181-1/+5
* Import wiredtiger: cd498c9ee924e49661e70ca78ec384e8c9081bb8 from branch mongo...Luke Chen2021-05-1815-71/+413
* Import wiredtiger: a400fcf1e786100b3b71353bc9c67c05f73d3418 from branch mongo...Luke Chen2021-05-183-4/+5
* Import wiredtiger: 372fb3a16b09a3113680ff109ed257eede35f35c from branch mongo...Luke Chen2021-05-1815-126/+115
* Import wiredtiger: ab61cd3d26e1308db70c5fb69643ceabbfb113ce from branch mongo...Luke Chen2021-05-182-1/+34
* Import wiredtiger: 6097d9b38a4523b06ffd087400c77af5b18b0646 from branch mongo...Luke Chen2021-05-187-12/+24
* SERVER-56953: Allow testing for new-style retryable findAndModify for basic o...Daniel Gottlieb2021-05-182-1/+9
* SERVER-48653 Return updated ShardVersion in _configsvrCommitChunkSplit to avo...Simon Gratzer2021-05-174-24/+29
* SERVER-52799 enable slot-based execution engine by defaultMartin Neupauer2021-05-171-1/+2
* SERVER-56981 Block writes to a tenant's data before selecting the block times...Jack Mulrow2021-05-171-9/+13
* SERVER-56468 Fix bug causing incorrect plan cache entry for {$ne: null} predi...Andrii Dobroshynski2021-05-175-14/+44
* SERVER-57005 Fix unpackbucket rewrite after optimizeEndOfPipelineSvilen Mihaylov2021-05-171-0/+4
* SERVER-56869 Various fixes for use-after-free bugs in SBEIan Boros2021-05-1710-34/+92
* SERVER-56124 Provide an alias to $_internalUnpackBucket for Atlas Online ArchiveEthan Zhang2021-05-179-344/+499
* SERVER-56928 Fix bug with findOne() query that uses $near operatorMihai Andrei2021-05-171-2/+5
* SERVER-55690 Check default write concern during replica set reconfig if CWWC ...Ali Mir2021-05-175-3/+38
* SERVER-53407 Ensure tenant migrations provide causal consistency with a lagge...Jack Mulrow2021-05-172-17/+28
* SERVER-56994 Do not interrupt ShardingDDLCoordinator instances before releasi...Tommaso Tocci2021-05-171-1/+2
* SERVER-56963 Prevent secondaries from waiting for write concern when they've ...Samy Lanka2021-05-172-0/+11
* SERVER-56792 Fail query in SBE cached planner and subplanner if an index is d...David Storch2021-05-178-30/+117
* SERVER-56991 SBE regex memory leakAnton Korshunov2021-05-171-9/+8
* SERVER-55111 When using a nested shard key, a delete in a txn to a chunk that...Jordi Serra Torrens2021-05-174-11/+219
* Import wiredtiger: 5abe3cff013c14f7285f0db4eb04dd8a388478c9 from branch mongo...Luke Chen2021-05-174-9/+226
* Import wiredtiger: fee51ab6b3550d3fb2a183ba7c1cee17bde38112 from branch mongo...Luke Chen2021-05-179-53/+166
* Import wiredtiger: 70feccf80df7a0ffdf2f587018c4dd40cc8ba43c from branch mongo...Luke Chen2021-05-1720-401/+274
* Import wiredtiger: 7684c23d3158df0649e465f4a45bc35e7f20b68a from branch mongo...Luke Chen2021-05-1711-370/+251
* Import wiredtiger: f66921dc67934d1d4d9f9329cf6c65bc8e722a7d from branch mongo...Luke Chen2021-05-172-1/+8
* Import wiredtiger: 3e3be1bd985dcec489ebc5b5ea74df2bd5868737 from branch mongo...Luke Chen2021-05-178-128/+165
* SERVER-55464 Optimize pipelines with $sort after $setWindowFieldsDavid Percy2021-05-173-0/+118
* SERVER-56788 Extend the in-memory collection critical section to keep track o...Sergi Mateo Bellido2021-05-1615-146/+229
* SERVER-56986 Remove last TODO for Won't Fixed ticketJacob Evans2021-05-151-1/+0
* SERVER-56975 tenant_all_database_cloner_test.cpp stops at the wrong stageVishnu Kaushik2021-05-151-4/+4
* SERVER-56968 SBE memory leakAnton Korshunov2021-05-141-8/+8