summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-69055: Update stale comments regarding minValidLingzhi Deng2022-09-121-5/+0
* SERVER-69593 Allow `InterruptedAtShutdown` in oplog cap maintainerGregory Noma2022-09-121-0/+3
* SERVER-68348 Asynchronously register tasks on the range deleter service on st...Pierlauro Sciarelli2022-09-124-13/+169
* SERVER-60753 Skip removing index build entries explicitly from 'config.system...Gregory Wlodarek2022-09-121-2/+3
* SERVER-69505 Allow `InterruptedAtShutdown` during index build cleanupGregory Noma2022-09-121-1/+3
* SERVER-69058 Move downgrade check for collections with encrypted fields outsi...Mark Benvenuto2022-09-121-12/+11
* SERVER-69352 Rename GlobalIndexUsageTracker -> AggregatedIndexUsageTrackerJosef Ahmad2022-09-127-110/+113
* SERVER-69587 Shutdown/join range deleter service executor upon mongod shutdownPierlauro Sciarelli2022-09-123-1/+17
* SERVER-68234 Enforce fillLockerInfo() resource type index boundsHaley Connelly2022-09-121-1/+21
* SERVER-68249 Add required privileges on the $_internalAllCollectionStats aggr...Pol Pinol Castuera2022-09-127-17/+41
* SERVER-67004 Add idxEntry to debug output of EqLookupNodeIvan Fefer2022-09-121-0/+6
* SERVER-69555 Range deletions must always be referred by `collUuid+range` rath...Pierlauro Sciarelli2022-09-1214-128/+147
* SERVER-69227 Reenable shard split performance test with improvementsMatt Broadstone2022-09-121-23/+0
* SERVER-68968 Avioded unnecessary copying slot valuesMohammad Dashti2022-09-112-8/+4
* SERVER-69434 Make the DSS acquisition a RAIIKaloian Manassiev2022-09-1123-282/+223
* SERVER-69102 [CQF] Allow SBE plans which require an output RecordId slotSvilen Mihaylov2022-09-1027-131/+412
* Revert "SERVER-68348 Asynchronously register tasks on the range deleter servi...Max Hirschhorn2022-09-103-142/+9
* Revert "SERVER-69552 Handle range deleter service `onStepDown` race conditions"Max Hirschhorn2022-09-102-14/+3
* Revert "SERVER-62720 Implement checkIfConflictsWithOtherInstances for Reshard...Abdul Qadeer2022-09-105-165/+62
* Revert "SERVER-69505 Allow `InterruptedAtShutdown` during index build cleanup"auto-revert-processor2022-09-101-3/+1
* SERVER-62393 Apply CRUD ops using correct tenant namespace during oplog appli...Hugh Tong2022-09-096-27/+205
* SERVER-68187: change DatabaseName::equalCaseInsensitive to compare tenantId a...Adityavardhan Agrawal2022-09-091-1/+1
* SERVER-69023 [CQF] Convert PathArr to IntervalSvilen Mihaylov2022-09-0921-231/+531
* SERVER-67757 FLE2 Range Query: implement deleteShreyas Kalyan2022-09-092-74/+188
* SERVER-69560 TransactionParticipant::retrieveCompletedTransactionOperations()...Benety Goh2022-09-094-37/+39
* SERVER-64123 Re-enable support for ElemMatchValueMatchExpressions in SBEDrew Paroski2022-09-098-88/+243
* SERVER-69481 add unit test executable for db/transactionBenety Goh2022-09-092-11/+28
* SERVER-69556 Replace std::bind by lambda in cascades/implementers.cppAlexander Ignatyev2022-09-091-17/+28
* Revert "SERVER-68340 Update SetClusterParameterCoordinator to be tenant-aware"Gabriel Marks2022-09-096-143/+6
* SERVER-68706 Global Index Cloner should wait for abort/commit from coordinatorRandolph Tan2022-09-0910-437/+405
* SERVER-68450 Update transaction links in architecture guidesShin Yee Tan2022-09-093-4/+4
* SERVER-69505 Allow `InterruptedAtShutdown` during index build cleanupGregory Noma2022-09-091-1/+3
* SERVER-57353 Remove writeConflictRetry from listIndexesLeonardo Menti2022-09-091-70/+68
* SERVER-69553 Add a way to retrieve the total number tasks registered on the r...Pierlauro Sciarelli2022-09-093-0/+35
* SERVER-69360 Remove small field optimizationJordi Olivares Provencio2022-09-091-9/+0
* SERVER-69504 Leave index build phase intact upon exception during collection ...Gregory Noma2022-09-091-6/+0
* SERVER-69552 Handle range deleter service `onStepDown` race conditionsPierlauro Sciarelli2022-09-092-3/+14
* SERVER-69465 Accept same specs for $_internalAllCollectionStats as $collStatsPol Pinol Castuera2022-09-095-17/+72
* SERVER-65124 Enable feature flag for the extended validate commandYuhong Zhang2022-09-081-1/+2
* SERVER-69529 TransactionParticipant::_resetTransactionStateAndUnlock() clears...Benety Goh2022-09-081-0/+1
* SERVER-69469 Retain minimal information when archiving a bucketDan Larkin-York2022-09-083-9/+11
* SERVER-67246 Remove size multiple restriction on capped collectionsLeonardo Menti2022-09-084-2/+55
* SERVER-67893 Add _shardsvrDropGlobalIndex commandYu Jin Kang Park2022-09-0826-21/+277
* SERVER-67891 New design with $lookupPol Pinol Castuera2022-09-0811-26/+451
* SERVER-67766 Log index and collection successful dropLeonardo Menti2022-09-081-0/+4
* SERVER-69512 Drop 'const' qualifier from return type of ProjectEval::hasSlot()Mindaugas Malinauskas2022-09-081-1/+1
* SERVER-69483 Merge db_raii and catalog_raii into shard_roleKaloian Manassiev2022-09-0820-174/+129
* SERVER-68203 Ensure change collection is only accessed by root like usersDenis Grebennicov2022-09-081-0/+8
* SERVER-69215 Improve AccumulatorTopBottomN() constructorIvan Fefer2022-09-081-5/+5
* SERVER-69284 Remove FifoTicketHolder and StochasticTicketHolderHaley Connelly2022-09-087-167/+0