summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-42068 Overload SortedDataInterface::dupKeyCheck to accept KeyStringZach Yam2019-08-1613-24/+177
* SERVER-41489 fassert the status rather than status.isOK() in kv_catalog.cppDaniel Solnik2019-08-161-2/+2
* SERVER-42222 Move data cursors for collection validation to the start of coll...Daniel Solnik2019-08-169-131/+283
* SERVER-41504 Track the number of ops during catchup in replSetStatus on prima...Medha Potluri2019-08-1611-0/+59
* SERVER-39776 Fix race between initial syncer startup, data replication thread...Matthew Russotto2019-08-162-1/+8
* SERVER-39776 Remove legacy UniqueLock and LockGuard from repl_coordinator_ext...Matthew Russotto2019-08-161-12/+9
* SERVER-41729 Make S2AccessMethod generate keys using KeyStringGregory Noma2019-08-165-53/+158
* SERVER-42768 uassert if the storage engine does not support checkpoints when ...Gregory Wlodarek2019-08-166-3/+39
* SERVER-42763 rollback via refetch ignores commitIndexBuildBenety Goh2019-08-161-0/+5
* SERVER-41633 Allow overriding system umask for group/other from process startupSara Golemon2019-08-162-34/+129
* SERVER-42636 Add map reduce in aggregation formatterXinhao Zhang2019-08-1611-9/+636
* SERVER-42800 add support for overriding size adjustments to WiredTigerRecordS...Benety Goh2019-08-166-0/+23
* SERVER-42348 Make _configsvrRenameCollection update sharding catalog.Jason Zhang2019-08-152-4/+58
* SERVER-42684 Add support for 'scope' RunTimeConstantNicholas Zolnierz2019-08-1511-20/+54
* SERVER-42822 Add RPC protocol fuzzerJonathan Reams2019-08-152-0/+133
* SERVER-41492 Add configurable WiredTiger close_scan_interval settingLouis Williams2019-08-152-0/+11
* SERVER-41730 Make TwoDAccessMethod generate keys using KeyStringGregory Noma2019-08-156-14/+61
* SERVER-41868 add timelib fuzzerjason.piao2019-08-154-0/+119
* SERVER-41731 Make WildcardAccessMethod generate keys using KeyStringGregory Noma2019-08-153-6/+18
* SERVER-41728 Make HaystackAccessMethod generate keys using KeyStringGregory Noma2019-08-153-34/+24
* SERVER-41727 Make HashAccessMethod generate keys using KeyStringGregory Noma2019-08-153-4/+12
* 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