summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-33303 Add stable plan cache key and use for index filtersIan Boros2018-11-0621-723/+1177
* SERVER-37088 Update OptionSection to handle merging sectionsSara Golemon2018-11-063-13/+75
* Revert "SERVER-35811 disallow committing at the prepareTimestamp"Pavi Vetriselvan2018-11-062-68/+26
* SERVER-37706 Implement capped collection support for BiggieSEGregory Wlodarek2018-11-0611-30/+272
* SERVER-37408 Add afterClusterTime to initial sync collection scansMatthew Russotto2018-11-062-3/+20
* SERVER-35811 disallow committing at the prepareTimestampPavi Vetriselvan2018-11-062-26/+68
* SERVER-37557 Add startup warning about enableMajorityReadConcern and usage of...Vesselina Ratcheva2018-11-063-0/+25
* Revert "SERVER-33303 Add stable plan cache key and use for index filters"Ian Boros2018-11-0621-1177/+723
* SERVER-33303 Add stable plan cache key and use for index filtersIan Boros2018-11-0621-723/+1177
* SERVER-36501 Add 'currentPrepared' metric to serverStatusJason Chan2018-11-065-0/+57
* SERVER-37928 remove unused repair_database link dependenciesBenety Goh2018-11-055-5/+0
* SERVER-37678 Extend cpplint's CheckForCopyright() to check for SSPL.Max Hirschhorn2018-11-056-47/+149
* SERVER-37840 Enable non-certificate-selector based tests on linuxSara Golemon2018-11-051-1/+1
* SERVER-36500 Add tests to check slow logging for prepared txnsJason Chan2018-11-053-19/+215
* SERVER-37912 Publish MongoDB embedded android artifacts to Maven CentralMathew Robinson2018-11-057-97/+107
* SERVER-37742: Avoid unnecessary shard version metadata refreshesNatalie Tsvetkova2018-11-051-0/+1
* SERVER-37244 Use thread-pool instead of detached std::thread in MongoDSession...Kaloian Manassiev2018-11-052-11/+45
* SERVER-37918 Improve the messaging around corrupted routing metadataKaloian Manassiev2018-11-055-59/+64
* SERVER-37918 Make sure tags passed to the fast initial split algorithm are in...Kaloian Manassiev2018-11-055-78/+23
* SERVER-37796 Always salvage WiredTiger metadata regardless of error code when...Louis Williams2018-11-051-12/+16
* SERVER-36966 Validate ns in cluster mapReduceCharlie Swanson2018-11-051-20/+21
* SERVER-37342 Do not store the RecordId in the KeyString for unique indexes in...Gregory Wlodarek2018-11-021-143/+207
* SERVER-35518: Support the failCommand fail point in mongoSnatalie.tsvetkova2018-11-024-45/+71
* SERVER-37717 Fix race between Baton::notify() and Waitable::wait()Mathias Stearn2018-11-022-9/+3
* SERVER-37797 PCQ +multi +pipeJason Carey2018-11-026-457/+1263
* SERVER-37176 Skip unionize for $in with no regexJacob Evans2018-11-021-1/+12
* SERVER-37784 Repairing the size storer should not fassertLouis Williams2018-11-021-1/+4
* SERVER-37593 Make wildcard index multikey path set retrieval more efficientJames Wahlin2018-11-0215-100/+432
* SERVER-37244 Fix race condition due to thread execution timing in session_cat...Kaloian Manassiev2018-11-022-24/+30
* SERVER-36559 Rename hardware CRC32 flag to be architecture neutralAndrew Morrow2018-11-021-1/+1
* SERVER-37624 Allow sessions collection TTL index expiration value to change u...Blake Oler2018-11-024-7/+66
* Import wiredtiger: e8cf194d813096cc2b30c0dd2d9d9c93ade79756 from branch mongo...Luke Chen2018-11-0258-323/+575
* SERVER-37089 Implement code-gen for IDLServerParametersSara Golemon2018-11-027-0/+341
* SERVER-37087 Create IDLServerParameterWithStorage classSara Golemon2018-11-024-0/+539
* SERVER-37086 Create IDLServerParameter classSara Golemon2018-11-026-6/+334
* SERVER-36813 Be careful when choosing default uniqueKeyCharlie Swanson2018-11-0122-61/+243
* SERVER-37548 Improve capability to check if a namespace is shardedCharlie Swanson2018-11-011-1/+1
* SERVER-36501 Remove unused variables in prepared txns metrics unittestsJason Chan2018-11-011-2/+2
* SERVER-37630 Allow sharded transactions to run at majority read concernJack Mulrow2018-11-012-28/+123
* SERVER-37354 Make _shardsvrShardCollection re-entrantjannaerin2018-11-011-0/+1
* SERVER-37693 Uassert shards never return CannotImplicitlyCreateCollection in ...Jack Mulrow2018-11-011-0/+8
* SERVER-29825 Do not allow rename from unreplicated to replicated DB or vice v...Vesselina Ratcheva2018-11-012-3/+31
* SERVER-37867 Cleanup the RecordStore insertRecord(s)/dataFor APIKaloian Manassiev2018-11-0114-155/+120
* SERVER-37852 Add publishing logic for mobile in masterRamon Fernandez2018-11-011-1/+1
* SERVER-36501 Add getPreparedDuration metric reportingJason Chan2018-11-014-1/+179
* SERVER-36501 serverStatus support for prepared transactionsJason Chan2018-11-017-11/+236
* SERVER-37354 Make _shardsvrShardCollection re-entrantjannaerin2018-11-017-92/+656
* SERVER-37445 Make FETCH stage check collection validity on restoreState().David Storch2018-10-312-15/+17
* SERVER-37444 Added RequiresCollectionStage and use for COLLSCAN.David Storch2018-10-3137-227/+330
* SERVER-37443 Fix use of invalidated StringMap iterator.David Storch2018-10-312-2/+2