summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74493 Make DatabaseName constructors privatemathisbessamdb2023-04-2655-165/+213
* SERVER-75615 Improve contention factor test coverage for QEShreyas Kalyan2023-04-263-11/+67
* SERVER-75922 Fall back to old format partial index entry removal if an entry ...Dianna Hohensee2023-04-262-5/+72
* SERVER-54150 Recovery from a stable checkpoint should fassert on oplog applic...Moustafa Maher Khalil2023-04-2615-60/+227
* SERVER-74563 remove unused function OplogWriter::logInsertOps()Benety Goh2023-04-267-81/+2
* SERVER-72949 Add PrimaryOnlyService for cleanupStructuredEncryptionDataShreyas Kalyan2023-04-2614-9/+593
* SERVER-70942 Break out catalogId structures from CollectionCatalog to its own...Henrik Edin2023-04-269-1382/+1950
* SERVER-72867 eol-terminate all nonempty text filesBilly Donahue2023-04-268-8/+8
* SERVER-72991: Enhance Internal Transactions API for bulkWriteseanzimm2023-04-268-4/+980
* SERVER-74563 copy repl::logInsertOps to OpObserverImpl implementationBenety Goh2023-04-262-7/+156
* SERVER-75858 Add ability to disable IDL duplicate field checks for extra fieldsMark Benvenuto2023-04-263-12/+65
* SERVER-75830 Remove NetworkInterfaceTL::_mutexGeorge Wangensteen2023-04-262-25/+9
* SERVER-76540 Skip updating dataSize if difference is 0Jordi Olivares Provencio2023-04-261-0/+6
* SERVER-75609 Graceful telemetry failures and error trackingAlyssa Wagenmaker2023-04-264-65/+60
* SERVER-76296 Fix error messages for analyzeShardKey and configureQueryAnalyze...Cheahuychou Mao2023-04-262-4/+4
* SERVER-70984 Remove now unused 'indexesAffected' flag from various structs in...Irina Yatsenko2023-04-2642-795/+226
* SERVER-74563 OplogWriterMock::getNextOpTimes() returns non-empty vector of Op...Benety Goh2023-04-261-1/+8
* SERVER-76545 Increase log verbosity of WiredTiger KV Engine testJordi Olivares Provencio2023-04-261-5/+4
* SERVER-71613 Add JS test hook to check historical placement data consistencyPaolo Polato2023-04-261-10/+0
* SERVER-62888 Promote int64 to double on overflow in SBEIvan Fefer2023-04-261-7/+7
* SERVER-76395 CheckMetadataConsistency should consider special collectionsTommaso Tocci2023-04-264-29/+39
* SERVER-74563 add logOplogRecords to OplogWriter interfaceBenety Goh2023-04-267-0/+87
* SERVER-75529 Reduce the width of NamespaceStringMatt Broadstone2023-04-2615-171/+483
* SERVER-74563 remove unused headers and std imports from oplog.cppBenety Goh2023-04-262-13/+0
* Revert "SERVER-76510 Make makeBsonObj() preserve field order"Uladzimir Makouski2023-04-264-177/+59
* SERVER-75486: Support accumulator $firstN in SBEProjjal Chanda2023-04-2612-24/+589
* Revert "SERVER-62922: Add explicit bounds checks for OpenSSL EVP outputs"auto-revert-processor2023-04-262-119/+0
* SERVER-76448 Fix race condition on rename collection participant serviceSilvia Surroca2023-04-262-2/+4
* SERVER-70127 change system operations to be killable by defaultJiawei Yang2023-04-26131-343/+687
* Revert "SERVER-69026 [CQF] Rewrite Sargable disjunction to RIDUnion"auto-revert-processor2023-04-2617-627/+201
* SERVER-62922: Add explicit bounds checks for OpenSSL EVP outputsW. Brad Moore2023-04-262-0/+119
* SERVER-76510 Make makeBsonObj() preserve field orderDrew Paroski2023-04-264-59/+177
* SERVER-74563 move fail points addDestinedRecipient and sleepBetweenInsertOpTi...Benety Goh2023-04-263-3/+9
* SERVER-74563 rename repl::_logOpsInner to logOplogRecords() and add to oplog....Benety Goh2023-04-262-33/+48
* SERVER-76187 Decrease the limit for the total BSONObj size for documents in a...Cheahuychou Mao2023-04-263-4/+40
* SERVER-76311 Set upper limit for the sampleRate in configureQueryAnalyzer com...Cheahuychou Mao2023-04-261-3/+5
* SERVER-73075: Add the Move Primary Database ClonernandinibhartiyaMDB2023-04-2613-52/+956
* SERVER-73007 CURL_OPT_SEEKFUNCTION for HTTP retryMark Benvenuto2023-04-262-10/+42
* SERVER-70202 move fcv initialization check into featureFlag::isEnabled()Jiawei Yang2023-04-2518-70/+34
* Revert "SERVER-70127 change system operations to be killable by default"Sviatlana Zuiko2023-04-25130-684/+342
* SERVER-70407 [CQF] Document Memo, MemoIntegrator; remove dead codeDavid Percy2023-04-255-216/+150
* SERVER-75101 when localField contains numeric component it must not be pushed...Matt Boros2023-04-253-1/+23
* SERVER-69026 [CQF] Rewrite Sargable disjunction to RIDUnionDavid Percy2023-04-2517-201/+627
* Revert "SERVER-73007 CURL_OPT_SEEKFUNCTION for HTTP retry"Sviatlana Zuiko2023-04-252-42/+10
* SERVER-76296 Make QueryAnalysisWriter only persist samples for collection wit...Cheahuychou Mao2023-04-255-13/+139
* SERVER-76296 Serialize configureQueryAnalyzer command with DDL commandsCheahuychou Mao2023-04-256-87/+110
* SERVER-70479 Make sure that dropDatabase, dropCollection and renameCollection...Cheahuychou Mao2023-04-255-36/+37
* SERVER-74540: Handle top-level disjunction in SargableNode CEHana Pearlman2023-04-2511-184/+730
* SERVER-76257 Improve inlining of BSONColumn decompressionHenrik Edin2023-04-2513-627/+721
* SERVER-70587 Remove stale TODO about handling executor shutdown in sendHedgeC...George Wangensteen2023-04-251-1/+0