summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-67892 Add _shardsvrCreateGlobalIndex commandJosef Ahmad2022-08-3032-0/+446
| | | | Co-authored-by: Yu Jin Kang Park <yujin.kang@mongodb.com>
* SERVER-69180 Split and Merge commands need to refresh filtering metadata ↵Allison Easton2022-08-302-0/+3
| | | | before checking preconditions
* SERVER-68745 implement stats histogram parsing from BSONMisha Tyulenev2022-08-305-0/+417
|
* SERVER-68477 createIndexes overwrites NaN expireAfterSeconds before starting ↵Benety Goh2022-08-302-0/+29
| | | | index build
* SERVER-66699 Add statistics about bucket state management to serverStatusDan Larkin-York2022-08-292-0/+31
|
* SERVER-67780 Incorrect $group rewrite for timeseries collection when the ↵Svilen Mihaylov2022-08-292-52/+73
| | | | accumulator uses meta field
* 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 ↵Antonio Fuschetto2022-08-292-8/+4
| | | | collections
* 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
| | | | This reverts commit a52ef30f9b84fa7b77a85e8bd14f6e54721b9085.
* SERVER-68215 add ↵Benety Goh2022-08-294-17/+40
| | | | MongoDSessionCatalogTransactionInterface::makeSessionWorkerFnForStepUp()
* SERVER-69187 Use a no-op buffer to avoid allocating memory when checking for ↵Yuhong Zhang2022-08-293-23/+29
| | | | invalid UTF-8 characters
* 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 ↵Benety Goh2022-08-292-1/+78
| | | | step up
* SERVER-66972 Database critical section does not serialize with ongoing refreshesAntonio Fuschetto2022-08-2910-76/+323
|
* SERVER-68215 add ↵Benety Goh2022-08-294-11/+26
| | | | MongoDSessionCatalogTransactionInterface::refreshLocksForPreparedTransaction()
* SERVER-68826 Move logical_time into server_baseKaloian Manassiev2022-08-2958-472/+289
|
* SERVER-69108 SCCL can immediately return config and admin metadata without ↵Antonio Fuschetto2022-08-293-0/+54
| | | | triggering a refresh
* SERVER-68541 Concurrent removeShard and movePrimary may delete unsharded ↵Antonio Fuschetto2022-08-297-64/+298
| | | | collections
* SERVER-67102 Complete the removal of unnecessary string copies in ↵Alberto Massari2022-08-292-6/+6
| | | | MetricsCollector
* SERVER-68477 remove epoch restriction on ttl indexesBenety Goh2022-08-294-19/+48
|
* SERVER-68215 add ↵Benety Goh2022-08-294-3/+20
| | | | MongoDSessionCatalogTransactionInterface::beginOrContinueTransactionUnconditionally()
* SERVER-68477 listIndexes repairs TTL indexes with NaN expireAfterSecondsBenety Goh2022-08-283-3/+33
|
* SERVER-68215 add ↵Benety Goh2022-08-285-9/+38
| | | | MongoDSessionCatalogTransactionInterface::isTransactionPrepared() and isTransactionInProgress()
* SERVER-68477 TTL monitor skips indexes with NaN expireAfterSecondsBenety Goh2022-08-271-6/+9
| | | | (cherry-picked from commit 14c07b53186ee88497abd0ba492d2d9157891718)
* SERVER-68215 add ↵Benety Goh2022-08-275-17/+46
| | | | MongoDSessionCatalogTransactionInterface::refreshTransactionFromStorageIfNeeded()
* 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
| | | | (partially cherry-picked from commit abdedd367e2f331816354563f8ae95f6bb35c51d)
* 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 ↵David Storch2022-08-263-2/+5
| | | | DocumentSourceLookup or $graphLookup
* 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 ↵Benety Goh2022-08-264-52/+96
| | | | MongoDSessionCatalogTransactionInterface::makeParentSessionWorkerFnForReap() and makeChildSessionWorkerFnForReap()
* SERVER-68477 include 'expireAfterSeconds' type information when registering ↵Benety Goh2022-08-269-41/+158
| | | | TTL indexes with the TTLCollectionCache
* SERVER-68215 add ↵Benety Goh2022-08-264-9/+33
| | | | MongoDSessionCatalogTransactionInterface::invalidateSessionToKill()