summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-62935 Add date string to assert messager6.1.0-alphaGabriel Marks2022-04-181-2/+2
* SERVER-63907 remove redundant database lookup from atomic applyOpsBenety Goh2022-04-181-11/+0
* SERVER-65499 Fix storing int64 max as int128 in BSONColumnBuilderHenrik Edin2022-04-182-1/+17
* SERVER-65585: Prepare tests for FCV upgradeXueruiFa2022-04-1823-336/+17
* SERVER-65037 Add missing large_distro_name for ASAN builds on RHEL 8.0Ryan Egesdahl2022-04-181-0/+1
* SERVER-65218 Run `ShardSplitDonorServiceTest` with `wiredTiger`Gregory Noma2022-04-183-58/+53
* SERVER-65686 split sbe_query_stages lib out of sbe_queryIrina Yatsenko2022-04-185-22/+41
* SERVER-35512 Use unique_ptr in QuerySolutionNode::children and clone()David Percy2022-04-1820-405/+332
* SERVER-65715 Implement querying for null for new optimizerSvilen Mihaylov2022-04-187-11/+130
* SERVER-63623 Implemented Basic Global Index Metrics Restoration For CrudOp Me...Randolph Tan2022-04-1822-46/+462
* SERVER-65707 Remove FCV-gating for $lookup pushdownYoonsoo Kim2022-04-184-17/+5
* SERVER-55204 Error on fallthrough unless the attribute is usedAndrew Morrow2022-04-1833-26/+89
* SERVER-65654 Avoid using shorthand function notation in drop_index_during_loo...Nicholas Zolnierz2022-04-181-2/+2
* Import wiredtiger: be1725260027ca435e6d3b3c964e4c942db0f425 from branch mongo...Etienne Petrel2022-04-182-2/+124
* Import wiredtiger: 5d5980c6f12188d5c33feeee5da2501ccd0f7498 from branch mongo...Etienne Petrel2022-04-183-28/+69
* Import wiredtiger: 3447d6b9a192fd6325782f334899faaa139b1b3f from branch mongo...Etienne Petrel2022-04-182-3/+4
* Import wiredtiger: 2136fea484fc726814d6d8f14231e449a20b99a3 from branch mongo...Etienne Petrel2022-04-184-9/+14
* Import wiredtiger: 3c06c5e982ae03a016180f3dc009666395878216 from branch mongo...Etienne Petrel2022-04-182-9/+1
* Import wiredtiger: 7e6f26f6706597b7806bdb573e9c5cf385e3e875 from branch mongo...Etienne Petrel2022-04-182-4/+3
* Import wiredtiger: 8bf7aee644ba931e48ab3583885438052f5889c0 from branch mongo...Etienne Petrel2022-04-182-3/+2
* SERVER-62992 Don't validate resmoke.ini and install_dir when using subcommand...Richard Samuels2022-04-182-4/+5
* SERVER-65718 Fix mypy errorMikhail Shchatko2022-04-181-0/+1
* SERVER-63439 Add ColumnStore encoder for SBE valuesJustin Seyster2022-04-166-10/+274
* SERVER-65712 refresh the list of test PIDs to unregister crashed mongosAndrew Shuvalov2022-04-151-0/+3
* SERVER-65001 Update timestamp query API calls for WiredTiger changeGregory Wlodarek2022-04-153-10/+22
* SERVER-63093 Introduce a vanilla passthrough for shard splitMatt Broadstone2022-04-156-2/+930
* SERVER-65226 do_upgrade_downgrade.js should correctly split namespacesPavi Vetriselvan2022-04-151-7/+6
* SERVER-65350 Fix typo in architecture guide for timeseries measurementsPavi Vetriselvan2022-04-151-2/+2
* SERVER-65701 Avoid running expr.js in multiversion suitesCharlie Swanson2022-04-151-0/+2
* SERVER-64378 Track and Report New Donor and Recipient Fields in CurrentOpRandolph Tan2022-04-157-2/+69
* SERVER-65704 always check array compression in test-only BSONColumn validatio...Benety Goh2022-04-151-7/+2
* SERVER-65698 Add uses_transactions tag to all internal transaction testsCheahuychou Mao2022-04-1550-50/+50
* SERVER-65331: Skip additional multiversion tenant migration testChristopher Caplinger2022-04-151-0/+4
* SERVER-65084: Ensure backup cursor is opened at time > startMigrationDonorTim...Christopher Caplinger2022-04-156-45/+113
* SERVER-65410: Fix uninitialized scalar field in server_rewriteHana Pearlman2022-04-151-1/+1
* SERVER-30312 Fix the TODO SERVER ticket number per Benety's comment.Daniel Morilha2022-04-151-1/+1
* SERVER-65691: Increase stepdown wait time in freeze_timeout.jsXueruiFa2022-04-151-1/+1
* SERVER-64444 Add unittests for repairing and validating index specsYuhong Zhang2022-04-152-0/+61
* SERVER-64444 Extend `validate` command to detect invalid boolean index optionsYuhong Zhang2022-04-152-6/+7
* SERVER-65689 Accept 'unrecognized stage' as acceptable error codeCharlie Swanson2022-04-151-1/+1
* SERVER-64908: Enable lookup_graph_lookup_foreign_becomes_sharded.js in the sh...Hana Pearlman2022-04-151-3/+0
* SERVER-64526 Fix printCollectionInfo for missing collectionsKaloian Manassiev2022-04-151-0/+3
* SERVER-64444 Extend `collMod` command to fix invalid boolean index optionsYuhong Zhang2022-04-1510-28/+143
* SERVER-64260 Beef up testing stressing projection semanticsCharlie Swanson2022-04-152-120/+541
* SERVER-64480 Enable multiple SEARCH_META usagesCharlie Swanson2022-04-1519-88/+422
* SERVER-65676 prevent ChangeStreamOptions cluster parameter no passthrough tes...Mickey. J Winters2022-04-153-0/+3
* SERVER-64372 Clean up some wording in comments and logsBrett Nawrocki2022-04-143-5/+4
* SERVER-65661 InternalTransactionReshardingTest and InternalTransactionChunkMi...Cheahuychou Mao2022-04-142-28/+11
* SERVER-65681 Tag set_cluster_parameter_replset.js with "requires_persistence"David Storch2022-04-141-2/+4
* SERVER-65199 Pass through `replanReason` when lowered stages are replannedYoonsoo Kim2022-04-142-0/+74