summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-66041 Chunk cloner must never consider `too big` a chunk with only ↵Pierlauro Sciarelli2022-04-281-1/+1
| | | | one document
* SERVER-64970 Start generating new v2 resume token format for all events by ↵Arun Banala2022-04-2810-315/+399
| | | | default
* SERVER-41353 replace errnoWithDescription with an API based on std::error_codeBilly Donahue2022-04-2814-106/+105
|
* SERVER-65487 Add skeleton column index access methodIan Boros2022-04-2815-15/+416
|
* SERVER-66009 Avoid use of mongo process interface if search is in an update ↵Ted Tuckman2022-04-282-1/+5
| | | | pipeline
* SERVER-65895 Also create applier metrics for donor shards with no progress ↵Randolph Tan2022-04-272-25/+89
| | | | document
* SERVER-66001 Remove `isEphemeral` check in `AllDurableTimestamp` testGregory Noma2022-04-271-5/+0
|
* SERVER-65345 Check if CanonicalQuery has pushed down stagesAlexander Ignatyev2022-04-271-1/+3
|
* SERVER-65897 Remove SBE plan cache entries from the corresponding collection ↵Ruoxin Xu2022-04-271-8/+21
| | | | when an index filter is set or cleared
* SERVER-65386 Change add shard behavior to absorb shard cluster's parameters ↵Marcos José Grillo Ramirez2022-04-274-32/+218
| | | | when promoting first RS to shard
* SERVER-65085 SBE plan cache entries can be incorrectly reused after a ↵Denis Grebennicov2022-04-273-14/+34
| | | | refineCollectionShardKey operation
* SERVER-65929 Avoid profiling overhead in aggregation over SBE find when not ↵Irina Yatsenko2022-04-261-1/+3
| | | | actually profiling
* SERVER-65922 Allow duplicate keys to be inserted before the index build with ↵Yuhong Zhang2022-04-261-4/+3
| | | | the `prepareUnique` option commits
* SERVER-65922 Disallow `unique` and `prepareUnique` to exist in the index ↵Yuhong Zhang2022-04-263-7/+33
| | | | spec together
* SERVER-65151 Remove `ephemeralForTest`Gregory Noma2022-04-2622-11132/+0
|
* SERVER-65959 Remove `ephemeralForTest` from `SConscript`sGregory Noma2022-04-263-6/+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 ↵Cheahuychou Mao2022-04-262-166/+229
| | | | been marked for reap but has threads waiting for it be checked out
* 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 ↵Ruoxin Xu2022-04-261-19/+8
| | | | PrepareExecutionHelper
* SERVER-65300 Refactor tenant migration recipient state machinery code.Suganthi Mani2022-04-2612-409/+452
|
* SERVER-65826 Fix corrupted collection pointers saved in ↵Rui Liu2022-04-261-0/+8
| | | | MultipleCollectionsAccessor
* 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 ↵Denis Grebennicov2022-04-261-3/+6
| | | | not registered in RuntimeEnvironment
* SERVER-65928 Fix behavior of $in with null and missingSvilen Mihaylov2022-04-251-6/+9
|
* 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-65919 Ignore CollationNodes in SamplingPlanExtractorSvilen Mihaylov2022-04-251-0/+5
|
* SERVER-64608 Add tenantId to NamespaceStringjannaerin2022-04-2519-122/+287
|
* 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-2513-347/+387
|
* 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 ↵Uladzimir Makouski2022-04-252-52/+0
| | | | | | command" This reverts commit 66bec5f4f6b81bf86d36ee14d46226f73619b4a6.
* 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
|
* SERVER-62956 add a noop oplog message for refineCollectionShardKey commandMisha Tyulenev2022-04-222-0/+52
|
* SERVER-65699 delete test-only 'sbe' commandKyle Suarez2022-04-227-3179/+0
|
* SERVER-64386 Track and Report New Coordinator Fields in ServerStatusRandolph Tan2022-04-224-8/+328
|
* SERVER-64963 Add SBE logic for reconstructing objects from columnsIan Boros2022-04-227-8/+669
|
* SERVER-60761 Move the global read-only flag to be an OperationContext functionGregory Wlodarek2022-04-2278-513/+529
|