summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-63588 ServerParameter: test for redact, remove self-registrationBilly Donahue2022-03-1010-117/+185
* SERVER-63159 Implement the $_internalApplyOplogUpdate aggregation stageDrew Paroski2022-03-106-0/+500
* SERVER-64325 Add server params for global batched deletion defaultsJosef Ahmad2022-03-106-11/+83
* SERVER-63292 Update query analysis and tests for find and count commandsDavis Haupt2022-03-101-0/+7
* SERVER-64093 Support spilling to disk in BoundedSorterDan Larkin-York2022-03-105-73/+571
* SERVER-61678 Avoid copying vectors of split pointsAllison Easton2022-03-102-2/+2
* SERVER-63010 Ensure that unpacking measurements doesn't overwrite pushedown a...James Wahlin2022-03-102-0/+40
* SERVER-63397 Abort all index builds during shard mergeA. Jesse Jiryu Davis2022-03-1014-109/+271
* SERVER-64324 Create moveRange balancer actionPierlauro Sciarelli2022-03-107-59/+154
* SERVER-61678 Make autoSplitVector return `continuation` flagAllison Easton2022-03-1017-111/+132
* SERVER-64343 Integration tests for orphans tracking during upgrade/downgradePierlauro Sciarelli2022-03-103-14/+15
* SERVER-63327 Make the Stale* exception handling uniform in all code pathsKaloian Manassiev2022-03-1018-235/+229
* Import wiredtiger: 5e2e0e9d66e7c02b5643257871280e63be420ab5 from branch mongo...Will Korteland2022-03-102-4/+10
* SERVER-63645 shell - support FLE 2 client-side transformationsShreyas Kalyan2022-03-1010-35/+227
* SERVER-61888 Add shardCollection change streams eventMisha Tyulenev2022-03-104-3/+17
* SERVER-63790 Add note to the _configsvrRunRestore command regarding adding ne...Gregory Wlodarek2022-03-101-0/+1
* SERVER-63790 Allow dropping kConfigsvrRestoreNamespaceGregory Wlodarek2022-03-101-1/+2
* SERVER-62613 Implement _configsvrRunRestore to remove documents in the config...Gregory Wlodarek2022-03-104-0/+283
* SERVER-62457 Fix AutoGetCollectionForReadCommandLock bug wherein a request ca...Dianna Hohensee2022-03-093-13/+105
* SERVER-62260 setClusterParameter IDL onlyAdam Rayner2022-03-092-0/+55
* SERVER-60754: Ensure primaries write multikey paths in timestamp order.Daniel Gottlieb2022-03-093-117/+157
* SERVER-63456 Evaluate WriteBlockBypass in the op observerGabriel Marks2022-03-093-5/+8
* SERVER-64195 Provide user-facing `moveRange` commandPierlauro Sciarelli2022-03-096-22/+331
* SERVER-62675 Test that $lookup gets pushed down after multiplanningMihai Andrei2022-03-095-164/+370
* SERVER-63090 Recipient garbarge collects itself on primary step upmathisbessamdb2022-03-098-7/+232
* SERVER-63444 Make retryable findAndModify executed in internal transactions r...Cheahuychou Mao2022-03-0919-609/+340
* SERVER-63531 Prevent all buildIndexes:false nodes from being included in comm...Louis Williams2022-03-091-9/+8
* SERVER-64304 Prevent a server crash due to index builds started when using th...Gregory Wlodarek2022-03-096-6/+21
* SERVER-63772 Copy important fields to the outgoing and remote cursor response...Jennifer Peshansky2022-03-091-7/+12
* SERVER-63715 Add support for FLE 2 update in MongoSMark Benvenuto2022-03-097-113/+1229
* SERVER-64040 Add encryptionInformation to findAndModify IDLNicholas Zolnierz2022-03-091-0/+5
* SERVER-63519 Extend RecoverableCriticalSectionService to accommodate global u...Jordi Serra Torrens2022-03-0913-17/+738
* SERVER-64057 Implement a scoped object for setting the expected shard/databas...Kaloian Manassiev2022-03-0924-446/+558
* Import wiredtiger: 936758c1cf25fdcb8adc24ad8a4ff73dfe4bbab0 from branch mongo...Luke Chen2022-03-094-9/+6
* Import wiredtiger: ae0da28deadb51fb36d382ee1416834942e94b18 from branch mongo...Luke Chen2022-03-095-1/+98
* SERVER-64337 Fixed a compilation issue with some builders due to a missing ma...Mohammad Dashti2022-03-091-0/+4
* SERVER-51850 Move backup and restore architecture guide to the enterprise rep...Gregory Wlodarek2022-03-091-142/+1
* SERVER-63382 implement AES-CTR-HMAC-SHA-256-AEAD algorithmssergey.galtsev2022-03-095-30/+464
* SERVER-61008 Replace instance of MOZ_CRASH with MOZ_ASSERT_UNREACHABLEJustin Seyster2022-03-092-2/+2
* Revert "SERVER-63519 Extend RecoverableCriticalSectionService to accommodate ...auto-revert-processor2022-03-0913-738/+17
* SERVER-64314 Temporary disable caching of single solution plansAnton Korshunov2022-03-082-5/+7
* SERVER-64251 Enable featureFlagDocumentSourceListCatalog by defaultBenety Goh2022-03-081-1/+2
* SERVER-63283 Add query knob to guard HJ plans for $lookupEric Cox2022-03-082-1/+11
* SERVER-64117 Ban $lookup pushdown when the left side is shardedMihai Andrei2022-03-081-21/+19
* SERVER-62595 Migrate logv2 README to docs/logging.md and update referencesAlexander Golin2022-03-082-793/+2
* SERVER-64165 Create Feature Flag for DatabaseRenameDuringRestoreMatt Kneiser2022-03-081-0/+4
* SERVER-64298 Added some safety checks for failed JS constructor callsMohammad Dashti2022-03-081-8/+3
* SERVER-63124 Add support for pushing filters into column index scanCharlie Swanson2022-03-088-42/+1002
* SERVER-61333 ban snapshot read distinct cmd of sharded coll on mongod, not mo...Kyle Suarez2022-03-082-8/+8
* SERVER-64264 MigrationId should not be optional in the range deleterAllison Easton2022-03-088-24/+28