summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-66783 Explain improvement add triggering rules to memoMatt Boros2022-08-2919-115/+371
* Revert "SERVER-69175 transport::SocketOption class template"Uladzimir Makouski2022-08-292-92/+10
* SERVER-68475 only use custom configure check with gcc and clang.Daniel Moody2022-08-291-1/+2
* SERVER-68215 add MongoDSessionCatalogTransactionInterface::makeSessionWorkerF...Benety Goh2022-08-294-17/+40
* SERVER-69187 Use a no-op buffer to avoid allocating memory when checking for ...Yuhong Zhang2022-08-293-23/+29
* SERVER-69021 Use traverseF() for $size in "sbe_stage_builder_filter.cpp"Drew Paroski2022-08-291-66/+22
* SERVER-68477 TTLMonitor fixes NaN expireAfterSeconds on TTL indexes during st...Benety Goh2022-08-293-1/+102
* SERVER-66972 Database critical section does not serialize with ongoing refreshesAntonio Fuschetto2022-08-2910-76/+323
* SERVER-68215 add MongoDSessionCatalogTransactionInterface::refreshLocksForPre...Benety Goh2022-08-294-11/+26
* SERVER-68826 Move logical_time into server_baseKaloian Manassiev2022-08-2959-476/+293
* SERVER-69108 SCCL can immediately return config and admin metadata without tr...Antonio Fuschetto2022-08-294-5/+54
* SERVER-68541 Concurrent removeShard and movePrimary may delete unsharded coll...Antonio Fuschetto2022-08-298-64/+299
* SERVER-67102 Complete the removal of unnecessary string copies in MetricsColl...Alberto Massari2022-08-292-6/+6
* Import wiredtiger: fbae1a2989c947f4f8d17ac433e93edf85251900 from branch mongo...Luke Chen2022-08-294-15/+35
* Import wiredtiger: 84ea010e09c6079b2d6d98d7b1ab97075115e70a from branch mongo...Luke Chen2022-08-292-2/+2
* Import wiredtiger: d619c325f86cd59ee25d4bcf43b738afcf7bfdf9 from branch mongo...Luke Chen2022-08-2924-356/+1234
* Import wiredtiger: 478f5550817985718478ac04f3295e88440f8c3e from branch mongo...Luke Chen2022-08-293-2/+154
* SERVER-68477 remove epoch restriction on ttl indexesBenety Goh2022-08-296-31/+55
* SERVER-68215 add MongoDSessionCatalogTransactionInterface::beginOrContinueTra...Benety Goh2022-08-294-3/+20
* Import wiredtiger: f0a6a61bfcd2f4a6ab670a59d603a69f59e54906 from branch mongo...Etienne Petrel2022-08-285-133/+339
* Import wiredtiger: c4ff543d29fb4d02ba62f4349652477f46eb7b6f from branch mongo...Etienne Petrel2022-08-282-4/+3
* Import wiredtiger: f45ebf82dba6e0d88edccb6c3047a717669b4562 from branch mongo...Etienne Petrel2022-08-284-5/+227
* SERVER-68477 listIndexes repairs TTL indexes with NaN expireAfterSecondsBenety Goh2022-08-284-3/+57
* SERVER-68215 add MongoDSessionCatalogTransactionInterface::isTransactionPrepa...Benety Goh2022-08-285-9/+38
* SERVER-68477 TTL monitor skips indexes with NaN expireAfterSecondsBenety Goh2022-08-272-6/+54
* SERVER-68215 add MongoDSessionCatalogTransactionInterface::refreshTransaction...Benety Goh2022-08-275-17/+46
* SERVER-68965 Improvements to indexing in the presence of nested subfeldsSvilen Mihaylov2022-08-2753-930/+1215
* SERVER-68563 Re-enable query tests that are currently marked temporarily disa...Misha Tyulenev2022-08-262-2/+2
* SERVER-68787 Note why for loop is making a copy in commentKevin Cherkauer2022-08-261-1/+2
* SERVER-62300 Add support for Ubuntu 22.04 x86t.ward2022-08-265-0/+144
* SERVER-69175 transport::SocketOption class templateBilly Donahue2022-08-262-10/+92
* SERVER-69154 fix clang tidy issue static_cast(bug BF-26203 is depend on)Juan Gu2022-08-263-16/+132
* SERVER-68475 use debug-types-section to reduce debug infoDaniel Moody2022-08-264-106/+98
* SERVER-68766 add server parameter to enable single value reduce optimizationDavis Haupt2022-08-266-0/+129
* SERVER-69158 Donor waits for majority no-op write on recipient primaryMatt Broadstone2022-08-262-38/+94
* SERVER-68477 add startup warning for TTL indexes with NaN 'expireAfterSeconds'Benety Goh2022-08-262-0/+60
* SERVER-68215 add MongoDSessionCatalogTransactionInterface::abortTransaction()Benety Goh2022-08-264-11/+25
* SERVER-66150: Share writer pool and client connection for file importChristopher Caplinger2022-08-265-76/+180
* SERVER-67545 only refresh mayBypassWriteBlockingMode when auth is enabledAdam Rayner2022-08-261-2/+3
* SERVER-67133 Reenable debug mode and run it once a weekAlexander Neben2022-08-261-1/+2
* SERVER-67908 Re-enable tests failing due to changing latest release to 6.0Alya Berciu2022-08-262-15/+29
* SERVER-69135 Bring back the kCheckpoint ReadSource on the RecoveryUnitYuhong Zhang2022-08-267-5/+169
* SERVER-69103 Always use the classic engine on the inner side of DocumentSourc...David Storch2022-08-263-2/+5
* SERVER-69140: Support hidden indexes in cqfHana Pearlman2022-08-263-4/+37
* SERVER-68854 Refactor SchedulingTicketHolder queueing logicJordi Olivares Provencio2022-08-263-56/+34
* Revert "SERVER-69154 Enable a few more non-bug clang-tidy checks"Alexander Neben2022-08-261-123/+1
* SERVER-68826 Move basic_types into server_baseKaloian Manassiev2022-08-26323-448/+358
* SERVER-68003 Make experiment_unified_ninja.vars the defaultTausif Rahman2022-08-266-24/+156
* SERVER-68477 add TTLMonitor::onStepUp()Benety Goh2022-08-263-0/+44
* SERVER-68215 add MongoDSessionCatalogTransactionInterface::makeParentSessionW...Benety Goh2022-08-264-52/+96