summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with a...James Wahlin2019-08-142-11/+12
* SERVER-41959 Ensure that we gracefully reject all forms of transaction oplog ...William Schultz2019-08-143-4/+6
* SERVER-42803 Remove 'no except' from the TimestampMonitor.Gregory Wlodarek2019-08-141-4/+4
* SERVER-42803 Remove unnecessary OperationContext creation logic in the Timest...Gregory Wlodarek2019-08-141-5/+2
* Import wiredtiger: c809757d8ba95c9fc2638b80c9b625c9f8df3f65 from branch mongo...Luke Chen2019-08-149-63/+82
* SERVER-42769 Add call to awaitLastOpCommitted after enableAutoSplit in Shardi...Matthew Saltz2019-08-131-0/+5
* SERVER-42694 Add internal JS reduce accumulatorDavis Haupt2019-08-135-9/+213
* SERVER-42486 When libunwind is enabled, use it for gperftools debug backtrace...Andrew Morrow2019-08-131-14/+20
* SERVER-41507 Track the time the new term oplog entry was written in replSetSt...Medha Potluri2019-08-135-0/+16
* SERVER-42792 CollectionShardingState::_getMetadataWithVersionCheckAt should r...Esha Maharishi2019-08-131-3/+3
* SERVER-42791 Remove unused/duplicate definition of UnshardedCollection in met...Esha Maharishi2019-08-131-14/+0
* SERVER-42790 Change ConnectionPool's kDiagnosticLogLevel from 3 to 4Esha Maharishi2019-08-131-1/+1
* SERVER-41503 Track the target opTime for catchup in replSetStatus on primariesMedha Potluri2019-08-1310-5/+154
* SERVER-42630 Initial sync handles upserts from applyOps cmdA. Jesse Jiryu Davis2019-08-133-9/+16
* SERVER-42527 Create CollectionLock constructor that uses UUIDDaniel Solnik2019-08-1311-90/+95
* SERVER-40382 Add a serverStatus metric to report plan cache memory consumptionArun Banala2019-08-1312-98/+757
* SERVER-41502 Track the number of times primary catchup concludes for each rea...Medha Potluri2019-08-1313-24/+364
* SERVER-42624 convert to error_codes.ymlBilly Donahue2019-08-135-414/+432
* SERVER-42754 Make RSMChangeListeners for shard configs exception-safeBen Caimano2019-08-122-21/+31
* SERVER-36963 SessionsCollectionRS maintains a RemoteCommandTargeterBen Caimano2019-08-122-118/+113
* SERVER-42714 Log completion of replication recovery oplog application at defa...William Schultz2019-08-121-3/+2
* SERVER-41766 Remove obsolete code for tracking multikey writes inside multi-d...William Schultz2019-08-1221-105/+28
* SERVER-38119 Windows dump file naming does not account for dots in directory ...Mathew Robinson2019-08-121-1/+1
* SERVER-41670 Add support for renaming awkward autogenerated package names via...Mathew Robinson2019-08-123-2/+10
* SERVER-41663 Make hygienic variable names match autoconfMathew Robinson2019-08-124-22/+20
* SERVER-42567 Remove magic from CollectionImpl and IndexCatalogImplGeert Bosch2019-08-1210-71/+2
* SERVER-42626 Remove updatePositionArgsInitialize and replReadFromMetadata fro...Jason Chan2019-08-122-213/+174
* gpg: Signature made Mon 12 Aug 2019 12:58:45 PM EDTSpencer Jackson2019-08-121-2/+2
* SERVER-11328 Allow more than one shard to be in 'draining' modeKaloian Manassiev2019-08-124-105/+81
* SERVER-42620 import abseil-cpp from mongodb-forksBilly Donahue2019-08-126-86/+49
* SERVER-31138 ensure releaseCursor returns a RAII safe typeGeorge Wangensteen2019-08-099-112/+147
* SERVER-42456 Improve access to cursor underlying a ClusterCursorManager::Pinn...George Wangensteen2019-08-094-252/+52
* SERVER-42744 Fix transation history iterator to not return potentially-dangli...Jacob Evans2019-08-091-1/+1
* SERVER-42739 Use valid string representation when validating meta sortMisha Ivkov2019-08-092-31/+59
* SERVER-42634 RSM can strand requests after drop()Jason Carey2019-08-094-23/+17
* SERVER-42665 move ProjectionPolicies to top-level mongo namespaceIan Boros2019-08-0910-74/+110
* SERVER-42664 add bsonObjToArray to shellcchilds12019-08-092-2/+11
* SERVER-41437 unify transaction oplog traversalJudah Schvimer2019-08-098-137/+109
* SERVER-41937 Add a try-catch around notifyAll() inside startup() for the Time...Gregory Wlodarek2019-08-091-22/+23
* Revert "SERVER-41937 Add a try-catch around notifyAll() inside startup() for ...Gregory Wlodarek2019-08-091-23/+22
* Import wiredtiger: 2e5a26d8b0a0b124f79c1a9bb8fc860d1bf1faa9 from branch mongo...Luke Chen2019-08-093-17/+220
* SERVER-42593 Remove fcv4.0 shardCollection pathjannaerin2019-08-083-798/+15
* SERVER-42639 Rollback should use the collection UUID and not its name to crea...Gregory Wlodarek2019-08-082-5/+5
* SERVER-41949 Attach the databaseVersion on the write path on mongos"jannaerin2019-08-0815-82/+434
* SERVER-41937 Add a try-catch around notifyAll() inside startup() for the Time...Gregory Wlodarek2019-08-081-22/+23
* SERVER-42614: Remove error code 17405 and use ErrorCodes::NotMaster insteadLingzhi Deng2019-08-081-1/+1
* SERVER-42368 Remove max shard key size limit of 512 bytesJamie Heppenstall2019-08-086-42/+0
* SERVER-40466 Unify checks for being in a multi-document transactionSamy Lanka2019-08-0827-141/+127
* SERVER-42224 Add a server parameter maxValidateMBperSec to specify max valida...Gabe Villasana2019-08-083-0/+51
* SERVER-41761: Ensure index cleanup is performed on initialization failure.Daniel Gottlieb2019-08-082-1/+4