summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
* SERVER-69435 Cleanup includes and librariesKaloian Manassiev2022-09-2127-218/+88
* SERVER-69727 Make ResourceLock acquisitions in the PersistentTaskQueue interr...Kaloian Manassiev2022-09-212-9/+13
* SERVER-69225 Remove wait for database critical section from service entry pointAllison Easton2022-09-212-19/+8
* SERVER-67495 Implement histogram CE for sargable $elemMatchAlya Berciu2022-09-2112-105/+617
* SERVER-66686 Optimize fetching archived buckets using OIDFaustoleyva542022-09-214-0/+86
* SERVER-69350 Only project output fields on fall back to the row storeIrina Yatsenko2022-09-201-25/+30
* SERVER-63811 Add check to allow documents stage to run without a database exi...galon12022-09-207-18/+72
* SERVER-62720 Implement checkIfConflictsWithOtherInstances for ReshardingCoord...Abdul Qadeer2022-09-205-62/+165
* SERVER-66605 Import spike histogram calculation code from hist_ce branchJoel Redman2022-09-2015-47/+2314
* SERVER-69367 Make analyzeShardKey command calculate the number of orphan docu...Cheahuychou Mao2022-09-201-0/+66
* SERVER-68753 Make analyzeShardKey command calculate metrics about the monoton...Cheahuychou Mao2022-09-201-0/+87
* SERVER-68752 Make analyzeShardKey command calculate metrics about the cardina...Cheahuychou Mao2022-09-204-1/+418
* SERVER-69581 add performance-for-range-copy check to clang-tidyTrevor Guidry2022-09-2081-135/+136
* SERVER-66846 Translate simple inclusion and exclusion $project by walking ove...Hana Pearlman2022-09-2011-87/+347
* SERVER-69194 Update global index cloner to use _shardsvrInsertGlobalIndexKeyRandolph Tan2022-09-209-156/+75
* SERVER-43076 Pass OperationContext through commit and rollback handlersHenrik Edin2022-09-2022-150/+171
* SERVER-69530 Skip sharding DB check during index buildsJordi Olivares Provencio2022-09-201-1/+5
* SERVER-68725 Plug actual deletion in the range deleter servicePierlauro Sciarelli2022-09-2014-328/+770
* SERVER-69793 Disable memory underflow check in the query systemNikita Lapkov2022-09-202-16/+12
* SERVER-69441 Pop only necessary iets while building iets for wildcard indexAnton Korshunov2022-09-203-6/+15
* SERVER-69358 Report data size change in updateWithDamagesJordi Olivares Provencio2022-09-202-0/+56
* SERVER-63847 Complete TODO listed in SERVER-44105Antonio Fuschetto2022-09-202-2/+2
* SERVER-68689 Temporarily disable background validation to use checkpoint cursorsYuhong Zhang2022-09-1915-233/+97
* SERVER-65318 Re-enable Expression Type TestJacob Evans2022-09-191-7/+7
* SERVER-63257 Convert NamespaceNotFound error on config.system.indexBuilds to ...Matthew Saltz2022-09-195-1/+97
* SERVER-69682 Add enableComputeMode start-up parameterYoonsoo Kim2022-09-192-2/+24
* SERVER-67155: serialize and deserialize namespaceString correctlyAdityavardhan Agrawal2022-09-196-10/+10
* SERVER-68139: Test resharding success with limited memorynandinibhartiyaMDB2022-09-194-7/+61
* SERVER-67290 Support repair on clustered collections with missing _mdb_catalogHaley Connelly2022-09-197-16/+50
* SERVER-67715 escape $changeStream regexKyle Suarez2022-09-191-2/+7
* SERVER-69365 Support updating indices in updateWithDamagesJordi Olivares Provencio2022-09-198-40/+180
* SERVER-69783 add test case for TTL index with floating point 'expireAfterSeco...Benety Goh2022-09-191-0/+8
* SERVER-67123 Add getter for index list in shard roleAllison Easton2022-09-1933-232/+582
* SERVER-66690 Insert into closed buckets identified via aggregation pipelineFaustoleyva542022-09-175-73/+234
* SERVER-67937: StorageEngineMetadata::read: fix the error messageKonstantin Trushin2022-09-161-1/+1
* SERVER-69580 add performance-faster-string-find check to clang-tidyTrevor Guidry2022-09-164-6/+6
* SERVER-68087 [CQF] Improve error messages for failed optimizationNaama Bareket2022-09-1617-516/+808
* SERVER-69712 Revert unused write listeners/controllersAndy Schwerin2022-09-1610-798/+0
* SERVER-67852 Partial statistics pipelinesamontea2022-09-1612-50/+382
* SERVER-69013 attach mincover algorithms to external interfaceDavis Haupt2022-09-161-2/+2
* SERVER-67383 Track resource names using `ResourceCatalog`Gregory Noma2022-09-1616-301/+378
* SERVER-67383 Use `CollectionNamespaceOrUUIDLock` to lock collections via UUIDGregory Noma2022-09-167-57/+67
* SERVER-69356 Stop locking config db in unittest fixturesTommaso Tocci2022-09-164-78/+4
* SERVER-69777 Lock by dbName + UUID rather than namespace in `cleanUpRange`Pierlauro Sciarelli2022-09-161-6/+17
* SERVER-69586 Make update/delete of range deletion document on recipient idemp...Silvia Surroca2022-09-163-11/+34
* Revert "SERVER-65315 Enforce mutual exclusion between serverless operations"Sviatlana Zuiko2022-09-1619-674/+8
* SERVER-68571 Update reaper when instantiating collection/index on expired identGregory Wlodarek2022-09-1629-86/+724
* SERVER-69766 Dump WiredTiger information when dropIdent() returns EBUSY outsi...Gregory Wlodarek2022-09-161-1/+9
* SERVER-68932 Fix resharding critical section metricsBrett Nawrocki2022-09-165-18/+42
* SERVER-69707 Fix undefined slot error for $group with conditional expressionYoonsoo Kim2022-09-161-17/+75