summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* 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-69388 Have IDL command constructor to init its database name field wit...Sophia Tan2022-09-091-22/+46
* SERVER-67757 FLE2 Range Query: implement deleteShreyas Kalyan2022-09-093-75/+190
* 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-67855 Throw on invalid delta in BSON Column encodingGregory Noma2022-09-082-0/+64
* SERVER-69522 Fix ambiguity when using DecimalCounter in libfmtHenrik Edin2022-09-081-1/+1
* SERVER-69430 mongobridge: fix local static PseudoRandom used after destructionBilly Donahue2022-09-081-2/+3
* 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-68887 stringop-overread issue Can not build on the Ubuntu 22.04 LTSUbuntu2022-09-081-6/+15
* SERVER-69469 Retain minimal information when archiving a bucketDan Larkin-York2022-09-083-9/+11
* SERVER-68581 Benchmark for PriorityTicketHolderLeonardo Menti2022-09-081-0/+3
* SERVER-67246 Remove size multiple restriction on capped collectionsLeonardo Menti2022-09-084-2/+55
* SERVER-67893 Add _shardsvrDropGlobalIndex commandYu Jin Kang Park2022-09-0828-21/+291
* SERVER-67891 New design with $lookupPol Pinol Castuera2022-09-0811-26/+451
* SERVER-69427 ServiceEntryPointImpl::startSession uses shared pointer instead ...Alex Li2022-09-081-4/+4
* 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-0821-175/+130
* 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-0811-589/+3
* SERVER-68528 Explain shared_mutex in SchedulingTicketHolderJordi Olivares Provencio2022-09-081-0/+12
* SERVER-56946 Use timeseries::getMaxSpanSecondsFromGranularity instead of hard...Ivan Fefer2022-09-081-1/+2
* SERVER-69482 Make EvalStage less error-proneDrew Paroski2022-09-0810-129/+153
* SERVER-69406 Place an InterruptibleLockGuard in the find cmd path because it ...Dianna Hohensee2022-09-072-0/+26
* SERVER-69054 Parameterize set_read_preference_secondary.js read preferenceVesselina Ratcheva2022-09-071-0/+1
* SERVER-69364 Shard Merge should only run in read preference primarymathisbessamdb2022-09-073-0/+15
* SERVER-67755 fle2 range - implement insertSergey Galtsev2022-09-0711-124/+209
* SERVER-69363 Ident reaper to handle failed ident dropsGregory Wlodarek2022-09-077-182/+32
* SERVER-69494 Fix chunk resizing upon downgrade between 6.x versionsPierlauro Sciarelli2022-09-071-12/+17
* SERVER-62720 Implement checkIfConflictsWithOtherInstances for ReshardingCoord...Abdul Qadeer2022-09-079-63/+291
* SERVER-64730 Interrupt ongoing refreshes after entering into the critical sec...Sergi Mateo Bellido2022-09-074-7/+17
* SERVER-69249 Allow inserting into reopened compressed bucketsDan Larkin-York2022-09-077-16/+211
* SERVER-69211 Fixed unneeded copyWarren James2022-09-071-1/+1