summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin2023-02-08298-2544/+3750
* SERVER-71734 Use clang-tidy to prevent new instances of UninteruptibleLockGuardJuan Gu2023-02-087-4/+183
* SERVER-73706 Save WTRecordStoreUassertOutOfOrder fail point state to prevent ...Gregory Wlodarek2023-02-071-2/+3
* SERVER-72997 Fix several edge cases in histogram creationBen Shteinfeld2023-02-073-30/+161
* SERVER-73738 Set min_fcv for ChangeStreamsClusterParameter to 6.3Gabriel Marks2023-02-071-1/+1
* SERVER-72823 Updating FCV Constant for 7.0r7.0.0-alphajames-hippler2023-02-071-0/+3
* SERVER-73234 Fix wrong TODO comment pointing to a wrong jira ticketMarcos José Grillo Ramirez2023-02-071-1/+1
* SERVER-73692 Fix behavior of unencrypted documents in encrypted collectionsShreyas Kalyan2023-02-071-0/+9
* SERVER-73190 Add a second serverParameter to guard test only server status me...Mark Benvenuto2023-02-075-2/+103
* SERVER-71678 Allow compact to run on system collectionsKaitlin Mahar2023-02-071-5/+0
* SERVER-70894 Add an overload for async_rpc::sendCommand that doesn't require ...Alex Li2023-02-074-0/+149
* SERVER-59913 Move CollectionPtr yield logic out of the CollectionCatalogHenrik Edin2023-02-0725-170/+248
* SERVER-73407 Collect telemetry on mongos for find and aggr6.3.0-rc0Davis Haupt2023-02-073-1/+18
* SERVER-73542 Drop index metadata in resharding donors that are not recipientsMarcos José Grillo Ramirez2023-02-071-0/+7
* SERVER-73052 ShardingCatalogClient::getShardsThatOwnData...AtClusterTime() me...Enrico Golfieri2023-02-0711-233/+574
* SERVER-73436 added readme for mongo tidy checks.Daniel Moody2023-02-071-0/+43
* SERVER-73417 Change method signature of produceDocumentForUpsert() to include...Sanika Phanse2023-02-076-97/+83
* SERVER-71798 Expand the set of queries eligible for SBE in the 6.3 releaseMihai Andrei2023-02-0729-636/+282
* SERVER-71882 Add serverStatus metric for the number of entries evicted from t...Maddie Zechar2023-02-079-53/+74
* SERVER-72226 Shorten LimitSkip explainMatt Boros2023-02-0712-303/+100
* SERVER-71353 Add diagnostics for when the durable catalog is scanned due to m...Gregory Wlodarek2023-02-061-0/+25
* SERVER-73644 Fix heap-use-after-free error caused by the note field in the an...Cheahuychou Mao2023-02-061-10/+7
* SERVER-72670 Change hedgingMetrics.numTotalHedgedOperations increment to refl...Alex Li2023-02-062-9/+10
* SERVER-73462 [CQF] Transition SpoolId generator to use IdGeneratorSvilen Mihaylov2023-02-066-34/+22
* SERVER-72843 Fallback to the classic engine for FilterExpressionDrew Paroski2023-02-064-104/+9
* SERVER-70191 Move async_rpc::sendTxnCommand to its own headerGeorge Wangensteen2023-02-063-48/+90
* SERVER-73350 SessionKiller should release mutex before creating opctxMatthew Russotto2023-02-061-2/+14
* SERVER-73212 Remove collection locks on sharding index catalog shard observer...Marcos José Grillo Ramirez2023-02-063-25/+40
* SERVER-52024 Create feature flag for USER_ROLESMilitsa Sotirova2023-02-061-0/+5
* SERVER-72744: Introduce code path for a primary to commit a split prepared tr...Daniel Gottlieb2023-02-067-33/+433
* SERVER-72518 Make 5% random-cursor $sample cutoff configurableNaama Bareket2023-02-064-1/+37
* SERVER-73513 Add fallback logic to commit placement metadata for moveChunk an...Paolo Polato2023-02-062-61/+115
* SERVER-73353 Support CollectionCatalog lookups by NamespaceStringOrUUIDGregory Wlodarek2023-02-063-20/+26
* SERVER-72777 Set tid field in shardCollection oplog entryPaolo Polato2023-02-061-0/+1
* SERVER-73634 Merge the `server_options_core` library into `server_base`Kaloian Manassiev2023-02-0628-107/+64
* SERVER-73292 Add voteAbortIndexBuild commandYu Jin Kang Park2023-02-069-4/+205
* SERVER-66864 Add index version checks to versioning protocolAllison Easton2023-02-061-4/+19
* SERVER-73573 Fix global index unittest helpersAllison Easton2023-02-067-20/+50
* SERVER-73623 SessionWorkflow: yield before _receiveRequestBilly Donahue2023-02-051-1/+9
* SERVER-70905 add missing invariantBenety Goh2023-02-041-0/+1
* SERVER-72942 Change DBClient *Collection functions to use NamespaceString obj...Sophia Tan2023-02-0464-326/+398
* SERVER-69008 Retain CappedCollection Sizes as IntsMatt Kneiser2023-02-042-3/+3
* SERVER-67412 Removed support for parsing '$v:1' oplog entries in change streamsMohammad Dashti2023-02-047-134/+178
* Revert "SERVER-73407 Collect telemetry on mongos for find and agg"Sviatlana Zuiko2023-02-043-18/+1
* SERVER-72512 Ensure validate surfaces index key inconsistencies if they existDan Larkin-York2023-02-041-59/+97
* Revert "SERVER-71798 Expand the set of queries eligible for SBE in the 6.3 re...Dan Larkin-York2023-02-0429-286/+513
* SERVER-72459 Remove unused KeyString builder from WiredTigerIndexCursorBaseGeert Bosch2023-02-041-4/+1
* SERVER-71201 Prevent operations on the recipient while the movePrimary is in ...Antonio Fuschetto2023-02-047-44/+461
* SERVER-73110 Each shard should check extended-range for timeseries sortingDavid Percy2023-02-046-2/+46
* SERVER-73422 Fold the analyzeShardKey monotonicity metrics into one top-level...Cheahuychou Mao2023-02-032-30/+33