summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-05-05SERVER-61110 backport to 5.0Adam Rayner
2022-05-05Import wiredtiger: 4aea16c7c5e270de8bb6ef2c1ca5d1a32d30638c from branch mongo...Luke Chen
2022-05-04SERVER-58337 Log and count as deprecated commands issued via OP_QUERYIrina Yatsenko
2022-05-02SERVER-58207 Enable featureFlagLoadBalancer by defaultGeorge Wangensteen
2022-04-29SERVER-66041 Chunk cloner must never consider `too big` a chunk with only one...Pierlauro Sciarelli
2022-04-27SERVER-62941 Add oplog server status to FTDCGabriel Marks
2022-04-27Import wiredtiger: 0c550cad58b85a5ed4a3aa9054e21e61656eb369 from branch mongo...Luke Chen
2022-04-25SERVER-63642 Add serverStatus histogram metrics to measure multi-planning per...Jess Balint
2022-04-24SERVER-64822 Clear filtering metadata if createCollection commit failsKaloian Manassiev
2022-04-22SERVER-61018 Create a generic histogram typeJess Balint
2022-04-21SERVER-63850: Add the count command to API version 1Maddie Zechar
2022-04-21SERVER-65271 serverStatus should allow fine-grained metrics exclusionJess Balint
2022-04-21SERVER-62992 Remove need for resmoke.ini (v5.0)Richard Samuels
2022-04-20SERVER-63254 Add index feature usage stats to serverStatusLouis Williams
2022-04-20SERVER-65137 CollectionPtr::restore() should fail (return nullptr) if collect...Benety Goh
2022-04-20Import wiredtiger: 59935f25151762defb0f0b645ce69d7e16ef1b65 from branch mongo...r5.0.8-rc0r5.0.8Luke Chen
2022-04-19SERVER-65024 Fix the uniqueness constraint handling for foreground index buildsYuhong Zhang
2022-04-19SERVER-63387 Reverse return order of backup cursors in StreamingCursorYu Jin Kang Park
2022-04-19SERVER-58506 Expose Server-Parameter SettabilityGeorge Wangensteen
2022-04-19SERVER-63479 Remove ExpressionFieldPathNonShardedTed Tuckman
2022-04-19SERVER-65533 Treat collection as UNSHARDED under {readConcern:available}Kaloian Manassiev
2022-04-19SERVER-62205 Check maxChunkSize parameter in (auto)splitVector requestsPaolo Polato
2022-04-19SERVER-55173 Skip releasing cursors during shutdown to avoid segmentation faultYuhong Zhang
2022-04-18SERVER-65137 LookupCollectionForYieldRestore saves collection namespace at co...Benety Goh
2022-04-15SERVER-65261 User deletes on capped collections do not return CappedPositionLostGregory Wlodarek
2022-04-15SERVER-64031 serverStatus should not take PBWM lock and skip ticket acquisitionGregory Wlodarek
2022-04-15SERVER-65137 add yield and restore tests for CollectionPtrBenety Goh
2022-04-14SERVER-65137 CollectionMock accepts UUID at constructionBenety Goh
2022-04-14SERVER-64983 Abort transaction after releasing Client lockDaniel Gómez Ferro
2022-04-12SERVER-63531 Correct error to indicate that non-voting members can be include...Louis Williams
2022-04-11SERVER-62323 Swap destructor ordering in transport_layer_asio_test.cppMatt Diener
2022-04-11SERVER-65284 Create collection coordinator should always perform cleanup on s...Tommaso Tocci
2022-04-08SERVER-60105 Record time-series writes to the global OpCounterGregory Wlodarek
2022-04-08SERVER-61879 Refreshes to recover migrations must never join ongoing refreshesJordi Serra Torrens
2022-04-07SERVER-64184 Add allowDiskUseTrue metric for aggregate command.Alexander Ignatyev
2022-04-07SERVER-60485 Tasks which run on the MigrationUtilExecutor must not wait for s...Tommaso Tocci
2022-04-06SERVER-64554 the abortIndexBuild oplog entry drops unfinished indexes when ru...Gregory Wlodarek
2022-04-06SERVER-62229 Allow applying index build abort entry when in recoverFromOplogA...Pavi Vetriselvan
2022-04-06SERVER-63010 Ensure that unpacking measurements doesn't overwrite pushed down...James Wahlin
2022-04-05SERVER-64732 BSONColumn decompression support of interleaved arraysHenrik Edin
2022-03-31SERVER-63910 Improve error messaging in CollectionShardingRuntimeEnrico Golfieri
2022-03-30SERVER-64485 Use _id to determine the update type in extractUpdateType()Arun Banala
2022-03-28SERVER-64410 Add ability to defer merge sort in pipeliner5.0.7-rc1r5.0.7Ted Tuckman
2022-03-23SERVER-63252 Modify CollectionImpl::setIndexIsMultikey to not modify state un...Jordi Olivares Provencio
2022-03-23SERVER-62650 Limit cache wait time when initializing RecordIdsLouis Williams
2022-03-22SERVER-61804: Fix race in transport_layer_asio_testTyler Seip
2022-03-22SERVER-58505 Add metric to serverStatus for number of load balanced connectionsVojislav Stojkovic
2022-03-22SERVER-64552 Replace invariant with assertion for non-joinable rename collect...Pierlauro Sciarelli
2022-03-22Revert "SERVER-63531 Correct error to indicate that non-voting members can be...Louis Williams
2022-03-21SERVER-61352: Test connections made to mongos over proxy protocolTyler Seip