summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-67638 [CQF] Error when projection has >10k fieldsSvilen Mihaylov2022-08-295-44/+62
* SERVER-69197 Clear lastCommitted and currentCommitted on splitMatt Broadstone2022-08-2915-155/+123
* SERVER-68215 move MongoDSessionCatalog into its own libraryBenety Goh2022-08-297-2/+49
* SERVER-69226 [CQF] Restore check for active rewritesSvilen Mihaylov2022-08-292-5/+7
* SERVER-69146 Mark 'loadBalanced' and 'serviceId' fields with 'stability:stable'Vesselina Ratcheva2022-08-291-2/+2
* SERVER-66845: Comment and polish ABT operator typesHana Pearlman2022-08-298-211/+331
* SERVER-68541 Concurrent removeShard and movePrimary may delete unsharded coll...Antonio Fuschetto2022-08-292-8/+4
* 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-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-292-1/+78
* 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-2958-472/+289
* SERVER-69108 SCCL can immediately return config and admin metadata without tr...Antonio Fuschetto2022-08-293-0/+54
* SERVER-68541 Concurrent removeShard and movePrimary may delete unsharded coll...Antonio Fuschetto2022-08-297-64/+298
* SERVER-67102 Complete the removal of unnecessary string copies in MetricsColl...Alberto Massari2022-08-292-6/+6
* SERVER-68477 remove epoch restriction on ttl indexesBenety Goh2022-08-294-19/+48
* SERVER-68215 add MongoDSessionCatalogTransactionInterface::beginOrContinueTra...Benety Goh2022-08-294-3/+20
* SERVER-68477 listIndexes repairs TTL indexes with NaN expireAfterSecondsBenety Goh2022-08-283-3/+33
* SERVER-68215 add MongoDSessionCatalogTransactionInterface::isTransactionPrepa...Benety Goh2022-08-285-9/+38
* SERVER-68477 TTL monitor skips indexes with NaN expireAfterSecondsBenety Goh2022-08-271-6/+9
* SERVER-68215 add MongoDSessionCatalogTransactionInterface::refreshTransaction...Benety Goh2022-08-275-17/+46
* SERVER-68965 Improvements to indexing in the presence of nested subfeldsSvilen Mihaylov2022-08-2724-798/+1009
* SERVER-68787 Note why for loop is making a copy in commentKevin Cherkauer2022-08-261-1/+2
* 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-262-15/+9
* SERVER-68766 add server parameter to enable single value reduce optimizationDavis Haupt2022-08-264-0/+82
* 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-261-0/+14
* 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-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-262-4/+14
* SERVER-68854 Refactor SchedulingTicketHolder queueing logicJordi Olivares Provencio2022-08-263-56/+34
* SERVER-68826 Move basic_types into server_baseKaloian Manassiev2022-08-26309-433/+337
* SERVER-68477 add TTLMonitor::onStepUp()Benety Goh2022-08-263-0/+44
* SERVER-68215 add MongoDSessionCatalogTransactionInterface::makeParentSessionW...Benety Goh2022-08-264-52/+96
* SERVER-68477 include 'expireAfterSeconds' type information when registering T...Benety Goh2022-08-269-41/+158
* SERVER-68215 add MongoDSessionCatalogTransactionInterface::invalidateSessionT...Benety Goh2022-08-264-9/+33
* Revert "SERVER-67780 Incorrect $group rewrite for timeseries collection when ...liubov.molchanova2022-08-262-73/+52
* SERVER-68891 StaleConfigInfo should use shard versionAllison Easton2022-08-2632-155/+173
* SERVER-69066 Clean up validation code for time-series collectionsYuhong Zhang2022-08-261-148/+267
* SERVER-68925 Reintroduce check table logging settings at startupGregory Wlodarek2022-08-254-182/+4
* SERVER-62407 Translate find queries directly to ABTBen Shteinfeld2022-08-2525-373/+890
* SERVER-66854 Prevent step-up ops from being killed by killSessions commandsVesselina Ratcheva2022-08-254-10/+65