summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-59396 Adds server parameter `healthMonitoring`Andrew Witten2021-11-0210-7/+164
* SERVER-61153 findAndModify on mongos/mongoq handles TenantMigrationAborted by...mathisbessamdb2021-11-022-0/+16
* SERVER-32927 Assert sharded commands can be accepted after waiting for cluste...Sophia Tan2021-11-012-5/+18
* SERVER-54590 Architecture Guide updates for PM-2189Gregory Wlodarek2021-11-012-14/+39
* SERVER-60701 Block reads to local database from user connections while in Fil...Matthew Russotto2021-11-013-0/+28
* SERVER-61094 Use a dedicated pooled KeyString builder per indexHenrik Edin2021-11-0113-60/+91
* SERVER-45717 Allow changes to clusterIpSourceAllowlist without restartsergey.galtsev2021-11-0121-57/+189
* SERVER-60362 Implement KMIP-based Audit Log EncryptionGabriel Marks2021-11-014-0/+9
* SERVER-59925 Stress test time-series insertsGregory Noma2021-11-013-5/+15
* SERVER-61157 add feature flag for making an index uniqueBenety Goh2021-11-011-0/+4
* SERVER-60179 The 'validate' command should return 'InvalidOptions' instead of...Gregory Wlodarek2021-11-011-6/+6
* SERVER-60834 new migration protocol setFCV requirementsSergi Mateo Bellido2021-11-0113-38/+75
* SERVER-60577 Add logic to check time-series buckets for mixed-schema data at ...Gregory Wlodarek2021-10-303-1/+94
* SERVER-60577 Add functionality to detect mixed-schema data in time-series buc...Gregory Wlodarek2021-10-306-0/+188
* SERVER-61106 Use woCompare to generate timeseries summariesDan Larkin-York2021-10-291-1/+1
* SERVER-61007 ReplSetGetStatus calls storage with no lockHuayu Ouyang2021-10-2913-19/+85
* SERVER-60121 Enable hint to use the clusterKey of a clustered collectionHaley Connelly2021-10-291-12/+54
* SERVER-60199 Attempt to fix Coverity defectGabriel Marks2021-10-291-1/+2
* SERVER-61118 TransactionCoordinator unit tests that create a second coordinat...Cheahuychou Mao2021-10-292-5/+16
* SERVER-60677: Implement parser for Proxy Protocol V1 and V2 headersTyler Seip2021-10-294-0/+1133
* SERVER-60622 Fix typos in update_driver.cpp error messagesmartin-mueller-cemas2021-10-291-3/+3
* SERVER-58409 Use WiredTiger largest_key API to initialize the highest RecordI...Louis Williams2021-10-291-4/+16
* SERVER-61108 Remove wtimeout from resharding coordinator write concernLuis Osta2021-10-291-10/+9
* SERVER-60206 add sortArray feature flagNeil Shweky2021-10-291-10/+15
* SERVER-60870 adding automation test case for read/write access aftermathisbessamdb2021-10-293-12/+20
* SERVER-60957 Support change stream pre and post images in a sharded cluster.Rishab Joshi2021-10-292-15/+10
* SERVER-61096 ResetDbPath sometimes errors while recreating dbpath on WindowsRichard Samuels2021-10-291-1/+14
* SERVER-61052 Remove wtimeout from resharding write concernLuis Osta2021-10-292-2/+11
* SERVER-61034 Don't always add extra match stage to $graphLookupTed Tuckman2021-10-291-3/+10
* SERVER-58756 Support retrying internal transactions for retryable writes afte...Cheahuychou Mao2021-10-291-28/+61
* SERVER-58756 Support retrying internal transactions for retryable writesCheahuychou Mao2021-10-298-33/+299
* SERVER-58756 Move ApplyOpsCommandInfo into a separate libraryCheahuychou Mao2021-10-295-156/+262
* SERVER-58756 Store stmtIds for the operations in retryable internal transacti...Cheahuychou Mao2021-10-2914-35/+235
* SERVER-59680 Partition the plan cachejoshua2021-10-289-94/+154
* SERVER-60954 Deflake executor_stress_test_fixture.cppAndrew Shuvalov2021-10-282-4/+24
* SERVER-60986 WiredTigerIndex insert functions include uri and index name in W...Benety Goh2021-10-281-5/+18
* SERVER-59604 Audit log authcheck record has incorrect command for unauthentic...Erwin Pe2021-10-281-11/+15
* SERVER-59858 Add observability for tasks scheduled on reactor threadsAmirsaman Memaripour2021-10-2825-10/+534
* SERVER-60986 add support for context expression to wtRCToStatus()Benety Goh2021-10-282-4/+12
* SERVER-60676 Improve robustness when parsing invalid BSONColumn binary or com...Henrik Edin2021-10-285-24/+168
* SERVER-60623 Remove feature flag for Time-series CollectionBenety Goh2021-10-281-5/+0
* Revert "SERVER-60677: Implement parser for Proxy Protocol V1 and V2"Benety Goh2021-10-284-1127/+0
* SERVER-60677: Implement parser for Proxy Protocol V1 and V2Tyler Seip2021-10-274-0/+1127
* SERVER-54909 Report last durable and last applied operation wall times for al...Vesselina Ratcheva2021-10-271-0/+5
* SERVER-58194 Have `ThreadContext` present as cleaning up `OpMsgFuzzerFixture`Amirsaman Memaripour2021-10-271-11/+18
* SERVER-61030 Add 'authenticate' command to the OP_QUERY allowlistDavid Storch2021-10-272-6/+27
* SERVER-60648 Coverity analysis defect 120937: Parse warningSanika Phanse2021-10-271-2/+2
* SERVER-60810 Coverity analysis defect 120994: Parse warningSanika Phanse2021-10-271-1/+1
* SERVER-27598 Added logic to allow limit to duplicate and swap before unwind. ...Matt Boros2021-10-274-16/+270
* SERVER-60992 Correctly set '_lastValueInPrevBlock' after writing a Simple8b b...Henrik Edin2021-10-274-8/+102