summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Collapse)AuthorAgeFilesLines
...
* SERVER-48898 replace util/concepts.h with real conceptsBilly Donahue2023-05-132-22/+10
|
* Revert "SERVER-68773 Move scoped range deleter lock under the range deleter ↵auto-revert-processor2023-05-133-17/+18
| | | | | | service" This reverts commit 3814bf328c42f7ec3754d79a7cc0701a575d3027.
* SERVER-75853 Have hasOnlyRenameableMatchExpressionChildren() examine renames ↵Yoonsoo Kim2023-05-1311-128/+443
| | | | would succeed
* SERVER-77099 Account for OpMsg::sequence in write_ops::verifySizeEstimate ↵Mihai Andrei2023-05-133-9/+38
| | | | functions
* Revert "SERVER-76050 Enhance session handling in each coordinator"auto-revert-processor2023-05-136-88/+130
| | | | This reverts commit 5a8c52c0de24d8ddeb4a7d3b90ef5942c53cbd14.
* SERVER-77053 Transaction API shouldn't throw top level errors in runCommandJack Mulrow2023-05-124-39/+244
|
* SERVER-75577 Allow specifying FCV on new mongodHuayu Ouyang2023-05-122-4/+38
|
* SERVER-69184 Coverity analysis defect 128686: Using a moved objectSanika Phanse2023-05-121-1/+1
|
* SERVER-68773 Move scoped range deleter lock under the range deleter servicePierlauro Sciarelli2023-05-123-18/+17
|
* SERVER-76615 implement shardDistribution functionality in reshardCollection cmdJiawei Yang2023-05-128-37/+490
|
* SERVER-75832 Prevent DocumentMetadataFields self-assignmentAlyssa Wagenmaker2023-05-121-2/+4
|
* SERVER-76050 Enhance session handling in each coordinatorSilvia Surroca2023-05-126-130/+88
|
* SERVER-67659 Remove partial, TTL index check on time-series collections once ↵Faustoleyva542023-05-121-73/+0
| | | | FCV 7.0 becomes last-lts
* SERVER-75683 Return error if encryptedFields contains eccCollectionShreyas Kalyan2023-05-122-52/+44
|
* SERVER-75758 Move information out of old sharding arch guideAllison Easton2023-05-129-1506/+684
|
* SERVER-77025 Wait for index builds to complete on conflicting command ↵Josef Ahmad2023-05-122-13/+51
| | | | application
* SERVER-75392 Update fast integer rounding implementations in S2 libraryMihai Andrei2023-05-121-1/+24
|
* SERVER-76582 Pass correct SerializationContext objs into command repliesHugh Tong2023-05-1214-34/+103
|
* SERVER-68655 Change ReplicationCoordinator::canAcceptWritesForDatabase to ↵mathisbessamdb2023-05-1237-84/+102
| | | | take in DatabaseName obj
* SERVER-70405 Document Bonsai classes and functionsMatt Boros2023-05-117-31/+63
|
* SERVER-73714 Modify comment for fle insert multiversion fix added in ↵Shreyas Kalyan2023-05-111-1/+1
| | | | SERVER-73692
* SERVER-76530 Support findAndModify remove on a sharded timeseries collectionYoonsoo Kim2023-05-112-25/+30
|
* SERVER-71123 implement IWYU tool and add required human changesDaniel Moody2023-05-1122-87/+84
|
* SERVER-76927 Add server parameter for concurrency adjustment intervalGregory Noma2023-05-112-1/+15
|
* SERVER-74210 Improve createIndexes errmsg on secondary abortJosef Ahmad2023-05-112-1/+10
|
* SERVER-76826 Fix invariant failure for $merge with dollar fieldsRui Liu2023-05-112-2/+5
|
* SERVER-77027 Only check for direct shard connections if sharding is enabledAllison Easton2023-05-111-1/+2
|
* SERVER-77029 Set syncdelay in TestOplogTruncation before starting the ↵Gregory Wlodarek2023-05-112-20/+17
| | | | checkpoint thread
* SERVER-74806 Account for header size when computing initial size of batch writeMihai Andrei2023-05-1125-280/+818
|
* SERVER-70188: Remove featureFlagConfigurableX509ClusterAuthnVarun Ravichandran2023-05-111-8/+0
|
* SERVER-76408 create feature flag for large batched writesBenety Goh2023-05-112-2/+11
|
* SERVER-76777 Retry lock coll lock acquisition on self abortYu Jin Kang Park2023-05-113-44/+133
|
* SERVER-76143 Add missing find command fields to queryStats keyMaddie Zechar2023-05-114-56/+126
|
* SERVER-76944: Correctly return bool in the prepSubNodes function in ↵Adityavardhan Agrawal2023-05-112-4/+8
| | | | plan_enumerator.cpp
* SERVER-76985 Making commit phase of renameCollection idempotentSergi Mateo Bellido2023-05-111-5/+13
|
* SERVER-76984 Remove check for !_isInternalClient() in service entry pointAllison Easton2023-05-111-2/+1
|
* SERVER-76835 Avoid blocking on PBWM and admission control tickets on the ↵Kaloian Manassiev2023-05-112-5/+18
| | | | sharding metadata refresh path
* SERVER-68260 Arch guide updates for gracefully handling index build errorsJosef Ahmad2023-05-111-3/+35
|
* SERVER-76790: Fix holding extra tickets during resharding oplog applicationnandinibhartiyaMDB2023-05-112-73/+99
|
* SERVER-77019 Initialize service context in ↵Gregory Wlodarek2023-05-111-0/+1
| | | | wiredtiger_begin_transaction_block_bm.cpp
* SERVER-75497 Convert ordered containers in CollectionCatalog to immutableDan Larkin-York2023-05-1123-252/+285
|
* SERVER-70689: Remove featureFlagUserRolesVarun Ravichandran2023-05-103-32/+1
|
* SERVER-75587 [CQF] Add physical rewrite for RIDUnion nodeDavid Percy2023-05-104-92/+263
|
* SERVER-76630 Test QE cleanup can resume an interrupted compaction and vice versaErwin Pe2023-05-101-3/+13
|
* SERVER-66515 Enable featureFlagAuditConfigClusterParameterGabriel Marks2023-05-101-1/+2
|
* SERVER-74491 Make DatabaseName::toString privatemathisbessamdb2023-05-1028-81/+102
|
* SERVER-76086 Allow unsharded QE compact to run simultaneously on different ↵Shreyas Kalyan2023-05-101-8/+0
| | | | encrypted namespaces
* SERVER-76836 Yield session checked out in setAllowMigrations command before ↵Marcos José Grillo Ramirez2023-05-103-3/+14
| | | | doing network request
* SERVER-76535 Update TODOsCharlie Swanson2023-05-101-3/+3
|
* SERVER-73298 Use acquisitions on insert pathsJordi Serra Torrens2023-05-103-25/+92
|