summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-67470 Fix incorrect fieldName values in ECOC entries following a ↵r6.0.0-rc12Erwin Pe2022-06-242-4/+24
| | | | | | modifier-type update (cherry picked from commit 20986cb5fc8e3fcd721034a00dd476ab1bd34772)
* SERVER-67445 Remove setting of setSingleBatch to 'true' in ↵Erwin Pe2022-06-241-1/+0
| | | | | | FLEQueryInterfaceImpl::findDocuments (cherry picked from commit 7f728aafb75b9e991ffb5444a0999edf6cb280ef)
* SERVER-66462 Fixed change stream pre-image write performance issueMindaugas Malinauskas2022-06-231-13/+28
| | | | (cherry picked from commit 043545f8259aa5c0a4c2fc318ec889d96e54f1ea)
* SERVER-67352 Skip identifying writes on orphaned documents in replica set ↵Antonio Fuschetto2022-06-232-12/+12
| | | | deployments
* Import wiredtiger: 31b70b7fe65536b44c77f07ed3815048673867f3 from branch ↵Luke Chen2022-06-232-3/+10
| | | | | | | | | mongodb-6.0 ref: 8fb2c7b2a6..31b70b7fe6 for: 6.0.0-rc11 WT-9477 Don't allow checkpoint triggering internal page split which leads to corrupted internal page in the checkpoint
* Revert "Revert "Merge branch 'v6.0' of github.com:10gen/mongo into v6.0""Eric Cox2022-06-2254-308/+1944
| | | | This reverts commit 44385b89a690f1feda55d8e888a08f33eab0a020.
* Revert "Merge branch 'v6.0' of github.com:10gen/mongo into v6.0"Eric Cox2022-06-2254-1944/+308
| | | | | This reverts commit e24af2270e6bc1d435845c8fdd02a1eb24155da2, reversing changes made to ecf315a92efb6283a4c8f3fd079dd81398563fa6.
* 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
| | | | | | | | (cherry picked from commit 8be84724601090e093d6d7ccfa4536a187c41edc)
| * SERVER-67376: 32 bit integer overflow in Value{} creationMatt Boros2022-06-211-1/+3
| | | | | | | | (cherry picked from commit 153d7c719b079637ce223dc88336caa403942894)
| * SERVER-66520 add index build UUID to BackgroundOperationInProgress messageBenety Goh2022-06-213-22/+57
| | | | | | | | (cherry picked from commit d6a12bacdc9ebee0f4813d3f0a81252aa4f519bb)
| * SERVER-67036 remove floor for collMod cappedSize option to be consistent ↵Benety Goh2022-06-201-3/+1
| | | | | | | | | | | | with create command (cherry picked from commit d507d5e0048bc9093b3f59aec6eb2a02473d6113)
| * SERVER-66662 Block insertion into __safeContent__Shreyas Kalyan2022-06-2017-78/+306
| | | | | | | | (cherry picked from commit 00300876a899a40fd6121b8f3abacdd3194daf54)
| * 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
| | | | | | | | This reverts commit 7bc0a21e572227371d79553a3263a142752fae56.
| * SERVER-66663 Raise default contention factor for equality indexes to 4Mark Benvenuto2022-06-181-1/+1
| | | | | | | | (cherry picked from commit 4817d3fda9bc9a4594beec01ba2244523d695e87)
| * SERVER-67316 LDAP CNAME resolution truncates CNAME incorrectlyMark Benvenuto2022-06-171-1/+1
| | | | | | | | (cherry picked from commit c82753a67670b3cc43787925c1de265806c5e5be)
| * SERVER-66724 Create FLE 2 Equality Match ExpressionMark Benvenuto2022-06-1723-95/+1366
| | | | | | | | (cherry picked from commit 33d893ff83c2873202628e6002a7e35b5b296db8)
| * 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 ↵Jack Mulrow2022-06-162-12/+48
| | | | | | | | | | | | step up (cherry picked from commit 389d799f96c23cd534aa5c8b3a52e181d7f99ebc)
| * SERVER-66989 Make HashAgg record store key ownedEric Cox2022-06-163-4/+8
| | | | | | | | (cherry picked from commit e399422548621ca737903284e8b435c804bb8254)
* | SERVER-67338 Fix ownership of HashAggStage key in SBEEric Cox2022-06-221-17/+10
| | | | | | | | (cherry picked from commit 82e8ac207e2271d2664ffcd3bfec88f9e13e121f)
* | SERVER-66989 Make HashAgg record store key ownedEric Cox2022-06-163-4/+8
|/ | | | (cherry picked from commit e399422548621ca737903284e8b435c804bb8254)
* SERVER-59658 Change durationMillis to durationAllison Easton2022-06-161-2/+2
|
* SERVER-59658 Improve logging to reflect that sharding metadata refresh ↵Allison Easton2022-06-161-0/+14
| | | | waiting on replication
* SERVER-67315 Fix possible int32 overflow on call to ↵James Wahlin2022-06-161-2/+3
| | | | | | DocumentSourceSort::createBoundedSort() (cherry picked from commit c5b3c193d802c5618db349af4efdadbca5e59125)
* SERVER-66984 config.transactions collection may end up not having the ↵Jason Zhang2022-06-151-12/+33
| | | | | | "parentLsid" partial index if the primary steps down or shuts down while setting up the collection (cherry picked from commit f9a3cf210791c19cc2d8569d0a7837745838d0cb)
* SERVER-65723 Add parameter oplogBatchDelayMillis to improve batching on ↵Matthew Russotto2022-06-156-49/+250
| | | | | | caught-up secondaries (cherry picked from commit 97dc4971f5894c070a029dd8d05b857062b5ddde)
* SERVER-65273 Enhance waiting API of oplog buffer.Matthew Russotto2022-06-1511-19/+108
| | | | | | Add millisecond granularity, deadlines, and Interruptibles (cherry picked from commit 6d128d3ac2197f120a8a5927e31c56bb6ab9d328)
* SERVER-67181 Return the OpTime of Commit Transaction for FLE2 CRUD on mongosMark Benvenuto2022-06-151-10/+14
| | | | (cherry picked from commit 95aad3a90fec6d9be78daf989ed4162f9a4a24da)
* Revert "SERVER-67036 remove floor for collMod cappedSize option to be ↵Benety Goh2022-06-151-1/+3
| | | | | | consistent with create command" This reverts commit 51e661694db82f5751f86a2efdd83c2427c32ed1.
* SERVER-67036 remove floor for collMod cappedSize option to be consistent ↵Benety Goh2022-06-141-3/+1
| | | | | | with create command (cherry picked from commit d507d5e0048bc9093b3f59aec6eb2a02473d6113)
* SERVER-66541 Clear the filtering metadata on setFCVSergi Mateo Bellido2022-06-144-0/+66
| | | | Relying on config.cache.collections to signal secondary nodes
* 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
| | | | (cherry picked from commit b8f0fb561f5f6401dfc9a773777963f2f4bcb725)
* SERVER-64994 Extend the planner to allow soft hints about index traversal ↵r6.0.0-rc10Matt Boros2022-06-1312-96/+289
| | | | | | direction (cherry picked from commit 00d2a56763b2b0da941a41684d20e7080da5058e)
* SERVER-67016 Cancel transaction API transactions if their caller is interruptedJack Mulrow2022-06-133-17/+224
| | | | (cherry picked from commit 037f714353bb314aa28c7ec6be6f77865ac41273)
* SERVER-66481 Disable cross-shard internal transactions run from a shardJason Zhang2022-06-134-41/+84
| | | | (cherry picked from commit 9e56fb40d86bab1a77ffa60fd8a94c4783735734)
* SERVER-67106 allow the execution of _flushRoutingTableCacheUpdates over ↵Paolo Polato2022-06-131-1/+2
| | | | | | collection views (cherry picked from commit 8e0bbe75ef81964f8d15a1e9cc2c33e988a120df)
* SERVER-63243 Range deleter must not clean up orphan ranges in a round-robin ↵Allison Easton2022-06-101-80/+91
| | | | | | fashion (cherry picked from commit f44581d5bfe275a3b9f0454dd7843c04ccfd1f2d
* SERVER-66866 Make the range deleter not sleep under collection lockKaloian Manassiev2022-06-103-87/+68
| | | | (cherry picked from commit cec61a460e69c47e1bf0e455214f776c62053f53)
* SERVER-66725 SERVER-66659 Incoming retryable txns abort old txns and abort ↵Jack Mulrow2022-06-095-83/+621
| | | | | | conflicting txns once (cherry picked from commit bc385b8dcb5b7a550cefaada9d44bc9ded5164de)
* SERVER-67076 Add missing early return in DocumentSourceFindAndModifyImageLookupJack Mulrow2022-06-092-3/+3
| | | | (cherry picked from commit 89e19118f9fa6fe215f8df65567a9fefe74d8064)
* SERVER-66046: Abort resharding on recipient errorsnandinibhartiyaMDB2022-06-091-2/+15
| | | | (cherry picked from commit f016b1053908e031dbcec48ffb0a30fa63ba7e3d)
* SERVER-66814 Use classic MatchExpression for applying filters in SBEIan Boros2022-06-0914-147/+309
| | | | | Co-authored-by: Eric Cox <eric.cox@mongodb.com> (cherry picked from commit b16ad103a503897898fb91c5f9d198407e3e2abf)
* SERVER-66999 Check sharding initialized if running an explain with ↵Ruoxin Xu2022-06-091-0/+2
| | | | | | clusterFind command (cherry picked from commit 8ab9a78b45386177fd1010557f55287d709c731f)
* 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
| | | | (cherry picked from commit 8a3af130c7dba9936b30e17d25dd52a5802658ad)
* SERVER-66336 ConfigsvrCoordinators initial checkpoint may incur in ↵Silvia Surroca2022-06-083-9/+32
| | | | DuplicateKey error