summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-64659 add resumable index build counter to indexBulkBuild server statu...Benety Goh2022-05-191-0/+6
* SERVER-65797 Remove invalid index specs in memory before parsing for `listInd...Yuhong Zhang2022-05-195-44/+122
* SERVER-66559 Expand the internalQueryMaxAddToSetBytes param from 32 to 64 bitsJames Wahlin2022-05-181-1/+1
* SERVER-66087 Move curlLibraryManager.initialize() to global initializerGabriel Marks2022-05-181-18/+13
* SERVER-66111 Set default timeouts in HttpClientGabriel Marks2022-05-183-22/+10
* SERVER-64659 add indexBulkBuilder server status section with minimal creation...Benety Goh2022-05-181-2/+38
* SERVER-64659 Sorter::File accepts optional SorterFileStats for tracking file ...Benety Goh2022-05-173-8/+47
* SERVER-66089 Initial sync should do transaction table read with a later after...Matthew Russotto2022-05-161-5/+9
* SERVER-62175 Mongos fails to attach RetryableWrite Error Label For Command In...Rachita Dhawan2022-05-112-36/+61
* SERVER-61110 backport to 5.0Adam Rayner2022-05-052-0/+23
* SERVER-58337 Log and count as deprecated commands issued via OP_QUERYIrina Yatsenko2022-05-042-2/+12
* SERVER-58207 Enable featureFlagLoadBalancer by defaultGeorge Wangensteen2022-05-022-3/+2
* SERVER-66041 Chunk cloner must never consider `too big` a chunk with only one...Pierlauro Sciarelli2022-04-291-1/+1
* SERVER-62941 Add oplog server status to FTDCGabriel Marks2022-04-272-14/+38
* SERVER-63642 Add serverStatus histogram metrics to measure multi-planning per...Jess Balint2022-04-256-8/+207
* SERVER-64822 Clear filtering metadata if createCollection commit failsKaloian Manassiev2022-04-242-82/+63
* SERVER-61018 Create a generic histogram typeJess Balint2022-04-228-314/+378
* SERVER-63850: Add the count command to API version 1Maddie Zechar2022-04-216-34/+51
* SERVER-65271 serverStatus should allow fine-grained metrics exclusionJess Balint2022-04-213-9/+62
* SERVER-62992 Remove need for resmoke.ini (v5.0)Richard Samuels2022-04-213-0/+84
* SERVER-63254 Add index feature usage stats to serverStatusLouis Williams2022-04-2010-39/+570
* SERVER-65137 CollectionPtr::restore() should fail (return nullptr) if collect...Benety Goh2022-04-202-5/+14
* SERVER-65024 Fix the uniqueness constraint handling for foreground index buildsYuhong Zhang2022-04-193-9/+9
* SERVER-63387 Reverse return order of backup cursors in StreamingCursorYu Jin Kang Park2022-04-1910-24/+23
* SERVER-58506 Expose Server-Parameter SettabilityGeorge Wangensteen2022-04-193-6/+84
* SERVER-63479 Remove ExpressionFieldPathNonShardedTed Tuckman2022-04-196-40/+143
* SERVER-65533 Treat collection as UNSHARDED under {readConcern:available}Kaloian Manassiev2022-04-191-3/+3
* SERVER-62205 Check maxChunkSize parameter in (auto)splitVector requestsPaolo Polato2022-04-192-0/+12
* SERVER-55173 Skip releasing cursors during shutdown to avoid segmentation faultYuhong Zhang2022-04-192-1/+22
* SERVER-65137 LookupCollectionForYieldRestore saves collection namespace at co...Benety Goh2022-04-183-11/+18
* SERVER-65261 User deletes on capped collections do not return CappedPositionLostGregory Wlodarek2022-04-1514-22/+57
* SERVER-64031 serverStatus should not take PBWM lock and skip ticket acquisitionGregory Wlodarek2022-04-151-0/+5
* SERVER-65137 add yield and restore tests for CollectionPtrBenety Goh2022-04-151-2/+57
* SERVER-65137 CollectionMock accepts UUID at constructionBenety Goh2022-04-142-4/+10
* SERVER-64983 Abort transaction after releasing Client lockDaniel Gómez Ferro2022-04-143-19/+59
* SERVER-63531 Correct error to indicate that non-voting members can be include...Louis Williams2022-04-121-10/+9
* SERVER-62323 Swap destructor ordering in transport_layer_asio_test.cppMatt Diener2022-04-111-1/+1
* SERVER-65284 Create collection coordinator should always perform cleanup on s...Tommaso Tocci2022-04-111-9/+5
* SERVER-60105 Record time-series writes to the global OpCounterGregory Wlodarek2022-04-081-0/+1
* SERVER-61879 Refreshes to recover migrations must never join ongoing refreshesJordi Serra Torrens2022-04-086-59/+145
* SERVER-64184 Add allowDiskUseTrue metric for aggregate command.Alexander Ignatyev2022-04-071-0/+9
* SERVER-60485 Tasks which run on the MigrationUtilExecutor must not wait for s...Tommaso Tocci2022-04-071-2/+4
* SERVER-64554 the abortIndexBuild oplog entry drops unfinished indexes when ru...Gregory Wlodarek2022-04-061-8/+40
* SERVER-62229 Allow applying index build abort entry when in recoverFromOplogA...Pavi Vetriselvan2022-04-061-1/+2
* SERVER-63010 Ensure that unpacking measurements doesn't overwrite pushed down...James Wahlin2022-04-062-0/+40
* SERVER-64732 BSONColumn decompression support of interleaved arraysHenrik Edin2022-04-055-701/+1743
* SERVER-63910 Improve error messaging in CollectionShardingRuntimeEnrico Golfieri2022-03-311-2/+3
* SERVER-64485 Use _id to determine the update type in extractUpdateType()Arun Banala2022-03-303-14/+17
* SERVER-64410 Add ability to defer merge sort in pipeliner5.0.7-rc1r5.0.7Ted Tuckman2022-03-287-8/+182
* SERVER-63252 Modify CollectionImpl::setIndexIsMultikey to not modify state un...Jordi Olivares Provencio2022-03-231-2/+8