summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-55163 Add runtime-configurable setParameter for turning SBE on and offJenny Peshansky2021-05-078-55/+135
* SERVER-47603 Rewrite db.currentOp() shell helper in terms of $currentOp aggre...Katherine Wu2021-05-072-2/+75
* SERVER-56743 Reintroduce validation for no $-prefixed fields in _idAlya Berciu2021-05-071-2/+1
* Revert "SERVER-56513 fix IndexDescriptor::isIdIndexPattern() to handle out of...Benety Goh2021-05-071-15/+7
* Revert "SERVER-55689 Remove verify_versions.js dependency in replsettest.js"Sviatlana Zuiko2021-05-071-4/+2
* SERVER-55788 Deprecate legacy wire protocol opcodesPavi Vetriselvan2021-05-078-4/+195
* SERVER-55614 getMore accepts API version paramsA. Jesse Jiryu Davis2021-05-076-28/+35
* SERVER-56338 Make resharding CRUD and session application concurrent.Max Hirschhorn2021-05-0710-74/+66
* SERVER-56738 Create template classes for resharding unittest helpersHaley Connelly2021-05-064-102/+278
* SERVER-56676 TTLMonitor handles NaN/out of range values when extracting expir...Benety Goh2021-05-061-1/+1
* SERVER-56658 Use the cleanup executor to fulfill resharding donor machine com...Blake Oler2021-05-063-23/+48
* SERVER-55689 Remove verify_versions.js dependency in replsettest.jsAli Mir2021-05-061-2/+4
* SERVER-56686 Don't return tenant migration details to users in errorsJack Mulrow2021-05-062-29/+19
* SERVER-56513 fix IndexDescriptor::isIdIndexPattern() to handle out of bounds ...Benety Goh2021-05-061-7/+15
* SERVER-56527: Tenant migration recipient should ignore createIndex on non-emp...Lingzhi Deng2021-05-061-0/+23
* SERVER-54583 Relax implementation of getDatabaseWithRefresh/getCollectionRout...Sergi Mateo Bellido2021-05-062-10/+12
* SERVER-56239 Remove strict:true from DatabaseVersionBase IDL type definitionSimon Graetzer2021-05-061-1/+1
* SERVER-56513 remove KeyPattern::isIdKeyPattern()Benety Goh2021-05-063-17/+1
* SERVER-50523 Support opening single-collection change stream on a system coll...Mindaugas Malinauskas2021-05-064-3/+56
* SERVER-53777 Add idempotency targeted tests for tenant migration.Wenbin Zhu2021-05-053-6/+374
* SERVER-56513 fix FTSSpec::fixSpec() to handle int values in key patterns that...Benety Goh2021-05-051-1/+2
* SERVER-51496 Add unit tests for ReshardingTxnCloner w/ prepared txns.Max Hirschhorn2021-05-052-38/+208
* SERVER-54878 Compact can log negative value for bytesFreedGregory Wlodarek2021-05-051-1/+9
* SERVER-55678 Use sleepUntil() rather than sleepFor() to schedule the Reshardi...Jamie Anderson2021-05-056-23/+50
* SERVER-55397 Relax index ident reconciliation invariant when restarting an in...Gregory Noma2021-05-0523-106/+97
* SERVER-55834 Use forceincludes to automate inclusion of basic.hAndrew Morrow2021-05-051-0/+6
* SERVER-52838 Clean up resharding state upon seeing a reshardingFields transit...Randolph Tan2021-05-054-36/+106
* SERVER-54926 Convert HostUnreachable error in _fetchAndStoreRecipientClusterT...Jason Zhang2021-05-051-4/+2
* SERVER-56334 Make resharding server parameters configurable at runtimejannaerin2021-05-056-20/+20
* SERVER-54982 Test resumability of changes streams together with reshardCollec...jannaerin2021-05-0530-29/+271
* SERVER-54302 Handle retrying with different migration id after dropping donor...Cheahuychou Mao2021-05-052-18/+21
* SERVER-54302 Write tenant migration test when the state doc collection is dro...Cheahuychou Mao2021-05-056-9/+51
* SERVER-56502 Sort triggers memory limit exceeded on only one versionMartin Neupauer2021-05-051-1/+1
* SERVER-56607 Remove unused getLastErrorDefaultsWasApplied variableHuayu Ouyang2021-05-051-3/+0
* SERVER-56354 Ensure that the future chain in checkIfCanReadOrBlock gets inter...Cheahuychou Mao2021-05-051-6/+20
* SERVER-55335 Change plan ranking formula for SBEIan Boros2021-05-054-29/+31
* SERVER-56573 Ignore config.transactions entries referencing removed oplog ent...Gregory Noma2021-05-051-5/+14
* SERVER-56585 remove MONGO_COMPILER_VARIABLE_UNUSED macroBenety Goh2021-05-053-13/+0
* SERVER-49117 Remove storage validation of '$' prefixes in insert and updateAlya Berciu2021-05-0511-23/+120
* SERVER-56157 Timeseries MinMax is now stored in a flat data structure to opti...Henrik Edin2021-05-056-479/+1397
* SERVER-56546 Update $getField expression syntaxAnton Korshunov2021-05-053-41/+70
* SERVER-56566 Add logging in the recoverable critical sectionSergi Mateo Bellido2021-05-051-4/+64
* SERVER-56414 Remove stale TODO referencing SERVER-55485Marcos José Grillo Ramirez2021-05-051-1/+0
* SERVER-53653 [Resharding] Take the critical section when renaming on recipien...Sergi Mateo Bellido2021-05-057-167/+128
* SERVER-56249 $derivative throws an error when sortBy value is an unexpected typeDavid Percy2021-05-052-39/+41
* SERVER-56585 replace MONGO_COMPILER_VARIABLE_UNUSED with c++17 attribute mayb...Benety Goh2021-05-0411-25/+21
* SERVER-55689 Calculate default write concern on startup including secondariesMoustafa Maher2021-05-041-11/+15
* SERVER-55703 Fix tests to update getDefaultRWConcern to return the implicit d...Moustafa Maher2021-05-041-1/+0
* SERVER-55305 Add new step to replication rollback to restore the txns table t...Jason Chan2021-05-044-0/+428
* SERVER-55614 Make API params optional for cmds in txnsA. Jesse Jiryu Davis2021-05-0413-31/+82