summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66462 Fixed change stream pre-image write performance issueMindaugas Malinauskas2022-06-231-13/+28
* SERVER-67352 Skip identifying writes on orphaned documents in replica set dep...Antonio Fuschetto2022-06-232-12/+12
* Import wiredtiger: 31b70b7fe65536b44c77f07ed3815048673867f3 from branch mongo...Luke Chen2022-06-232-3/+10
* Revert "Revert "Merge branch 'v6.0' of github.com:10gen/mongo into v6.0""Eric Cox2022-06-2254-308/+1944
* Revert "Merge branch 'v6.0' of github.com:10gen/mongo into v6.0"Eric Cox2022-06-2254-1944/+308
* Merge branch 'v6.0' of github.com:10gen/mongo into v6.0Eric Cox2022-06-2254-308/+1944
|\
| * SERVER-65864 Parse $densify step as a NumberLong when using a date unitDavis Haupt2022-06-212-6/+10
| * SERVER-67376: 32 bit integer overflow in Value{} creationMatt Boros2022-06-211-1/+3
| * SERVER-66520 add index build UUID to BackgroundOperationInProgress messageBenety Goh2022-06-213-22/+57
| * SERVER-67036 remove floor for collMod cappedSize option to be consistent with...Benety Goh2022-06-201-3/+1
| * SERVER-66662 Block insertion into __safeContent__Shreyas Kalyan2022-06-2017-78/+306
| * SERVER-66541 Rely on a refresh to define the metadata barrierSergi Mateo Bellido2022-06-201-0/+24
| * Revert "SERVER-66541 Clear the filtering metadata on setFCV"Sergi Mateo Bellido2022-06-204-66/+0
| * SERVER-66663 Raise default contention factor for equality indexes to 4Mark Benvenuto2022-06-181-1/+1
| * SERVER-67316 LDAP CNAME resolution truncates CNAME incorrectlyMark Benvenuto2022-06-171-1/+1
| * SERVER-66724 Create FLE 2 Equality Match ExpressionMark Benvenuto2022-06-1723-95/+1366
| * SERVER-66418 fix bug in projection created during dependency analysisSteve Tarzia2022-06-174-36/+140
| * SERVER-67273 Add feature flag to always create config.transactions index on s...Jack Mulrow2022-06-162-12/+48
| * SERVER-66989 Make HashAgg record store key ownedEric Cox2022-06-163-4/+8
* | SERVER-67338 Fix ownership of HashAggStage key in SBEEric Cox2022-06-221-17/+10
* | SERVER-66989 Make HashAgg record store key ownedEric Cox2022-06-163-4/+8
|/
* SERVER-59658 Change durationMillis to durationAllison Easton2022-06-161-2/+2
* SERVER-59658 Improve logging to reflect that sharding metadata refresh waitin...Allison Easton2022-06-161-0/+14
* SERVER-67315 Fix possible int32 overflow on call to DocumentSourceSort::creat...James Wahlin2022-06-161-2/+3
* SERVER-66984 config.transactions collection may end up not having the "parent...Jason Zhang2022-06-151-12/+33
* SERVER-65723 Add parameter oplogBatchDelayMillis to improve batching on caugh...Matthew Russotto2022-06-156-49/+250
* SERVER-65273 Enhance waiting API of oplog buffer.Matthew Russotto2022-06-1511-19/+108
* SERVER-67181 Return the OpTime of Commit Transaction for FLE2 CRUD on mongosMark Benvenuto2022-06-151-10/+14
* Revert "SERVER-67036 remove floor for collMod cappedSize option to be consist...Benety Goh2022-06-151-1/+3
* SERVER-67036 remove floor for collMod cappedSize option to be consistent with...Benety Goh2022-06-141-3/+1
* SERVER-66541 Clear the filtering metadata on setFCVSergi Mateo Bellido2022-06-144-0/+66
* SERVER-66727 Use full-precision timestamp for time-series bucketing decisionDan Larkin-York2022-06-141-2/+6
* SERVER-67072 Fix pushdown of time-series metadata predicates in $orDavid Percy2022-06-141-20/+32
* SERVER-64994 Extend the planner to allow soft hints about index traversal dir...r6.0.0-rc10Matt Boros2022-06-1312-96/+289
* SERVER-67016 Cancel transaction API transactions if their caller is interruptedJack Mulrow2022-06-133-17/+224
* SERVER-66481 Disable cross-shard internal transactions run from a shardJason Zhang2022-06-134-41/+84
* SERVER-67106 allow the execution of _flushRoutingTableCacheUpdates over colle...Paolo Polato2022-06-131-1/+2
* SERVER-63243 Range deleter must not clean up orphan ranges in a round-robin f...Allison Easton2022-06-101-80/+91
* SERVER-66866 Make the range deleter not sleep under collection lockKaloian Manassiev2022-06-103-87/+68
* SERVER-66725 SERVER-66659 Incoming retryable txns abort old txns and abort co...Jack Mulrow2022-06-095-83/+621
* SERVER-67076 Add missing early return in DocumentSourceFindAndModifyImageLookupJack Mulrow2022-06-092-3/+3
* SERVER-66046: Abort resharding on recipient errorsnandinibhartiyaMDB2022-06-091-2/+15
* SERVER-66814 Use classic MatchExpression for applying filters in SBEIan Boros2022-06-0914-147/+309
* SERVER-66999 Check sharding initialized if running an explain with clusterFin...Ruoxin Xu2022-06-091-0/+2
* SERVER-61972 un-delete version check for mongod optionsRobert Guo2022-06-091-1/+4
* SERVER-61972 ensure useRandomBinVersionsWithinReplicaSet's respectedRobert Guo2022-06-082-10/+16
* SERVER-66812 Fix bug with $group projection analysisCharlie Swanson2022-06-088-42/+57
* SERVER-66336 ConfigsvrCoordinators initial checkpoint may incur in DuplicateK...Silvia Surroca2022-06-083-9/+32
* SERVER-65371 Interrupt shardSvrMoveRange when the node steps downPaolo Polato2022-06-081-20/+24
* SERVER-66973 Eagerly reap config.transactions entries for retryable sessionsr6.0.0-rc9Jack Mulrow2022-06-0710-64/+835