summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-65085 SBE plan cache entries can be incorrectly reused after a refineC...Denis Grebennicov2022-04-273-14/+34
* Import wiredtiger: a41ab8d3cdb7d7a5e00c119e06cf2c4bca8843ca from branch mongo...Chenhao Qu2022-04-274-79/+278
* Import wiredtiger: 19f2d419cb57566d56712a969b78c119e2c51ff5 from branch mongo...Chenhao Qu2022-04-274-287/+2
* Import wiredtiger: d99fef19890cd1d7400d26c959ef8083ac1f4d4d from branch mongo...Chenhao Qu2022-04-276-15/+181
* Import wiredtiger: b37584cfc4d461d107d0221aab0eef0882a7d34d from branch mongo...Chenhao Qu2022-04-2713-25/+146
* Import wiredtiger: d49187b688033a7d20115853149858da5753f2b5 from branch mongo...Chenhao Qu2022-04-272-4/+32
* Import wiredtiger: a7e6f71c7610ca7df554781c24c0a9fc9beda656 from branch mongo...Chenhao Qu2022-04-2715-322/+18
* Import wiredtiger: 406855114b113a55f3bc3b6f9a8a09b2a08cc328 from branch mongo...Chenhao Qu2022-04-274-2/+287
* SERVER-65929 Avoid profiling overhead in aggregation over SBE find when not a...Irina Yatsenko2022-04-261-1/+3
* SERVER-65922 Allow duplicate keys to be inserted before the index build with ...Yuhong Zhang2022-04-261-4/+3
* SERVER-65922 Disallow `unique` and `prepareUnique` to exist in the index spec...Yuhong Zhang2022-04-263-7/+33
* SERVER-65151 Remove `ephemeralForTest`Gregory Noma2022-04-2622-11132/+0
* SERVER-65959 Remove `ephemeralForTest` from `SConscript`sGregory Noma2022-04-264-7/+0
* SERVER-65923 Run `OpMsgFuzzer` with `wiredTiger`Gregory Noma2022-04-262-1/+2
* SERVER-65988 Make TransactionCoordinator log full session idsCheahuychou Mao2022-04-262-20/+20
* SERVER-65970 replSetFreeze does not handle large values for secondsBenety Goh2022-04-261-1/+1
* SERVER-63003: Fix the name hiding issue in the Resharding Coordinator ServicenandinibhartiyaMDB2022-04-261-5/+4
* SERVER-65496 Test that the SessionCatalog does not reap a session that has be...Cheahuychou Mao2022-04-262-166/+229
* SERVER-65793 Do not parameterize queries with TEXT match expression nodeAlexander Ignatyev2022-04-263-16/+68
* SERVER-65705 avoid division by zero in ShardsvrGetStatsForBalancingTommaso Tocci2022-04-261-1/+1
* SERVER-65532 Avoid calls to fillOutSecondaryCollectionsInformation() in Prepa...Ruoxin Xu2022-04-261-19/+8
* SERVER-65300 Refactor tenant migration recipient state machinery code.Suganthi Mani2022-04-2612-409/+452
* SERVER-65826 Fix corrupted collection pointers saved in MultipleCollectionsAc...Rui Liu2022-04-261-0/+8
* SERVER-65015 Granular locks for synchronizing orphans trackingAllison Easton2022-04-264-9/+18
* SERVER-65665 Disable sparse indexes from SBE $lookupNikita Lapkov2022-04-261-1/+2
* SERVER-65426 Verify if there's an existing view when creating a collectionJordi Olivares Provencio2022-04-262-3/+4
* SERVER-65814 Avoid resetting system variables on plan recovery if they're not...Denis Grebennicov2022-04-261-3/+6
* Import wiredtiger: ea81029e036649dcdf8f860d005d87a422e5e8d6 from branch mongo...Etienne Petrel2022-04-263-5/+124
* Import wiredtiger: 20a6f97693d840ff5c794f3c8667dadb345af50e from branch mongo...Etienne Petrel2022-04-263-2/+107
* Import wiredtiger: 2741626fd9c3877b4f7ebbf614538f07f351bf63 from branch mongo...Etienne Petrel2022-04-262-29/+4
* Import wiredtiger: b055c2402564bc521d73c274afa3d3bc989a0d3b from branch mongo...Etienne Petrel2022-04-262-4/+29
* Import wiredtiger: d1261c2d35dc756bf8b30c0fa0a59a97137ec54d from branch mongo...Etienne Petrel2022-04-261-1/+1
* Import wiredtiger: 2464f5691229765a5d325046de5f0c94e9c0077b from branch mongo...Etienne Petrel2022-04-265-39/+40
* SERVER-65928 Fix behavior of $in with null and missingSvilen Mihaylov2022-04-251-6/+9
* SERVER-65275 Add dependency on PCRE2 libraryJennifer Peshansky2022-04-2579-1/+112194
* SERVER-65900 Initial implementation of $lookupSvilen Mihaylov2022-04-259-24/+331
* SERVER-64406 apply dynamic throttling to balancer roundsPaolo Polato2022-04-252-18/+32
* SERVER-62656 optional minmax for CSRS poolsBilly Donahue2022-04-256-9/+71
* SERVER-65919 Ignore CollationNodes in SamplingPlanExtractorSvilen Mihaylov2022-04-251-0/+5
* SERVER-64608 Add tenantId to NamespaceStringjannaerin2022-04-2520-123/+289
* SERVER-63344 Avoid cloning the SBE tree inside the plan cache mutexRuoxin Xu2022-04-255-138/+234
* SERVER-65308 Run `ConfigInitializationTest` with `wiredTiger`Gregory Noma2022-04-251-3/+6
* SERVER-64817 Compute missing bound of moveRange within MigrationSourceManagerPierlauro Sciarelli2022-04-2516-357/+397
* SERVER-61841 Remove TODO commentnandinibhartiyaMDB2022-04-251-1/+0
* SERVER-65065 Improve logging when configsvr coordinator failsMarcos José Grillo Ramirez2022-04-251-7/+8
* Revert "SERVER-62956 add a noop oplog message for refineCollectionShardKey co...Uladzimir Makouski2022-04-252-52/+0
* SERVER-64398 do not create MigrationCoordinator docs on migration abortPaolo Polato2022-04-251-12/+22
* SERVER-64285 Create indexes on `config.rangeDeletions`Allison Easton2022-04-253-6/+43
* SERVER-64386 fix clang cxx20 compileBenety Goh2022-04-231-1/+1
* SERVER-64992 Remove documentKey caching for change streamsArun Banala2022-04-235-262/+16