summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-76636 Add accumulator to OpObserver::onInsertsMatt Kneiser2023-05-0142-45/+99
|
* SERVER-73539 Add replay protection in DDL when setting the allow migrations flagMarcos José Grillo Ramirez2023-04-308-44/+131
|
* SERVER-58070 Implement $topN / $bottomN accumulatorRui Liu2023-04-299-64/+1020
|
* SERVER-62922: Add explicit bounds checks for OpenSSL EVP outputs; linux-only ↵W. Brad Moore2023-04-292-0/+121
| | | | unit tests
* Revert "SERVER-73539 Add replay protection in DDL when setting the allow ↵auto-revert-processor2023-04-298-131/+44
| | | | | | migrations flag" This reverts commit 20ebf6b1ccdf7a3e4fcb99547cd4c23f6e0b746a.
* SERVER-76645 Smooth out execution control stable concurrency levelPavi Vetriselvan2023-04-294-41/+180
|
* SERVER-75289: Uncomment AuthorizationSession security token unit testVarun Ravichandran2023-04-291-10/+4
|
* SERVER-67738 Remove featureFlagOIDCSara Golemon2023-04-291-6/+0
|
* SERVER-76691 Initialize lastEOFVersion to non-zero in LocalCappedInsertNotifierMatthew Russotto2023-04-281-1/+1
|
* SERVER-75237 Refactor TenantMigrationAccessBlockerRegistry and UtilsDidier Nadeau2023-04-2816-316/+317
|
* SERVER-74607: Serverless Change Stream README updatesChristopher Caplinger2023-04-281-2/+19
|
* SERVER-76378 Estimate metadata sizeSara Golemon2023-04-285-2/+77
|
* SERVER-73713 Calculate throughput interval based on actual time spentLouis Williams2023-04-284-14/+57
|
* SERVER-74725 Avoid duplicate keydefs for sortPeter Volk2023-04-286-19/+84
|
* SERVER-76642 make pretty-printers run locally againDaniel Moody2023-04-281-3/+7
|
* SERVER-73539 Add replay protection in DDL when setting the allow migrations flagMarcos José Grillo Ramirez2023-04-288-44/+131
|
* SERVER-74873 Add concurrency test for aborted index buildsYu Jin Kang Park2023-04-283-31/+41
|
* SERVER-76652 Do not hold CSSLock when constructing PlanExecutor on ↵Jordi Serra Torrens2023-04-281-11/+17
| | | | createRandomCursorExecutor
* SERVER-76653 PriorityTicketholder perf improvementsLouis Williams2023-04-285-151/+142
|
* SERVER-76632 Add missing symbolic constant to assertion messageMatt Broadstone2023-04-282-1/+8
|
* SERVER-74749 Integrate Change Collection with truncate markersJordi Olivares Provencio2023-04-2814-151/+500
|
* SERVER-75440 Add new consistency check for preimagesJordi Olivares Provencio2023-04-283-79/+193
|
* SERVER-74482 Add conditional to avoid unnecessary calls to ↵Gil Alon2023-04-286-12/+27
| | | | ClusterClientCursor::kill
* SERVER-45255 Capture Pressure Stall Information in FTDC for Linux hostsAdrian Gonzalez2023-04-284-0/+250
|
* SERVER-76391 Remove *InMySnapshot functions on the index catalog interfaceHenrik Edin2023-04-286-52/+4
|
* SERVER-76598 Throughput probing down should look at peak usedLouis Williams2023-04-282-49/+11
|
* SERVER-76399 Add showExpandedEvents metric to server statusIvan Fefer2023-04-281-0/+5
|
* SERVER-72675 Fix setParameter startup argument overwritten by defaultYu Jin Kang Park2023-04-284-10/+40
|
* SERVER-34759 Remove $AlwaysTrue as an optimization result to standardize on ↵Peter Volk2023-04-282-10/+12
| | | | {} for $or and $and
* SERVER-75490 Use kSnapshotReadConcern when getting chunks from config server ↵Tommaso Tocci2023-04-281-11/+20
| | | | at checkMetadataConsistency
* SERVER-76288 disable high water mark tokens greater than the last operation ↵Mickey. J Winters2023-04-282-0/+54
| | | | for a tenant in serverless
* SERVER-75542: Fix Coverity analysis defect 136596: Copy without assignDrew Paroski2023-04-281-10/+0
|
* SERVER-69413 Provide README for immutable containersDan Larkin-York2023-04-281-0/+35
|
* SERVER-76632 Use view db when validating viewOn collection nameMatt Broadstone2023-04-281-1/+1
|
* SERVER-76580 Allow overriding SerializationContext objs constructed in IDLHugh Tong2023-04-282-6/+30
|
* SERVER-76584 Ensure $tenant field sets the nonPrefixedTenantId flagHugh Tong2023-04-281-0/+2
|
* SERVER-68373 Remove Pre-6.1 and Pre-7.0 compatible QE compact coordinatorsErwin Pe2023-04-2810-219/+2
|
* SERVER-76207 Cap the service executor's benchmark to a max chain depth value ↵Blake Oler2023-04-271-1/+1
| | | | of 64.
* SERVER-74061 Add support for $out to timeseries on secondaries and sharded ↵Gil Alon2023-04-2721-162/+211
| | | | clusters
* SERVER-74493 Make DatabaseName constructors private - test filesmathisbessamdb2023-04-2723-50/+80
|
* SERVER-76157 Fix issues w/ retryable_write_error_labels.js and onShutdownGabriel Marks2023-04-271-2/+1
|
* SERVER-71745 Move unstructured log lint to clang-tidyJuan Gu2023-04-277-0/+146
|
* SERVER-76510 Make makeBsonObj() preserve field orderDrew Paroski2023-04-274-59/+177
|
* SERVER-76450 Remove CollectionCatalogStasherHenrik Edin2023-04-275-113/+7
|
* SERVER-73142 Stub out timeseries arbitrary multi-updatesAlyssa Wagenmaker2023-04-2721-181/+440
|
* SERVER-76367: Abstract request-specific shapifying logic into RequestShapifiersWill Buerger2023-04-2715-72/+877
|
* SERVER-75284 Add validation for originalQuery and originalCollationKruti Shah2023-04-275-49/+90
|
* SERVER-75946 Make fixes to update response in bulkWriteFrederic Vitzikam2023-04-271-186/+179
|
* SERVER-75390 Fix CheckMetadataConsistency command with many resultsPol Pinol Castuera2023-04-272-9/+32
|
* SERVER-75486: Support $firstN accumulator in sbeProjjal Chanda2023-04-2712-24/+595
|