summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-41726 Make FTSAccessMethod generate keys with KeyStringGregory Noma2019-08-154-70/+71
* SERVER-41720 Overload SortedDataInterface::Cursor::seek and seekExact to acce...Zach Yam2019-08-1510-71/+471
* SERVER-42644 Add $_internalJs expressionTed Tuckman2019-08-153-1/+115
* SERVER-42762 rollback to timestamp ignores commitIndexBuildBenety Goh2019-08-151-0/+3
* SERVER-42807 Validate namespace string in AutoGetCollection beforeDaniel Solnik2019-08-152-2/+6
* SERVER-41672 Use hygienic to produce dist and distsrc archives in evergreenAndrew Morrow2019-08-151-31/+30
* SERVER-41725 Make BtreeAccessMethod generate keys using KeyStringGregory Noma2019-08-158-57/+201
* SERVER-42578 Lower default BufBuilder size for KeyString::HeapBuilder to 32 b...Gregory Noma2019-08-151-1/+27
* SERVER-42080 `stdx::unordered_map<...>::at` must throw.ADAM David Alan Martin2019-08-152-0/+51
* SERVER-41961 Remove the `NOINLINE_DECL` and replace with `MONGO_COMPILER_NOIN...ADAM David Alan Martin2019-08-1519-104/+72
* SERVER-42121 Make mongo's renameCollection call configsvrRenameCollection.Jason Zhang2019-08-149-16/+459
* SERVER-40983 Track and log relevant single transaction metrics on mongos for ...Blake Oler2019-08-1413-46/+429
* 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
* 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-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-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
* SERVER-42593 Remove fcv4.0 shardCollection pathjannaerin2019-08-083-798/+15