summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-54069 Added $graphLookup test suite for timeseriesSERVER-54990-refactor-TODOYoonsoo Kim2021-03-193-15/+173
* SERVER-55354: Mark invalid_system_views.js tenant_migration_incompatibleLingzhi Deng2021-03-191-0/+2
* SERVER-55349 Make TenantMigrationThread garbage collect migration before vali...Cheahuychou Mao2021-03-191-61/+70
* SERVER-24912 Audit setting ClientMetadata as its own eventBen Caimano2021-03-197-2/+23
* SERVER-55367 add & to fix xcode [-Wrange-loop-analysis] warningBilly Donahue2021-03-191-1/+1
* SERVER-54824 Make mongos write size estimation respect hint fieldNikita Lapkov2021-03-192-0/+51
* SERVER-55291: Remove bypass compile support for burn_in_tagsDavid Bradford2021-03-193-818/+1
* SERVER-53977 Allow rewrite to produce only empty documents in $unpackBucket i...Svilen Mihaylov2021-03-193-1/+93
* SERVER-55304 downgrade_shard_server_with_secondaryDelaySecs.js should skip fa...Pavi Vetriselvan2021-03-191-0/+3
* Revert "SERVER-55180 Convert SBE from std::string_view to StringData"XueruiFa2021-03-1934-207/+269
* SERVER-54642 JS testing for sparse, multikey, 2d and 2dsphere indexes on time...Dianna Hohensee2021-03-193-0/+216
* SERVER-43899 Remove shardAsReplicaSet on ssl testsMarcos José Grillo Ramirez2021-03-193-6/+5
* SERVER-55121 Check db version on shard collection legacy pathMarcos José Grillo Ramirez2021-03-191-4/+13
* SERVER-55248 CRUD state on FSM workload can fail if executed concurrently wit...Pierlauro Sciarelli2021-03-191-20/+30
* SERVER-50766 Use kArrayElementsOnly path traversal mode where possibleNikita Lapkov2021-03-192-16/+105
* SERVER-54629: Remove skip indexConsistencyCheck in collation_targeting_inheri...Jordi Serra Torrens2021-03-193-15/+10
* SERVER-55307: Complete TODO listed in SERVER-53539Jordi Serra Torrens2021-03-191-17/+4
* SERVER-55180 Convert SBE from std::string_view to StringDataBilly Donahue2021-03-1934-269/+207
* SERVER-54221 Implement $sample pushdown into $_internalUnpackBucketEric Cox2021-03-197-60/+819
* SERVER-54266 Add data size and estimated time stats to recipient currentOpVishnu Kaushik2021-03-1912-53/+349
* SERVER-50661 Add an architecture guide section on CancelationGeorge Wangensteen2021-03-191-0/+155
* SERVER-54532 Extend buildscripts/idl/idl_check_compatibility.py to check for ...Huayu Ouyang2021-03-188-27/+655
* SERVER-54333 Consider increasing MigrationDestinationManager::startCommit tim...Pierlauro Sciarelli2021-03-181-1/+4
* SERVER-53429: Log resharding coordinator state transitions to the changelogKshitij Gupta2021-03-182-6/+19
* SERVER-52778 Remove vestiges of the now-unused 'allowImplicitCollectionCreati...Kaloian Manassiev2021-03-183-5/+1
* SERVER-55065: Cover null queries with index where possibleAlya Berciu2021-03-188-20/+575
* SERVER-55171 Add $config.teardown to auth_privilege_cache_miss.jsBen Caimano2021-03-181-5/+24
* SERVER-54964 Require valid client for all audit eventsBen Caimano2021-03-188-82/+200
* SERVER-54855 Allow unstable fields to become stable if they are optional or h...Huayu Ouyang2021-03-187-54/+128
* SERVER-55061 Handle missing meta and null meta differentlyYoonsoo Kim2021-03-185-36/+95
* SERVER-52528 Test queries on sharded time-series collectionsLouis Williams2021-03-188-16/+208
* SERVER-55104 Report time-series bucket granularityLouis Williams2021-03-189-16/+73
* SERVER-55290 Add memory tracking to sum and avg window functionsNick Zolnierz2021-03-182-2/+10
* SERVER-54681 Delay start of txnCloners to prevent early write of kIncompleteH...Alex Taskov2021-03-1812-20/+165
* SERVER-50567 Remove Ubuntu 16.04 Arm64John Chen2021-03-185-83/+1
* SERVER-55217 Treat partitionBy constant as equivalent to no partitioningNick Zolnierz2021-03-182-3/+28
* SERVER-55146: Bump collection version on any modification of config.collectio...Jordi Serra Torrens2021-03-186-213/+200
* Revert "SERVER-52528 Test queries on sharded time-series collections"Pierlauro Sciarelli2021-03-181-192/+0
* Import wiredtiger: 94d67e377a3f5dd09b3ac4bc03cc98c4e173f5e7 from branch mongo...Luke Chen2021-03-182-1/+22
* Import wiredtiger: 195c82322f15ab3a1a7ca2b9c6e34ef31dac96d3 from branch mongo...Luke Chen2021-03-1811-1/+56
* Import wiredtiger: 31624ffd8c6eb39794ddd6c41cb48db42a646a87 from branch mongo...Luke Chen2021-03-1814-70/+413
* SERVER-54596 remove 1-arg shouldLog function (an ODR violation)Billy Donahue2021-03-188-14/+11
* Revert "SERVER-54069 Added $graphLookup test suite for timeseries"Gregory Wlodarek2021-03-182-171/+14
* SERVER-55156 Move capped collection responsibilities to the collection layerGregory Wlodarek2021-03-1836-1181/+672
* SERVER-53212 Create an evergreen task for IDL compatibility checkMoustafa Maher2021-03-186-18/+162
* SERVER-55102 Create CancelableOperationContext class.Max Hirschhorn2021-03-184-0/+371
* SERVER-55277 Prevent deadlock between _createOplogBuffer and stepDownPavi Vetriselvan2021-03-181-1/+0
* SERVER-54920: Move the tenant migration recipient MTAB lifetime earlierLingzhi Deng2021-03-1811-42/+143
* SERVER-54240 Implement $covariance accumulator-onlyRuoxin Xu2021-03-175-0/+395
* SERVER-54069 Added $graphLookup test suite for timeseriesYoonsoo Kim2021-03-172-14/+171