summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add performance test scriptscompound-wildcard-indexesCharlie Swanson2021-04-193-0/+442
|
* Permit compound wildcard index creation in js testHana Pearlman2021-04-161-4/+4
|
* Don't use set intersectionHana Pearlman2021-04-161-6/+7
|
* MergeHana Pearlman2021-04-161-4/+0
|
* Small typo fixHana Pearlman2021-04-161-0/+4
|\
| * Get multikey info for all wildcard index fields being queriedHana Pearlman2021-04-161-3/+11
| |
* | Get multikey info for all wildcard index fields being queriedHana Pearlman2021-04-161-1/+10
|/
* Support wc fields in arbitrary index positionsHana Pearlman2021-04-164-63/+223
|
* Add multikeyPath info of compound fields to multikeySet in key generationYuhong Zhang2021-04-152-14/+58
|
* Add multikey info for non-WC fields in plannerHana Pearlman2021-04-152-19/+49
|
* Support queries on prefix of compound WC indexHana Pearlman2021-04-152-52/+115
|
* Adds restrictions on overlapping compound fields and removes the unnecessary ↵Yuhong Zhang2021-04-153-106/+84
| | | | invariant
* File ticket and update TODO comments for known planner limitationCharlie Swanson2021-04-152-9/+25
|
* Remove bounds invariant check in finalizeWildcardIndexScanConfiguration, add ↵Hana Pearlman2021-04-143-23/+34
| | | | more tests
* Compound index key generation using BtreeKeyGeneratorYuhong Zhang2021-04-143-43/+434
|
* Improvements to test harnessCharlie Swanson2021-04-144-170/+542
|
* Make some changes to planner_wildcard_helpers to allow for compound wc indexesHana Pearlman2021-04-147-55/+441
|
* Add initial implementation of compound wilcard index boundsCharlie Swanson2021-04-136-49/+126
|
* SERVER-56009: Use w: majority for the initial write in ↵Lingzhi Deng2021-04-121-5/+9
| | | | read_at_cluster_time_outside_transactions.js
* SERVER-55670 [SBE][replica_sets] Timed out on waitForFailPoint inMartin Neupauer2021-04-124-4/+24
| | | | | | sync_source_enters_quiesce_mode.js Check the failpoint from the SBE executor.
* SERVER-55976: Orphans check at the end of jstest can fail in presence of ↵Jordi Serra Torrens2021-04-121-15/+11
| | | | concurrent drop collection
* SERVER-56000: Ban duplicate_ns.js from tenant migration suitesLingzhi Deng2021-04-121-1/+3
|
* SERVER-55974 Check for namespace validity before initializing a rename ↵Pierlauro Sciarelli2021-04-123-13/+31
| | | | coordinator
* SERVER-55973: resharding_disallow_drop.js is not waiting for resharding to ↵Jordi Serra Torrens2021-04-121-9/+5
| | | | acquire distLocks before attempting to drop the collection
* SERVER-55773 Explicitly ignore unchecked return value in BucketCatalog::_abortDan Larkin-York2021-04-121-1/+1
|
* SERVER-55994 add tests for user hints on time-series collection queriesBenety Goh2021-04-121-0/+20
|
* SERVER-55809 Disallow sharding a time-series collection or a buckets collectionSergi Mateo Bellido2021-04-124-156/+23
|
* SERVER-55994 SERVER-56019 add temporary exclusion for timeseries_index.js to ↵Benety Goh2021-04-112-0/+4
| | | | replica_sets_initsync_jscore_passthrough.yml
* SERVER-54956 move CommitQuorum away from using Bson_serialization_type anyBenety Goh2021-04-111-1/+7
|
* SERVER-54925 Move away from using Bson_serialization_type “any”Mohammad Dashti2021-04-1017-153/+920
|
* SERVER-50805 Test multi-key index updates during tenant migration.Wenbin Zhu2021-04-101-0/+140
|
* SERVER-55904: Consolidate getFirstOplogEntry and getLeastRecentOp helpersHana Pearlman2021-04-094-19/+13
|
* SERVER-55087 Enable drop_create_rollback.js under SBEIan Boros2021-04-091-1/+0
|
* SERVER-54732 Added validate cachedir toolDaniel Moody2021-04-093-3/+207
|
* SERVER-55780 Simplify cancellation for tenant migration donorsJack Mulrow2021-04-092-198/+136
|
* SERVER-54732 Updated vendor scons to match ↵Daniel Moody2021-04-093-24/+61
| | | | https://github.com/SCons/scons/pull/3894
* SERVER-55323 Integrate CancelableOperationContext into ↵jannaerin2021-04-095-46/+62
| | | | ReshardingDonorOplogIterator
* SERVER-55779 Clustered collections should store RecordIds as KeyStringLouis Williams2021-04-0960-588/+792
|
* SERVER-55243 Add listIndexes and hide/unhide testing for other index typesDianna Hohensee2021-04-091-0/+73
|
* SERVER-55808 added more conftest checking to icecream and ninja tools.Daniel Moody2021-04-092-2/+15
|
* SERVER-55288 Move recipient helpers into resharding_data_replication.Max Hirschhorn2021-04-098-208/+311
|
* SERVER-55797 Fix race issue in x509_invalid.jsShreyas Kalyan2021-04-091-2/+4
|
* SERVER-55325 Integrate CancelableOperationContext into resharding's ↵jannaerin2021-04-094-42/+57
| | | | DonorStateMachine
* SERVER-54694 Register $setWindowFields with min FCVTed Tuckman2021-04-093-4/+47
|
* SERVER-55737 Add an experiment for not requiring -rdynamicAndrew Morrow2021-04-093-15/+50
|
* SERVER-55130 Add an experiment for building without frame pointersAndrew Morrow2021-04-091-2/+19
|
* SERVER-49322 Darwin doesn't need libunwind to use hidden visibilityAndrew Morrow2021-04-091-3/+11
|
* SERVER-55960 always pass field name to IDL serializerBenety Goh2021-04-092-5/+10
|
* SERVER-53638 Enable pushdown of config.cache.chunks $lookup through $sortCharlie Swanson2021-04-0911-35/+701
| | | | Co-authored-by: Yuhong Zhang <danielzhangyh@gmail.com>
* SERVER-55897 Incorrect options passed to MongoRunner.stopMongod when trying ↵Marcos José Grillo Ramirez2021-04-091-5/+7
| | | | to skip collection validations