summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-69555 Range deletions must always be referred by `collUuid+range` rath...Pierlauro Sciarelli2022-09-1214-128/+147
* Import wiredtiger: 3fda6997fa73855095f3a517c1f5def9c2435a04 from branch mongo...Luke Chen2022-09-127-226/+267
* Import wiredtiger: 5d5e6c936b4325283c510597068c329ba0d299b3 from branch mongo...Luke Chen2022-09-122-2/+13
* SERVER-69207 Coverity fix use after moveSergi Mateo Bellido2022-09-121-1/+1
* SERVER-69227 Reenable shard split performance test with improvementsMatt Broadstone2022-09-123-48/+53
* 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-1028-131/+445
* SERVER-50025 Rename index.md to README.mdBilly Donahue2022-09-101-1/+1
* 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-109-289/+63
* Revert "SERVER-69505 Allow `InterruptedAtShutdown` during index build cleanup"auto-revert-processor2022-09-101-3/+1
* SERVER-68160 Add note to building.md to consider using -j parameter for build...kelly-cs2022-09-091-0/+4
* 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-0923-236/+540
* SERVER-69571 Skip running background validation tests on in-memory test variantsYuhong Zhang2022-09-091-1/+1
* SERVER-69388 Have IDL command constructor to init its database name field wit...Sophia Tan2022-09-092-24/+48
* 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-099-89/+254
* SERVER-69549 Tag columnstore index tests with require_fcv_62Irina Yatsenko2022-09-096-10/+12
* 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-57699 Move command_let_variables_merge_only to core jstestsAlexander Ignatyev2022-09-091-4/+9
* 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-096-23/+81
* SERVER-69527 add gating logic to fle2 range testsSergey Galtsev2022-09-095-4/+13
* SERVER-69524 Fix jstest running secondary read preference for shard mergemathisbessamdb2022-09-082-0/+13
* 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-089-9/+10
* SERVER-69378 Move js tests for analyze shard key into jstests/analyze_shard_keyCheahuychou Mao2022-09-084-158/+198
* 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-084-16/+19
* SERVER-69482 Fix "group_pushdown.js" testDrew Paroski2022-09-081-1/+1
* SERVER-68581 Benchmark for PriorityTicketHolderLeonardo Menti2022-09-081-0/+3
* SERVER-67246 Remove size multiple restriction on capped collectionsLeonardo Menti2022-09-088-11/+133
* SERVER-67893 Add _shardsvrDropGlobalIndex commandYu Jin Kang Park2022-09-0835-98/+454