summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-50151 Support $exists match expression in SBEAnton Korshunov2020-08-131-4/+9
* Import wiredtiger: c801f052dfc1efbf609bc16c85433f9537edafe2 from branch mongo...Luke Chen2020-08-1323-138/+226
* SERVER-48726 Document Server-Internal Baton PatternAmirsaman Memaripour2020-08-122-18/+69
* SERVER-49566 Allow flushRoutingTableCacheUpdates to take majority write concernHaley Connelly2020-08-122-16/+42
* SERVER-50164 Incorrect warning from Certificate Expiration Monitor when TLS i...Mark Benvenuto2020-08-121-1/+1
* SERVER-48845 Implement TenantCollectionClonerVesselina Ratcheva2020-08-1216-261/+1397
* SERVER-50035 save the errno from pthread_create to report laterGabriel Russell2020-08-121-3/+20
* SERVER-50257 Update erroneous reverse dependency edges in communityAndrew Morrow2020-08-123-7/+7
* SERVER-48990 Added comparable chunk version as a prerequisite to implement a ...Marcos José Grillo Ramírez2020-08-124-1/+214
* SERVER-50140: Initial sync cannot survive unclean restart of the sync sourceLingzhi Deng2020-08-1211-15/+33
* SERVER-49914 Disable the TTL monitor for <database>.system.resharding.* names...Haley Connelly2020-08-123-0/+19
* SERVER-48872 Implement agg string expression operators in grammarNick Zolnierz2020-08-1210-3439/+5847
* SERVER-49991 Alias db. and rs.printSlaveReplicationInfo() to printSecondaryRe...Pavi Vetriselvan2020-08-122-9/+20
* SERVER-49887 Add requireApiVersion server parameterA. Jesse Jiryu Davis2020-08-122-1/+13
* SERVER-50150 Support $not match expression in SBEAnton Korshunov2020-08-124-51/+80
* SERVER-50127 fail index build resume if we cannot find resume info using inde...Benety Goh2020-08-121-6/+14
* SERVER-49988 Rename response fields if hello command is sent on mongosPavi Vetriselvan2020-08-123-5/+18
* Import wiredtiger: 0c8bd1b18c65ec035684f6ee7a296b971826399e from branch mongo...Chenhao Qu2020-08-124-87/+239
* Revert "SERVER-49887 Add requireApiVersion server parameter"Vesselina Ratcheva2020-08-122-13/+1
* SERVER-50240 Make CurOp::_numYields atomicJustin Seyster2020-08-122-6/+6
* SERVER-50002 fix ReplicaSetAwareService unittest linkingKevin Pulo2020-08-121-0/+2
* SERVER-50002 separate unittest binary for ReplicaSetAwareServiceKevin Pulo2020-08-121-2/+11
* SERVER-49649 Fix union inner pipeline explainTed Tuckman2020-08-1110-30/+58
* SERVER-48417 Test that multi-node sets resume index builds from the drain wri...Samy Lanka2020-08-112-1/+13
* SERVER-49236 Add functionality for recreating PrimaryOnlyService instances af...Spencer T Brody2020-08-115-90/+433
* SERVER-47604 Don't log that index build failed if it continues in the backgro...Samy Lanka2020-08-111-7/+11
* SERVER-50126 Use constructor delegation for skipped record trackerSamy Lanka2020-08-111-3/+2
* SERVER-50061 convertFrom() assumes NumberDecimal has machine byte orderJustin Seyster2020-08-116-23/+32
* SERVER-50006 Move OCSPManager to ServiceContextMark Benvenuto2020-08-116-8/+35
* SERVER-50028 remove unnecessary collection catalog lookup from IndexBuildsMan...Benety Goh2020-08-113-6/+5
* SERVER-49887 Add requireApiVersion server parameterA. Jesse Jiryu Davis2020-08-112-1/+13
* SERVER-38909 Permit empty update modifiers, treating as a no-op rather than a...Mindaugas Malinauskas2020-08-112-12/+2
* SERVER-49921 Pull the `_vectorClockPersist` command out of the 'vector_clock_...Kaloian Manassiev2020-08-1110-59/+57
* Import wiredtiger: 36194b4a0341d4b22349510c6a09ab82757f266c from branch mongo...Luke Chen2020-08-115-8/+23
* SERVER-49807 Move onCommit KVDropPendingIdentReaper handling out of the Durab...Dianna Hohensee2020-08-1017-122/+276
* Revert "SERVER-38909 Permit empty update modifiers, treating as a no-op rathe...Vesselina Ratcheva2020-08-102-2/+12
* SERVER-50007 Extend FlowControl with shutdown supportMark Benvenuto2020-08-103-0/+15
* SERVER-50050 Fix non-ssl buildMark Benvenuto2020-08-108-1/+16
* SERVER-48795 Initial framework for adding $project to grammarJacob Evans2020-08-1014-1403/+1739
* SERVER-50223 Temporarily make reshardCollection command testing-only.Max Hirschhorn2020-08-101-1/+2
* SERVER-50221 Use shared_ptr to manage NoLimitSorter and InMemIterator in-memo...Gregory Noma2020-08-101-19/+22
* SERVER-38909 Permit empty update modifiers, treating as a no-op rather than a...Mindaugas Malinauskas2020-08-102-12/+2
* SERVER-50030 Fix kInternalClient check in dbcommands.cppGregory Wlodarek2020-08-101-1/+1
* SERVER-50029 Initialize 'keysInserted' and 'keysDeleted' in the index catalogGregory Wlodarek2020-08-101-2/+2
* SERVER-50063: Consolidate OplogFetcher return code to CallbackCanceled when s...Lingzhi Deng2020-08-102-16/+13
* SERVER-25782 Allow SORT_MERGE plans even if some children are FETCH stages ra...Mindaugas Malinauskas2020-08-102-53/+162
* SERVER-48390 Exhaust pending calls when $group with $accumulator runs out of ...Arun Banala2020-08-105-29/+85
* Import wiredtiger: 4bcef79f181a296da9a46fb6728203eb3fb5ede1 from branch mongo...Luke Chen2020-08-1014-120/+247
* SERVER-47286 Storage transactions section of Execution Architecture GuideEric Milkie2020-08-081-8/+63
* SERVER-49687 Fix an off-by-one memory copy error in collection_impl.cppKaloian Manassiev2020-08-081-1/+1