summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
* SERVER-62264: Periodically refresh cluster server parameters on mongosVarun Ravichandran2022-05-285-75/+266
* SERVER-66843 Use defensive programming in DeadlineFuture destructorAndrew Shuvalov2022-05-271-4/+9
* SERVER-66123 Introduce logic to write to the change collection in the primary.Rishab Joshi2022-05-2710-40/+113
* SERVER-66849 Error labels should account for cluster abort and commit commandsJack Mulrow2022-05-272-3/+33
* SERVER-66848 Internal transactions test command API use should use owned BSONJack Mulrow2022-05-271-1/+1
* SERVER-62961 Fix ABT->SBE lowering of EvalFilter paths to correctly handle c...Svilen Mihaylov2022-05-277-35/+300
* SERVER-66260 Modify executor::RemoteCommandRequest to accept an Options argumentDaniel Morilha2022-05-272-5/+5
* SERVER-66758 Remove usage of CancelableOperationContext when cleaning up inte...Jason Zhang2022-05-271-21/+12
* SERVER-66583 Re-enable SBE as the default execution engine and fall back to c...Mihai Andrei2022-05-275-82/+50
* SERVER-64416: view creation returns same error as collection creationYu Jin Kang Park2022-05-271-1/+1
* SERVER-56194 Make TTL deletes fairHaley Connelly2022-05-275-203/+900
* SERVER-62367 Add javascript test to compare shard split performance to moveChunkDidier Nadeau2022-05-271-0/+4
* SERVER-65728: Audit cluster server parameters on startup, update, and retrievalVarun Ravichandran2022-05-279-22/+64
* SERVER-66828 Fix coverity defectJack Mulrow2022-05-271-1/+2
* SERVER-63437 Expose all events on 'system.resharding' collections when 'showS...Bernard Gorman2022-05-278-41/+205
* SERVER-66545 Collator should be passed as an argument to "generateSortKey" bu...Anton Korshunov2022-05-2712-60/+71
* SERVER-66827 Balancer must not skip round if a collection has balacing disabledPierlauro Sciarelli2022-05-271-3/+3
* SERVER-66681 Initialize schema representation from an existing bucket documentGregory Wlodarek2022-05-265-5/+204
* SERVER-61990: Comment, polish, and test ABT reference trackerHana Pearlman2022-05-2611-109/+576
* SERVER-66310 Make ExpressionSetUnion::isCommutative() collation awareJames Wahlin2022-05-261-1/+4
* SERVER-60440 Upgrade boost to 1.79.0Andrew Morrow2022-05-266-0/+6
* SERVER-66676 Initialize min/max summaries from an existing bucket documentGregory Wlodarek2022-05-266-0/+311
* SERVER-66709 remove createIndexOnConfig from Shard and its subclassesAndrew Shuvalov2022-05-2612-207/+350
* SERVER-66533 update FLE array tag size estimationsergey.galtsev2022-05-262-3/+65
* SERVER-66716 remove early return check from _configSvrMoveRangePaolo Polato2022-05-261-4/+0
* SERVER-66714 Use ScopedTaskExecutor to manage requests cancellation at Balanc...Paolo Polato2022-05-262-13/+21
* SERVER-66721 Send an heartbeat to recipients following a shard splitDidier Nadeau2022-05-262-0/+92
* Revert "SERVER-64406 apply dynamic throttling to balancer rounds"Kaloian Manassiev2022-05-262-32/+18
* SERVER-66753 Use 64-bit integer in the balancer policy minSize counterKaloian Manassiev2022-05-261-7/+4
* SERVER-63819 Make range deletion's `numOrphanDocs` field non-optional once 6....Allison Easton2022-05-266-16/+5
* SERVER-61992 Enable ABT generation of "exists" in $matchruslan.abdulkhalikov2022-05-262-3/+17
* SERVER-62764 Write tenantId fields to oplog entries on insertHugh Tong2022-05-257-70/+278
* SERVER-46907 Speed up reconfig replication acknowledgementMatt Broadstone2022-05-255-229/+167
* SERVER-66208 Remove chunk creation for shard collection with existing dataPierlauro Sciarelli2022-05-253-6/+18
* SERVER-65087 Clarify the usage of `IndexBuildsCoordinator::createIndex()`Yuhong Zhang2022-05-253-8/+208
* SERVER-66490 Apply pylinters to build system codeTausif Rahman2022-05-2536-348/+317
* SERVER-66565 Use hint with config.transactions partial index and allow creati...Jack Mulrow2022-05-2518-62/+161
* SERVER-60829 Disallow abort token to cause tenant migration abort after local...Hugh Tong2022-05-252-10/+19
* SERVER-66726 Fix serialization in killAllSessionsByPatternSara Golemon2022-05-251-3/+3
* SERVER-66719 Take FCV lock in `MODE_IS` for shared global lock modesGregory Noma2022-05-251-6/+4
* SERVER-64107 Clean up orphan handling in BatchedDeleteStageHaley Connelly2022-05-252-107/+106
* SERVER-65530 Get rid of the legacy ChunkVersion format (except for moveChunk)Kaloian Manassiev2022-05-251-2/+1
* Revert "SERVER-66726 Fix serialization in killAllSessionsByPattern"auto-revert-processor2022-05-251-3/+3
* SERVER-63227 Introduce featureFlagTimeseriesScalabilityImprovementsDan Larkin-York2022-05-251-0/+4
* SERVER-66726 Fix serialization in killAllSessionsByPatternSara Golemon2022-05-241-3/+3
* SERVER-66024 Include tenantId when constructing namespaces for agg stagesjannaerin2022-05-2416-99/+394
* SERVER-66334 Initialize NetworkCounter::_tfoKernelSettingSara Golemon2022-05-241-1/+1
* SERVER-63668 Guard the chunk splitter behind the no more auto-splitter featur...Allison Easton2022-05-241-1/+3
* SERVER-65836 Change applyOps for internal transactions in commitChunkMigrationEnrico Golfieri2022-05-243-116/+160
* SERVER-65239 Add debug log observability of ResourceConsumption metricsJosef Ahmad2022-05-2411-165/+219