summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
* SERVER-57519 Make ARS use causally consistent ShardRegistry::getShard() func...Tommaso Tocci2022-07-121-9/+0
* SERVER-57938 Skip validation for stored geometry if a 2dsphere index existsEric Cox2022-07-102-3/+6
* Revert "SERVER-67532 Fail oplog server status section less"Gabriel Marks2022-07-081-7/+7
* SERVER-66520 add index build UUID to BackgroundOperationInProgress messageBenety Goh2022-07-083-21/+53
* SERVER-67532 Fail oplog server status section lessGabriel Marks2022-07-071-7/+7
* SERVER-67457 Wait for majority commit on completionAbdul Qadeer2022-07-071-2/+2
* SERVER-63243 Range deleter must not clean up orphan ranges in a round-robin f...Allison Easton2022-06-281-68/+80
* SERVER-66727 Use full-precision timestamp for time-series bucketing decisionDan Larkin-York2022-06-242-9/+16
* SERVER-66418 fix bug in projection created during dependency analysisSteve Tarzia2022-06-234-36/+140
* SERVER-65723 Add parameter oplogBatchDelayMillis to improve batching on caugh...Matthew Russotto2022-06-226-49/+250
* SERVER-65723 Enhance waiting API of oplog buffer.Matthew Russotto2022-06-2211-19/+108
* SERVER-64215 Interrupt OplogBufferMock::waitForData on shutdownTommaso Tocci2022-06-221-2/+4
* SERVER-62716 Ensure finishWaitingOneOpTime actually progressesMatt Diener2022-06-211-7/+16
* SERVER-59658 Change durationMillis to durationAllison Easton2022-06-161-3/+3
* SERVER-59658 Improve logging to reflect that sharding metadata refresh waitin...Allison Easton2022-06-161-0/+15
* SERVER-67106 allow the execution of _flushRoutingTableCacheUpdates over colle...Paolo Polato2022-06-131-1/+2
* SERVER-64433 Recovering the topology tick points on startup/init syncSergi Mateo Bellido2022-06-1317-91/+530
* SERVER-65399 Restart index build if recover in standalone and 'commitIndexBui...Shin Yee Tan2022-06-101-4/+42
* SERVER-66046: Abort resharding on recipient errorsnandinibhartiyaMDB2022-06-091-2/+15
* SERVER-65371 Interrupt moveChunk when the node steps downPaolo Polato2022-06-091-6/+24
* SERVER-65313 Use BatchedCollectionCatalogWriter during startup recoveryHenrik Edin2022-06-092-2/+12
* SERVER-62272 : Migration OK for chunks existing before schema validatornandinibhartiyaMDB2022-06-071-7/+22
* SERVER-66433 Backport deadline waiting for overlapping range deletion to fini...Silvia Surroca2022-06-071-0/+9
* SERVER-66866 Make the range deleter not sleep under collection lockKaloian Manassiev2022-06-043-63/+49
* SERVER-66843 Use defensive programming in DeadlineFuture destructorAndrew Shuvalov2022-06-031-4/+9
* SERVER-63971 Make coordinate commit wait for transaction to actually complete...Randolph Tan2022-06-021-1/+1
* SERVER-66379 $or to $in conversion flawedTimour Katchaounov2022-06-021-1/+3
* SERVER-66556 Block shutdown when releasing cursors to avoid race conditionsYuhong Zhang2022-06-012-8/+25
* SERVER-62432 Ensure safe access to ShardingDDLCoordinator instance state docu...Enrico Golfieri2022-05-308-77/+128
* SERVER-65925 Reshard commit and abort should check for transient errors when ...Randolph Tan2022-05-274-6/+24
* SERVER-65821 Allow prepared transactions to write commit decision across FCV ...Gregory Noma2022-05-2613-55/+195
* SERVER-64627 Refactor onInitialSyncComplete and onStartupRecoveryComplete int...Vesselina Ratcheva2022-05-2313-63/+48
* SERVER-66627 add install-devcore target for forward compatibilityRobert Guo2022-05-201-0/+1
* SERVER-65777 Fix ns emitted for UMC commandsSara Golemon2022-05-201-1/+11
* SERVER-64797 Use `WT_SESSION::timestamp_transaction_uint`Gregory Noma2022-05-202-5/+4
* SERVER-64659 add external sorter file handle metrics to indexBulkBuilder serv...Benety Goh2022-05-201-0/+9
* SERVER-65930 DDL coordinators and rename participant initial checkpoint may i...Allison Easton2022-05-193-10/+33
* 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-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-61110 backport to 5.0Adam Rayner2022-05-052-0/+23
* SERVER-58337 Log and count as deprecated commands issued via OP_QUERYIrina Yatsenko2022-05-041-2/+6
* 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-255-8/+163
* SERVER-64822 Clear filtering metadata if createCollection commit failsKaloian Manassiev2022-04-242-82/+63
* SERVER-61018 Create a generic histogram typeJess Balint2022-04-223-25/+21