summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-47081 Delete geoSearch command and related testsMihai Andrei2020-11-036-335/+0
* Revert "SERVER-51291 Increment shard version when changing original or tempor...sviatlana_zuiko2020-11-0311-845/+369
* SERVER-50445 Return the value in double when NumberLong subtraction overflows...Arun Banala2020-11-032-3/+42
* Import wiredtiger: 5fb9ea60da1923d97a353a160f703da73c6f72fc from branch mongo...Luke Chen2020-11-0325-57/+498
* SERVER-51872 allow inserts on time-series viewBenety Goh2020-11-033-0/+62
* SERVER-51291 Increment shard version when changing original or temporary resh...Blake Oler2020-11-0311-369/+845
* SERVER-50238 Initialize isReadOnly in WiredTigerRecordStore::Params for unit ...Gregory Wlodarek2020-11-021-0/+2
* SERVER-33747 Fix crash when arbiter restarts and enters REMOVEDA. Jesse Jiryu Davis2020-11-023-2/+10
* SERVER-50865 Collect resource consumption metrics for index buildsLouis Williams2020-11-028-189/+301
* SERVER-51896 Inline logic for waitUntilCommittedOrAborted and rename waitUnti...Jason Zhang2020-11-024-9/+4
* SERVER-50738 Add SortedMerge and Unique to SBEIan Boros2020-11-0216-23/+1209
* SERVER-50967 Change TenantMigrationAccessBlocker's Access enum to State and a...Jason Zhang2020-11-022-25/+49
* SERVER-51396 Add a LockFreeReadsBlock that sets a flag on the OperationContex...Dianna Hohensee2020-11-024-6/+51
* SERVER-50027 Make CollectionType use IDL (Part 3)Kaloian Manassiev2020-11-0216-260/+150
* SERVER-44570 Add tripwire assertions (tassert)Kevin Pulo2020-11-0213-11/+229
* SERVER-51891 Make ShardCollectionType not use strict parsing (PART 1)Sergi Mateo Bellido2020-11-021-0/+1
* Revert "SERVER-50738 Add SortedMerge and Unique to SBE"Kaloian Manassiev2020-11-0116-1208/+23
* SERVER-51888 workaround msvc expression-sfinae access bugBilly Donahue2020-11-011-6/+6
* SERVER-50738 Add SortedMerge and Unique to SBEIan Boros2020-10-3116-23/+1208
* SERVER-51888 stdx::is_detected and related traitsBilly Donahue2020-10-313-118/+171
* SERVER-50114 Complete TODO listed in SERVER-50047Misha Tyulenev2020-10-301-1/+0
* SERVER-51783 Fix crash when lock free read try to track index usage for index...Henrik Edin2020-10-301-2/+6
* SERVER-51819 Remove joinAsync from AbstractAsyncComponentMatthew Russotto2020-10-302-35/+4
* SERVER-50027 Make CollectionType use IDL (Part 2)Kaloian Manassiev2020-10-3012-335/+207
* SERVER-51747 SERVER-51813 Tenant collection cloner calls write_ops_exec::perf...Suganthi Mani2020-10-298-150/+228
* SERVER-51112 Add runFeatureFlagMultiversionTest helper for targeted upgrade/d...Jason Chan2020-10-293-1/+45
* SERVER-50868 Refactor so insertSingleDocumentForInitialSyncOrRecovery is corr...Brian DeLeonardis2020-10-292-1/+7
* SERVER-51246 Write a noop into the oplog buffer after each batch to ensure te...Judah Schvimer2020-10-2916-62/+483
* SERVER-51452 TenantMigrationConflict should store a shared_ptr to the TenantM...Jason Zhang2020-10-285-17/+18
* SERVER-51380 Begin converting "ping" to IDLA. Jesse Jiryu Davis2020-10-282-17/+52
* SERVER-51867 Remove ExpandedOplogEntries typedefEsha Maharishi2020-10-281-2/+1
* SERVER-51822 remove deprecated time-series collection feature flagBenety Goh2020-10-281-4/+0
* SERVER-51856 Add Visual Studio Natvis debugger visualizers for BSONObj and BS...Henrik Edin2020-10-282-0/+34
* SERVER-43959: Make warning for enableMajorityReadConcern show on logJordi Serra Torrens2020-10-285-3/+45
* Import wiredtiger: 4f7fad208de54bf79bc33f4c79f4c4d264c87cb0 from branch mongo...Chenhao Qu2020-10-2815-584/+1132
* SERVER-51853 Always initialize the numInserted out-parameter in AbstractIndex...Bernard Gorman2020-10-282-1/+7
* SERVER-43462 Remove cloneDatabase and copyDatabase shell helpersGeert Bosch2020-10-273-180/+0
* SERVER-51733 fix fromMigrate when creating indexes in the config dbBenety Goh2020-10-271-1/+1
* SERVER-51733 ShardLocal::createIndexOnConfig() falls back on hybrid index bui...Benety Goh2020-10-272-11/+31
* SERVER-44346 Fix outdated change stream commentAlya Berciu2020-10-271-4/+6
* SERVER-51733 add test case for ShardLocal::createIndexOnConfig() with non-emp...Benety Goh2020-10-271-0/+14
* SERVER-51502 Have the create command with timeseries option create a viewGregory Noma2020-10-271-28/+90
* SERVER-49442 Implement document validation error generation tests which use c...Mindaugas Malinauskas2020-10-274-0/+569
* SERVER-51399 Validation errors for $expr should report result of evaluation, ...Mindaugas Malinauskas2020-10-275-13/+62
* Import wiredtiger: 59adb44e6d123dad25858ca12664ff77a7dbf469 from branch mongo...Luke Chen2020-10-272-2/+3
* SERVER-51822 rename time-series collection feature flagBenety Goh2020-10-261-1/+5
* SERVER-51652 catch exceptions in validate from parsing invalid index keysEric Milkie2020-10-261-2/+11
* SERVER-51603 log a message when validation ends in an exceptionEric Milkie2020-10-261-13/+10
* SERVER-47752 Refactor kMajorityCommitted to not receive special treatmentBrian DeLeonardis2020-10-2612-47/+32
* SERVER-51822 rename c++ variable name for time-series collection feature flagBenety Goh2020-10-262-2/+2