summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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-1126-280/+840
|
* SERVER-70188: Remove featureFlagConfigurableX509ClusterAuthnVarun Ravichandran2023-05-112-14/+2
|
* 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-74980 Reducing CatalogCache verbositySergi Mateo Bellido2023-05-111-10/+13
|
* 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
|
* Import wiredtiger: af1fb31f4ecfa4d8e267c1856d159e84e70c70b4 from branch ↵Hari Babu Kommi2023-05-104-23/+10
| | | | | | | | | mongodb-master ref: 1cd2b3c7c9..af1fb31f4e for: 7.1.0-rc0 WT-11031 Fix RTS to skip tables with no time window information in the checkpoint
* Import wiredtiger: 1cd2b3c7c9d0b1f5cdd68a0957017eeaecb0dfaf from branch ↵Hari Babu Kommi2023-05-1010-52/+119
| | | | | | | | | mongodb-master ref: 56efc96369..1cd2b3c7c9 for: 7.1.0-rc0 WT-10108 Add a data structure encapsulating user level truncate context
* Import wiredtiger: 56efc96369f5062bcc5ae2fda84eb0d737a09c99 from branch ↵Hari Babu Kommi2023-05-102-2/+1
| | | | | | | | | mongodb-master ref: 076443903a..56efc96369 for: 7.1.0-rc0 WT-11048 Remove outdated FIXME
* SERVER-75587 [CQF] Add physical rewrite for RIDUnion nodeDavid Percy2023-05-104-92/+263
|
* SERVER-73959 Add option to TaskExecutorCursor to not prefetch next batchBen Shteinfeld2023-05-103-15/+205
|
* 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-1035-95/+181
|
* 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-74976: Remove TODO about checking if ↵wenqinYe2023-05-101-2/+0
| | | | transitionFromDedicatedConfigServer should be added to localhost exception
* SERVER-73298 Use acquisitions on insert pathsJordi Serra Torrens2023-05-103-25/+92
|
* SERVER-67966 Remove feature flag for PM-1858Cheahuychou Mao2023-05-1019-117/+45
|
* SERVER-61806 Don't access ScopedCollectionAcquisition after yieldAllison Easton2023-05-101-2/+3
|
* SERVER-76925 Log the actual error on failure in fsm_workloads/map_reduce_drop.jsDianna Hohensee2023-05-101-1/+2
|
* SERVER-75757 Get rid of `autoSplitOnly` balancing modePierlauro Sciarelli2023-05-103-14/+28
|
* SERVER-73866 Re-enable agg_merge_when_not_matched_insert.js in config_fuzzer ↵Allison Easton2023-05-102-3/+4
| | | | passthrough suites
* 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-1014-129/+93
| | | | This reverts commit b6eab7e7d83b10cef5c57f781c1751b465aade9f.
* 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 ↵Allison Easton2023-05-103-0/+12
| | | | connections to shards
* Import wiredtiger: 076443903aca06c8b8b10bba14dbeb0dba62357f from branch ↵Hari Babu Kommi2023-05-102-112/+264
| | | | | | | | | mongodb-master ref: 2d6a21cf8f..076443903a for: 7.1.0-rc0 WT-11034 Handle compressed and corrupted blocks in wt_binary_decode
* SERVER-76857 Have useTwoPhaseProtocol use the collection default collation ↵Jason Zhang2023-05-101-64/+22
| | | | if the collation is not specified
* SERVER-76948 Allow shard key fields to contain DBRefsCheahuychou Mao2023-05-102-2/+13
|
* SERVER-74519 Make ShardingTestFixtureCommon use unittest::TempDir for dbpathCheahuychou Mao2023-05-103-2/+8
|
* 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 ↵Jack Mulrow2023-05-1023-111/+284
| | | | sessions
* SERVER-76894 eliminate unnecessary OpObserver overrides using OpObserverNoop ↵Benety Goh2023-05-1015-2580/+56
| | | | for base class
* 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-096-115/+72
|