summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-51873 Remove system.buckets collection when dropping time-series viewGregory Noma2020-11-092-45/+87
* SERVER-51894 Don't call std::move() on 'collectionOptions' when calling 'user...Mihai Andrei2020-11-091-4/+10
* SERVER-51864 IDLify usersInfo and rolesInfo commandsSara Golemon2020-11-0919-608/+810
* SERVER-51679 Fix race condition in Free Monitoring when free monitoring docum...Mark Benvenuto2020-11-097-6/+104
* SERVER-50510 Change markHostNotMaster to markHostNotPrimaryGabriel Russell2020-11-099-13/+13
* SERVER-51677 Use LockFree Collection RAII helpers in find, getmore and aggreg...Henrik Edin2020-11-098-13/+10
* SERVER-47081 Delete geoHaystack indexes on upgradeMihai Andrei2020-11-091-0/+49
* SERVER-6036 Disable cursor timeout for cursors that belong to a sessionGeorge Wangensteen2020-11-092-2/+2
* SERVER-51668 Report total CPU time spent by operations in serverStatusLouis Williams2020-11-095-59/+116
* SERVER-51540 Support mod expression in SBEAlya Berciu2020-11-094-4/+273
* SERVER-50905: Add RecordId type in SBENikita Lapkov2020-11-0912-11/+55
* SERVER-51263 rename ismaster_metrics files to hello_metricsPavi Vetriselvan2020-11-099-8/+8
* SERVER-50412 implement helloOk protocol negotiation on mongosPavi Vetriselvan2020-11-091-0/+13
* SERVER-48571 Execute baton manually to ensure unittest terminationMarcos José Grillo Ramírez2020-11-071-0/+5
* SERVER-51750 config.transactions cloner for resharding must not ignore record...Jack Mulrow2020-11-064-146/+188
* SERVER-51387 Assert that the stable timestamp is never set higher than the al...Gregory Wlodarek2020-11-069-17/+55
* SERVER-52659 Avoid running command in a separate thread in index_commands_sha...Tommaso Tocci2020-11-061-0/+1
* SERVER-52663 Fix the lifetime of ScopedMetricsCollector in ExecCommandDatabaseAmirsaman Memaripour2020-11-061-5/+10
* SERVER-48571 Write operation might invariant if a target error happens and a ...Marcos José Grillo Ramírez2020-11-062-49/+444
* SERVER-51420 Optimize delete to only read document onceBrian DeLeonardis2020-11-066-13/+68
* SERVER-52621 Remove stale version execption handling in OpQuery exec pathTommaso Tocci2020-11-066-57/+14
* SERVER-52628 Tenant migration recipient no longer gives a false indication to...Suganthi Mani2020-11-063-10/+48
* SERVER-52602 OplogBufferCollection uses write_ops_exec::performInserts() to i...Suganthi Mani2020-11-0617-58/+160
* SERVER-51811: build fix, SSL code must be guardedAndrew Shuvalov2020-11-061-0/+4
* SERVER-49825 Replicate updates changing value under new shard key pattern as ...Alex Taskov2020-11-066-26/+107
* SERVER-51524 Rename internalQueryCacheSize to internalQueryCacheMaxEntriesPer...David Storch2020-11-062-3/+4
* SERVER-51270 Support $setDifference expression in SBEMilena Ivanova2020-11-065-5/+93
* SERVER-49724 Make ReadThroughCache support StringData keysJaume Moragues2020-11-064-31/+124
* SERVER-51870 Reduce memory footprint for SBE PlanStagesAnton Korshunov2020-11-063-129/+79
* SERVER-49107 Add support for async execution to MongoD command pathAmirsaman Memaripour2020-11-0610-823/+1387
* SERVER-52624: Remove useless setOplogCollectionName and getOplogCollectionNam...Lingzhi Deng2020-11-0634-68/+4
* SERVER-52624: Cache the pointer to the oplog collection before running recove...Lingzhi Deng2020-11-062-11/+4
* SERVER-48890: allow addFields to take empty document as no-opcaiyingshen2020-11-062-6/+43
* SERVER-51374 Create IDL definition for ErrorReplyGeorge Wangensteen2020-11-067-3/+128
* SERVER-52642 Status constructor must handle optional ErrorExtraInfoPierlauro Sciarelli2020-11-052-6/+16
* SERVER-51811: No-op wiring of transient SSL params in related methodsAndrew Shuvalov2020-11-0519-42/+86
* SERVER-52627 fix use after free in SBE sub plannerIan Boros2020-11-051-5/+8
* SERVER-51398 Write state transition and other data from resharding donor/reci...Blake Oler2020-11-058-28/+83
* SERVER-51068 Provide unique errors for each variety of Latch violationBen Caimano2020-11-056-80/+150
* SERVER-51373 Create IDL definition for OkReplyGeorge Wangensteen2020-11-057-10/+35
* SERVER-43959: Use "default" initializer prerequisite for warning in mongod_op...Jordi Serra Torrens2020-11-055-31/+6
* SERVER-51356 Introduce single eval frame model to SBE buildersNikita Lapkov2020-11-056-843/+783
* SERVER-51291 Fix use-after-moveBlake Oler2020-11-051-5/+2
* Revert "SERVER-51540 Support mod expression in SBE"Ali Mir2020-11-054-271/+2
* SERVER-50412 implement helloOk protocol negotiation on mongodPavi Vetriselvan2020-11-053-3/+45
* SERVER-50909 Only apply changed connection strings inside ShardRegistry::_loo...Jaume Moragues2020-11-051-3/+1
* SERVER-52615 Makes sure that the TenantMigrationSharedData:::_lastVisibleOpTi...Suganthi Mani2020-11-055-2/+33
* SERVER-50864 Collect resource consumption metrics for TTL indexesLouis Williams2020-11-041-0/+4
* SERVER-51837 addPrivilegesForBuiltinRole should never fail with a builtin roleSara Golemon2020-11-041-2/+2
* SERVER-51718 Disallow sparse, hashed indexes from being considered for answer...James Wahlin2020-11-042-25/+69