summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* return something after tassertDavis Haupt2022-06-211-0/+1
* typosDavis Haupt2022-06-211-2/+2
* remove old commentsDavis Haupt2022-06-211-6/+0
* added tests and documentationDavis Haupt2022-06-213-0/+78
* fix lintDavis Haupt2022-06-211-1/+2
* documentationDavis Haupt2022-06-211-10/+22
* first pass at left associative optimizationDavis Haupt2022-06-216-69/+87
* disable constant foldingDavis Haupt2022-06-211-4/+4
* SERVER-65711 Fixed typo in database_test.cppMariano Shaar2022-06-211-2/+2
* SERVER-67338 Fix ownership of HashAggStage key in SBEEric Cox2022-06-211-17/+10
* SERVER-32863 Add named month placeholder to $dateFromString formatNaomie Gao2022-06-211-0/+3
* SERVER-65529 Validate 2dsphere indexed levels index specs as numbers instead ...David Wang2022-06-212-3/+40
* SERVER-67376: 32 bit integer overflow in Value{} creationMatt Boros2022-06-211-1/+3
* SERVER-67400 Introduce a CollectionPlacement component of the collection versionKaloian Manassiev2022-06-2130-268/+202
* SERVER-67401 Remove unused parameter in `writePidFile`Gregory Noma2022-06-214-4/+4
* SERVER-67126 Don't invoke LOGV2 in printStackTrace(ostream)Gabriel Marks2022-06-211-1/+2
* SERVER-66358 Add the "Internal Sessions" section to the sharding architecture...Sanika Phanse2022-06-211-2/+10
* SERVER-67092 Delete 'featureFlagSBEGroupPushdown' and 'featureFlagSBELookupPu...Mihai Andrei2022-06-214-36/+5
* SERVER-67381 Fix lowering of IndexScanSvilen Mihaylov2022-06-211-2/+13
* SERVER-65796: convert activeIndexBuilds gauge metrics to indexBuilds counter ...Yu Jin Kang Park2022-06-213-17/+18
* Import wiredtiger: 2666d037c9ebfc84db2c739dfc10dab0e28b3e02 from branch mongo...Etienne Petrel2022-06-202-1/+7
* Import wiredtiger: 069fb7b70440d2b4d8c815105ec0cd3b08cde6cf from branch mongo...Etienne Petrel2022-06-204-199/+229
* SERVER-65733: remove SNMP moduleAdam Rayner2022-06-209-176/+1
* SERVER-66869 Get rid of the multi DB locking capabilityKaloian Manassiev2022-06-2032-350/+79
* SERVER-64717 Ensure the ShardRegistry always read with majority write concern...Marcos José Grillo Ramirez2022-06-204-39/+3
* SERVER-67346 Disable autosplit on config.system.sessions when upgrading the c...Paolo Polato2022-06-202-3/+5
* Import wiredtiger: 934316b9762ac6bc760cca32df3f9a15937d8829 from branch mongo...Luke Chen2022-06-202-2/+14
* Import wiredtiger: f8fca788e9099b5cf9ddace29b499d8f33ae4dd2 from branch mongo...Luke Chen2022-06-204-10/+9
* Import wiredtiger: 6942de44633e8b5acb4b17ae165f58adfc569b0d from branch mongo...Luke Chen2022-06-202-4/+3
* SERVER-65982 Change NamespaceStringOrUUID::dbnameWithTenant() to dbName()Fernando Lisboa2022-06-171-1/+3
* SERVER-67295 remove ServiceStateMachine _state enumBilly Donahue2022-06-171-49/+4
* SERVER-67357 deflake test and add better diagnosticsAndrew Shuvalov2022-06-173-2/+10
* SERVER-66662 Block insertion into __safeContent__Shreyas Kalyan2022-06-1717-78/+306
* SERVER-66663 Raise default contention factor for equality indexes to 4Mark Benvenuto2022-06-171-1/+1
* SERVER-62683: Client Metadata Information Should Show Pid In Testing ModeErin McNulty2022-06-172-5/+9
* SERVER-38689 TempDirs inside DEATH_TESTs don't get cleaned upVojislav Stojkovic2022-06-177-58/+47
* SERVER-67251 strictly bind SSM::Impl lifetime to its SSMBilly Donahue2022-06-173-18/+36
* SERVER-67342 Tenant migration oplog buffer should be started by holding the R...Suganthi Mani2022-06-171-3/+16
* SERVER-60773 Uassert DDL participant commands are ran as a retryable writeJordi Serra Torrens2022-06-176-92/+66
* SERVER-66418 fix bug in projection created during dependency analysisSteve Tarzia2022-06-174-36/+140
* SERVER-65530 Get rid of ChunkVersion::parse/serialiseMajorMinorVersionOnlyKaloian Manassiev2022-06-178-72/+32
* Import wiredtiger: cd83c1ce55d4c46bce5a16b56ed84c66ca340da9 from branch mongo...Clarisse Cheah2022-06-173-73/+96
* Import wiredtiger: ba538eb02c89962857915aa020c26db78ca6441a from branch mongo...Clarisse Cheah2022-06-173-9/+11
* Import wiredtiger: c4ed70e9ecc3b5090f882010d3cc6984c517a176 from branch mongo...Clarisse Cheah2022-06-172-2/+8
* SERVER-67316 LDAP CNAME resolution truncates CNAME incorrectlyMark Benvenuto2022-06-171-1/+1
* SERVER-66932 Unify recoverable DDL coordinators codeTommaso Tocci2022-06-1721-595/+278
* SERVER-67283 Remove deprecated PerCollBalancingSettings feature flagTommaso Tocci2022-06-172-12/+0
* SERVER-67195 Allow users to disable bindata 6 redactionErwin Pe2022-06-172-0/+2
* SERVER-67218 remove SSM::onCleanupHook by changing ServiceEntryPointImpl SSML...Billy Donahue2022-06-1711-267/+299
* SERVER-62025 Only use CQF path for eligible queries and fallback to classic o...Nicholas Zolnierz2022-06-1612-17/+817