summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-40949 add LookupAllowed stage constraintIan Boros2019-05-2047-54/+227
* SERVER-41240 Do not Flow Control uninterruptible lock acquisitions.Maria van Keulen2019-05-201-1/+1
* SERVER-41009 TimestampMonitor and getOldestActiveTimestamp shouldn't conflict...Gregory Wlodarek2019-05-202-0/+6
* SERVER-41176 Remove redeclaration of variable in a sub-scope of IndexCatalogI...Dianna2019-05-201-1/+0
* SERVER-40026 Don't allow distinct on sharded collections in multi document tr...Jack Mulrow2019-05-201-0/+10
* SERVER-40982 Add counters for aborted migrations from lock timeoutsJack Mulrow2019-05-203-0/+9
* SERVER-40419 Remove feature flag guard for pipelines in updateJames Wahlin2019-05-202-6/+0
* SERVER-40447: Add FlowControl unittests and jstests.Daniel Gottlieb2019-05-207-12/+310
* SERVER-37574 Force reconfig should kill operations that conflict stateSuganthi Mani2019-05-195-184/+302
* Revert "SERVER-37574 Force reconfig should kill operations that conflict state"Suganthi Mani2019-05-195-300/+184
* SERVER-37574 Force reconfig should kill operations that conflict stateSuganthi Mani2019-05-195-184/+300
* SERVER-40407 Add support for $$NOW and $$CLUSTER_TIME in the findAndModify co...Bernard Gorman2019-05-199-14/+119
* SERVER-40641 Ensure TTL gets interrupted by rollbackGregory Wlodarek2019-05-171-4/+2
* SERVER-40641 Ensure TTL delete in prepare conflict retry loop does not block ...Gregory Wlodarek2019-05-177-16/+69
* SERVER-36956 SnapshotTooOld errors will always increase the snapshot history ...Dianna2019-05-1724-182/+206
* SERVER-41074 Make decision to send pre/post image oplog the same as the decis...Randolph Tan2019-05-174-47/+339
* SERVER-40439 Add merge support for whenNotMatched: discardAnton Korshunov2019-05-173-0/+56
* SERVER-41181 Fix sharding tests for hostname normalizationA. Jesse Jiryu Davis2019-05-172-1/+9
* SERVER-40156 Replica sets support Split HorizonsADAM David Alan Martin2019-05-1734-599/+1968
* SERVER-40978 Create class for tracking single two phase commit metrics on mongodEsha Maharishi2019-05-173-0/+311
* SERVER-40985 handle windows line endings in testBenety Goh2019-05-171-1/+1
* SERVER-41035 Rollback should kill all user operations before taking RSTL lock...Judah Schvimer2019-05-173-1/+94
* SERVER-39897 Implement field level encryption for various commands in JS shel...Shreyas Kalyan2019-05-172-3/+7
* SERVER-40406 Add support for $$NOW and $$CLUSTER_TIME in the update commandBernard Gorman2019-05-1716-24/+112
* SERVER-40897 Default index catalog metadata to use single-phase index build f...Louis Williams2019-05-171-8/+8
* SERVER-40240 Add new $unset aggregation stageJames Wahlin2019-05-173-2/+154
* SERVER-40041 block prepared transactions behind index builds during initial syncEric Milkie2019-05-171-3/+7
* SERVER-37837 Examine and reap sessions from the SessionsCatalogKaloian Manassiev2019-05-1726-229/+379
* Import wiredtiger: 5d321d0c6091636a2344ef9915ca06b0c078bda3 from branch mongo...Luke Chen2019-05-1720-68/+146
* SERVER-41025 parse embedded operation count using new implicit commit format ...Benety Goh2019-05-162-12/+19
* Revert "SERVER-40041 block prepared transactions behind index builds during i...Benety Goh2019-05-161-7/+3
* SERVER-16553 Ensure dbStats adds the scaling factor to its outputGregory Wlodarek2019-05-163-2/+18
* SERVER-40566 fix fast count when rolling back a large prepared transactionBenety Goh2019-05-161-20/+9
* SERVER-40985 Basic slow transaction logging on mongosJack Mulrow2019-05-164-12/+1239
* SERVER-40728 remove unused function logCommitForUnpreparedTransaction()Benety Goh2019-05-161-47/+0
* SERVER-40566 fix fast count when rolling back a large unprepared transactionBenety Goh2019-05-162-4/+15
* SERVER-40726 Remove dead code for logging explicit prepareTransaction oplog e...William Schultz2019-05-161-42/+0
* SERVER-41002 Throw WouldChangeOwningShardError on upsert if shard does not ow...jannaerin2019-05-167-60/+148
* SERVER-40811 reduce GlobalInitializerRegisterer constructorsBilly Donahue2019-05-1611-217/+80
* SERVER-40913 Make agg Expression walkerJacob Evans2019-05-165-1/+231
* SERVER-40041 block prepared transactions behind index builds during initial syncEric Milkie2019-05-161-3/+7
* SERVER-40879 Support expected digests for config expansionsSara Golemon2019-05-162-4/+97
* SERVER-40566 add RollbackImpl::_processRollbackOpForApplyOps()Benety Goh2019-05-162-13/+29
* SERVER-40001 abortTransaction through mongos does not properly set error labelsEsha Maharishi2019-05-164-25/+162
* SERVER-40566 add test cases for rolling back unprepared transactionsBenety Goh2019-05-162-0/+119
* SERVER-40885 Disallow running commitTransaction/abortTransaction as the first...Randolph Tan2019-05-161-0/+9
* SERVER-10075 Forbid illegal forms of TTL indexes during index creationGregory Wlodarek2019-05-161-0/+67
* SERVER-40700 fix lint againBenety Goh2019-05-162-2/+0
* SERVER-40700 fix lintBenety Goh2019-05-162-2/+4
* SERVER-40898 Immediately clear config.transactions table updatesBlake Oler2019-05-162-3/+149