summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-37472: Improve behavior if user downgrades to 4.0 binary without setti...natalie.tsvetkova2018-10-311-5/+5
* SERVER-37815 Fix unit testsJonathan Reams2018-10-311-1/+2
* SERVER-37191 writeConcern for $outNick Zolnierz2018-10-3119-122/+158
* SERVER-37578 Fix failing sharding_catalog_manager_testKaloian Manassiev2018-10-313-10/+14
* SERVER-37815 Support more than one key when parsing keyFile contentsJonathan Reams2018-10-315-62/+248
* SERVER-17010 each Sorter instance spills to a single file rather than a new f...Dianna Hohensee2018-10-3112-179/+474
* SERVER-37244 Make sessions killable outside of the Session/TransactionPartici...Kaloian Manassiev2018-10-3118-171/+646
* SERVER-37721 add listIndexes option to include in-progress index buildsBenety Goh2018-10-301-3/+12
* SERVER-37813 Switch out Bintray for ArtifactoryHenrik Edin2018-10-303-47/+41
* SERVER-37785 Fix bundle identifier in mobile framework plistsAndrew Morrow2018-10-302-2/+2
* SERVER-35811 pin stable timestamp behind oldest uncommitted timestampPavi Vetriselvan2018-10-309-113/+424
* SERVER-37488 SERVER-37596 Manage debug info and symbol maps info for embedded...Andrew Morrow2018-10-305-21/+69
* SERVER-14364 Make OpCounters 64-bitJacob Evans2018-10-302-13/+13
* SERVER-36616 Enable ECDHE support if platform supports itPatrick Freed2018-10-303-10/+52
* SERVER-18985 log setParameter commandsKevin Pulo2018-10-301-3/+29
* SERVER-37350 Shards should reject writes in snapshot sharded transactions to ...Jack Mulrow2018-10-309-16/+239
* SERVER-37244 Pull the Session state management from SessionRuntimeInfo into S...Kaloian Manassiev2018-10-3010-143/+143
* SERVER-10346: Prevent multiple PEM password promptsSpencer Jackson2018-10-292-31/+83
* SERVER-37749 replSetResizeOplog command does not validate argument correctlyLouis Williams2018-10-291-2/+8
* SERVER-37578 Assert that a zone is associated with a shard during shard colle...jannaerin2018-10-291-1/+1
* SERVER-37794 Introduce ability to specify interruptible failpointsKaloian Manassiev2018-10-292-7/+16
* SERVER-37347 Distinguish retryable writes from writes in a transaction on mongosJack Mulrow2018-10-292-5/+15