summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* 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
* 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
* SERVER-63466 Fail shardCollection if an indexed encrypted field is used as a ...Erwin Pe2022-03-0815-17/+260
* SERVER-63295 Add tests for server-side rewrite for queries with dotted pathsNicholas Zolnierz2022-03-088-27/+100
* SERVER-63417 Refactor shouldChangeSyncSource and improve tests for it in topl...Matthew Russotto2022-03-083-28/+250
* Revert "SERVER-63417 Refactor shouldChangeSyncSource and improve tests for it...Matthew Russotto2022-03-083-250/+28
* SERVER-63336 Update `numOrphanDocs` upon batch deletionsAllison Easton2022-03-084-41/+122
* SERVER-63531 Correct error to indicate that non-voting members can be include...Louis Williams2022-03-083-5/+5
* SERVER-62949 Add operators to support ASSERT_EQ for FieldAvailability and Pro...Romans Kasperovics2022-03-082-68/+137
* SERVER-63519 Extend RecoverableCriticalSectionService to accommodate global u...Jordi Serra Torrens2022-03-0813-17/+738
* SERVER-63417 Refactor shouldChangeSyncSource and improve tests for it in topl...Matthew Russotto2022-03-083-28/+250
* SERVER-63449 Add HashJoin query knobsYoonsoo Kim2022-03-084-8/+59