summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-67779 Refactor `deleteRangeInBatches` to don't require an executorPierlauro Sciarelli2022-07-112-103/+115
* SERVER-67912 Reduce set of non-causally consistent API of the ShardRegistryTommaso Tocci2022-07-1112-51/+27
* SERVER-67733 ShardingTest::awaitBalancerRound() doesn't work in case of CSRS ...Tommaso Tocci2022-07-113-30/+14
* SERVER-63099 Add left-associative constant folding optimization for $add and ...Davis Haupt2022-07-117-80/+184
* SERVER-67473 Support inserting doc to implicitly replicated collectionsJosef Ahmad2022-07-112-4/+1
* SERVER-66272: Disallow new LSM collections and improve error messageYu Jin Kang Park2022-07-112-0/+15
* SERVER-66072 Fix dependency analysis for $match on $expr with $randAlya Berciu2022-07-112-1/+31
* SERVER-61072 Remove MigrationRecipientCriticalSection feature flagAntonio Fuschetto2022-07-1114-228/+99
* SERVER-67436 Add paramaterer to Traverse path element to specify max depthSvilen Mihaylov2022-07-1017-298/+460
* SERVER-67802 ensure mongos count can handle large values for limitBenety Goh2022-07-101-1/+1
* SERVER-67802 ensure mongos count can handle large values for skipBenety Goh2022-07-091-1/+1
* SERVER-67901 Stop gossiping lastCommittedOpTime in reply metadataTommaso Tocci2022-07-0915-350/+0
* SERVER-67586 remove featureFlagLastPointQueryruslan.abdulkhalikov2022-07-093-15/+1
* Revert "SERVER-66957 Integrate CE prototype"auto-revert-processor2022-07-0824-2184/+18
* SERVER-64205 remove featureFlagLoadBalancerJason Chan2022-07-084-74/+5
* SERVER-67456: Create skeleton implementation for free function that remotely ...Erin McNulty2022-07-084-0/+373
* SERVER-67336 Add comments and rearrange column_scan.hIrina Yatsenko2022-07-083-127/+89
* SERVER-67200 Add a new range QueryType to EncryptedFieldConfigReilly McBride2022-07-086-2/+38
* Revert "SERVER-67532 Fail oplog server status section less"Gabriel Marks2022-07-081-7/+7
* SERVER-67507 Move op_observer files to op_observer directoryShin Yee Tan2022-07-08133-296/+302
* SERVER-64042: remove fcv>=60 check on capped collection resizeYu Jin Kang Park2022-07-081-7/+1
* SERVER-64791 Ban collMod targeting the underlying buckets collection of a tim...Dianna Hohensee2022-07-081-0/+10
* SERVER-67687: Fix PosixTimer::onThreadDetach to accumulate elapsed timeYu Jin Kang Park2022-07-082-1/+28
* SERVER-66694 Track bucket count per termDavid Wang2022-07-083-27/+155
* SERVER-66634 Make changes to the startup recovery and initial-sync for the ch...Rishab Joshi2022-07-088-85/+185
* SERVER-67783 Remove usages of AutoGetCollection::getDb related to makeUniqueC...Kaloian Manassiev2022-07-0813-140/+178
* SERVER-57519 Make ARS use causally consistent ShardRegistry::getShard() func...Tommaso Tocci2022-07-085-70/+116
* SERVER-66957 Integrate CE prototypeSvilen Mihaylov2022-07-0824-18/+2184
* SERVER-65481 Bulk shredding and loading for column store indexesJustin Seyster2022-07-0816-165/+884
* SERVER-67418 Retry apple SSLManagerCoordinator initialization on failureGabriel Marks2022-07-071-1/+19
* SERVER-67723 Make the SessionCatalogMongoD reaper not delete the on-disk stat...Cheahuychou Mao2022-07-072-43/+21
* SERVER-9434 Audit and Normalize Process Exit CodesMatt Kneiser2022-07-0755-238/+290
* SERVER-67462 Support renaming encrypted collections if client has correct pri...Mark Benvenuto2022-07-077-7/+35
* SERVER-51841 Correct usage of fassertFailedNoTrace in OplogCapMaintainerThreadLeonardo Menti2022-07-071-1/+1
* SERVER-67393 CollMod coordinator must resume migrations on the orginal nssTommaso Tocci2022-07-071-1/+1
* SERVER-66586 Add multitenancy support to UMC commandsSara Golemon2022-07-0712-247/+368
* SERVER-65317 `TaskExecutorCursor` should not cancel prefetching getMoresAmirsaman Memaripour2022-07-074-63/+218
* SERVER-66651 restore builtin role needs applyOps permissionsSara Golemon2022-07-071-0/+2
* SERVER-66359 Add the "Internal Transactions" section to the sharding architec...Jason Zhang2022-07-071-1/+81
* SERVER-65819 Update existing tenant migration retryable writes oplog for shar...mathisbessamdb2022-07-073-11/+184
* SERVER-67582 Remove featureFlagSearchMetaTed Tuckman2022-07-071-6/+0
* SERVER-67503 Return documents with arrays satisfying $elemMatch predicatesBen Shteinfeld2022-07-072-2/+30
* SERVER-67305 Fix lock-free read timestamp order during repl stepupHenrik Edin2022-07-076-75/+134
* SERVER-65820: Fetch committed transactions for shard mergeChristopher Caplinger2022-07-073-17/+65
* SERVER-67102 Avoid unnecessary string copies for metricsJordi Olivares Provencio2022-07-074-26/+26
* SERVER-62642 Removed white space from active migration registry logs.Pol Pinol Castuera2022-07-071-1/+1
* SERVER-66239 Replace mentions to shard tags with shard zones in Balancer sour...Paolo Polato2022-07-0718-396/+328
* SERVER-66561: Change BasicCommandWithReplyBuilderInterface to use DatabaseNameFernando Lisboa2022-07-079-21/+34
* SERVER-66061 Remove redundant projection in COLUMN_SCAN plansCharlie Swanson2022-07-067-200/+317
* SERVER-66604 Analyze command skeletonLynne Wang2022-07-064-0/+147