summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66726 Fix serialization in killAllSessionsByPatternSara Golemon2022-08-091-3/+3
* SERVER-68495 Update resharded zones after kCommitting transition.Max Hirschhorn2022-08-095-29/+39
* SERVER-68628 Refresh routing info on primary during resharding.Max Hirschhorn2022-08-094-0/+28
* SERVER-66841 Fix LOGV2 invalid JSON when truncation happens at a backslash ch...Erwin Pe2022-08-094-42/+230
* SERVER-67296 Mark the OpCtx of the configsvr commands used to commit chunk-re...Silvia Surroca2022-08-092-0/+39
* SERVER-67492 Skip updating txn table for op=n when o2 is emptyAbdul Qadeer2022-08-092-2/+16
* SERVER-68522 Prevent 5.0 binary from starting in FCV 4.4 with misconfigured T...r5.0.11-rc0Benety Goh2022-08-082-0/+85
* SERVER-68511 MovePrimary update of config.databases entry must use dotted fie...Pierlauro Sciarelli2022-08-051-28/+51
* SERVER-68487 add BSONElement::isNaN()Benety Goh2022-08-032-0/+39
* SERVER-43155 Queries which exceed `maxTimeMS` may return `NetworkInterfaceExc...Daniel Morilha2022-08-015-90/+230
* SERVER-67305 Fix lock-free read timestamp order during repl stepupHenrik Edin2022-08-016-72/+130
* SERVER-66072 Fix dependency analysis for $match on $expr with $randAlya Berciu2022-07-292-10/+38
* SERVER-66310 Make ExpressionSetUnion::isCommutative() collation awareAlya Berciu2022-07-291-1/+4
* SERVER-66651 restore builtin role needs applyOps permissionsSara Golemon2022-07-291-1/+7
* SERVER-64340 Warn if balancer is disabled while draining shardAntonio Fuschetto2022-07-281-0/+47
* SERVER-66023 Use DelayableTimeoutCallback class to avoid resetting election a...Matthew Russotto2022-07-275-86/+74
* SERVER-66023 Create a DelayableTimeoutCallback class to avoid constantly rese...Matthew Russotto2022-07-274-0/+724
* SERVER-67532 Fail oplog server status section lessGabriel Marks2022-07-271-7/+7
* SERVER-67845 Acquire critical section in rename "check preconditions" phase o...Pierlauro Sciarelli2022-07-274-7/+61
* SERVER-68130 adjust autoSplitVector's estimatedAdditionalBytesPerItemInBSONArrayPierlauro Sciarelli2022-07-271-1/+10
* SERVER-61321 Improve handling of large/NaN values for text index versionShin Yee Tan2022-07-261-1/+1
* SERVER-60607 S2AccessMethod handles NaN/out of range values when extracting g...Benety Goh2022-07-261-1/+1
* SERVER-56185 Investigate possible improvements with session migration and a c...Allison Easton2022-07-266-4/+132
* SERVER-65262 Use `timestamp_transaction_uint` for `commit_transaction`Gregory Noma2022-07-251-8/+3
* SERVER-66548 Add support for dependency tracking to $redactNicholas Zolnierz2022-07-252-0/+31
* SERVER-65884 $lookup from ts optimize $sequentialCacheruslan.abdulkhalikov2022-07-224-2/+79
* SERVER-68193 Sharding DDL coordinator can lock itself out in distlock retry loopTommaso Tocci2022-07-221-2/+14
* SERVER-63159 Implement the $_internalApplyOplogUpdate aggregation stageDrew Paroski2022-07-216-0/+499
* SERVER-61894 Support the 'showRawUpdateDescription' option in change stream s...Drew Paroski2022-07-215-31/+88
* SERVER-61985 SERVER-67193 Make reshardingPauseCoordinatorBeforeCompletion fai...Abdul Qadeer2022-07-211-2/+9
* SERVER-57519 Make ARS use causally consistent ShardRegistry::getShard() func...Tommaso Tocci2022-07-125-70/+116
* SERVER-66658 Shard registry might be accessed before initializationTommaso Tocci2022-07-112-18/+17
* SERVER-64725 Make ShardRegistry::periodicReloader interruptibleTommaso Tocci2022-07-112-77/+31
* SERVER-62386 change variable name to avoid ambiguosityPierlauro Sciarelli2022-07-111-2/+2
* SERVER-64509 Fix ShardRegistry threadpool shutdown orderTommaso Tocci2022-07-111-2/+3
* 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-62656 xcode deduction guide workaroundBilly Donahue2022-07-071-1/+1
* SERVER-63243 Range deleter must not clean up orphan ranges in a round-robin f...Allison Easton2022-06-281-68/+80
* SERVER-61234 Expand support for $function returning scalar BSON valuesJustin Seyster2022-06-2810-17/+235
* SERVER-63271 Skip appending the watchdog section to serverStatus if watchdog ...Yuhong Zhang2022-06-241-1/+5
* 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-62656 optional minmax for CSRS poolsBilly Donahue2022-06-216-9/+71