summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-73714 Modify comment for fle insert multiversion fix added in SERVER-7...Shreyas Kalyan2023-05-111-1/+1
* 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 checkpo...Gregory Wlodarek2023-05-112-20/+17
* 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 plan_enum...Adityavardhan Agrawal2023-05-112-4/+8
* 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 shar...Kaloian Manassiev2023-05-112-5/+18
* 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 wiredtiger_begin_transaction_block...Gregory Wlodarek2023-05-111-0/+1
* 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 en...Shreyas Kalyan2023-05-101-8/+0
* SERVER-76836 Yield session checked out in setAllowMigrations command before d...Marcos José Grillo Ramirez2023-05-103-3/+14
* SERVER-76535 Update TODOsCharlie Swanson2023-05-101-3/+3
* SERVER-73298 Use acquisitions on insert pathsJordi Serra Torrens2023-05-103-25/+92
* SERVER-67966 Remove feature flag for PM-1858Cheahuychou Mao2023-05-1010-48/+19
* SERVER-61806 Don't access ScopedCollectionAcquisition after yieldAllison Easton2023-05-101-2/+3
* SERVER-73866 Re-enable agg_merge_when_not_matched_insert.js in config_fuzzer ...Allison Easton2023-05-102-3/+4
* SERVER-75005 Integrate pre-image collection removal with new truncate mechanismHaley Connelly2023-05-1015-268/+869
* Revert "SERVER-75512 key telemetry store on hash rather than BSONObj"auto-revert-processor2023-05-1011-122/+92
* SERVER-76875 Exclude fields with embedded dots from 2D and FTS indexesAlberto Massari2023-05-102-52/+66
* SERVER-76337 Add a server status metric to track unauthorized direct connecti...Allison Easton2023-05-103-0/+12
* SERVER-74519 Make ShardingTestFixtureCommon use unittest::TempDir for dbpathCheahuychou Mao2023-05-101-1/+1
* SERVER-73143 Add replacement and pipeline style update support to TS_MODIFYAlyssa Wagenmaker2023-05-102-11/+10
* SERVER-76368 Allow TransactionRouter on a mongod to early reap retryable sess...Jack Mulrow2023-05-1021-61/+280
* SERVER-76894 eliminate unnecessary OpObserver overrides using OpObserverNoop ...Benety Goh2023-05-1014-2391/+49
* SERVER-76923 Allow bypassing checks for untimestamped writes as standaloneGregory Wlodarek2023-05-104-9/+51
* SERVER-74492 Make DatabaseName::toStringWithTenantId private - unit testmathisbessamdb2023-05-098-149/+160
* SERVER-39506 destroying delete for RCStringBilly Donahue2023-05-093-3/+68
* SERVER-75512 key telemetry store on hash rather than BSONObjDavis Haupt2023-05-0911-92/+122
* SERVER-76755 Fix self-assignment errors with truncate markersJordi Olivares Provencio2023-05-095-114/+94
* SERVER-76895 Micro-optimizations for the hot find-by-indexed-key query pathDavid Storch2023-05-0914-157/+138
* SERVER-61806 Uniform range deleter logging of rangesAllison Easton2023-05-092-13/+11
* SERVER-69673 removed parametric constructor with default tenantmathisbessamdb2023-05-091-7/+0
* SERVER-76894 clean up OpObserverNoop to use as base class for most OpObserver...Benety Goh2023-05-091-11/+46