summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-70048 Improve developer experience with golden testsMilena Ivanova2022-11-243-3/+12
* SERVER-71540 Add more cost estimator testsRuoxin Xu2022-11-241-32/+218
* SERVER-71567 Add pragma once in sorter_stats.hYu Jin Kang Park2022-11-241-0/+2
* SERVER-68686 Add new $_internalOwningShard agg expressionDenis Grebennicov2022-11-2410-2/+336
* SERVER-71576 Implement Cost Model End2End testingAlexander Ignatyev2022-11-247-23/+504
* SERVER-71548 Avoid deleting files after symbolizationjasurbeknurboyev2022-11-242-42/+82
* SERVER-68576 Added number of sharded collections to serverStatus command.Pol Pinol Castuera2022-11-245-6/+31
* SERVER-70258 Test custom bucketMaxSpanSeconds and bucketRoundingSeconds value...Faustoleyva542022-11-249-74/+433
* Import wiredtiger: 8341cc7e4b2a411fb68b552dcaf456f120ba20e3 from branch mongo...Will Korteland2022-11-242-3/+11
* Import wiredtiger: 9c4af6eafad64efded04ae664513334ac1f8ff71 from branch mongo...Will Korteland2022-11-242-4/+4
* SERVER-69229: Drop donated files collection when marking as garbageChristopher Caplinger2022-11-235-83/+173
* SERVER-71208: Handle namespaces pendingCommit in openCollectionWill Buerger2022-11-237-148/+467
* SERVER-64835 Removed the disabled_for_fcv_6_1_upgrade line when I did not nee...Aaron Morand2022-11-231-0/+1
* SERVER-64835 Removed the disabled_for_fcv_6_1_upgrade flagsAaron Morand2022-11-235-7/+0
* Revert "SERVER-67704 SERVER-67705 Update host info to include CPU socket coun...Sviatlana Zuiko2022-11-2311-147/+106
* SERVER-71529 Add serverStatus metric for classic and SBE plan cache sizeMaddie Zechar2022-11-234-18/+39
* SERVER-71318 Remove remote KMS specific code and related testsMark Benvenuto2022-11-2332-3386/+46
* SERVER-70210 Add unit tests to test Custom Cost ModelRuoxin Xu2022-11-238-29/+466
* SERVER-70493 Have SBE HashAgg report spill file sizeYoonsoo Kim2022-11-235-1/+12
* SERVER-70704 Enable initial sync JS test for change collections.Rishab Joshi2022-11-232-37/+54
* SERVER-71588: Reenable type bracketing tests for CQFHana Pearlman2022-11-232-0/+16
* SERVER-70267 Add function to check if expression is monotonic on a given fieldIvan Fefer2022-11-237-8/+388
* SERVER-70594 Comment out sb_ tests and TSBS tests on new sys-perf variants fo...dalyd2022-11-231-23/+23
* SERVER-70382 Replace boost::none index versions with the actual index version...Allison Easton2022-11-23110-727/+978
* SERVER-70490 Update cost model on Mongod startupRuoxin Xu2022-11-234-2/+73
* SERVER-71122 Get rid of the `WaitForCleanCorrectEvenAfterClearFollowedBySetFi...Pierlauro Sciarelli2022-11-231-38/+0
* SERVER-65815 Remove OrphanTracking feature flagPierlauro Sciarelli2022-11-236-28/+6
* SERVER-71317 Fix libmongocrypt buildMark Benvenuto2022-11-232-4/+4
* SERVER-71386 Telemetry collection fails for queries with non-object fieldsMaddie Zechar2022-11-232-15/+103
* SERVER-70945 Make findAndModify without a shard key correctly run in a sessionSanika Phanse2022-11-232-6/+27
* Import wiredtiger: 1f5b2ca8f2903ebed5db2880206d68129df948a2 from branch mongo...Chenhao Qu2022-11-237-16/+31
* Import wiredtiger: 55e953e187acabfc120123ccc4d619c0777da01a from branch mongo...Chenhao Qu2022-11-235-12/+42
* Import wiredtiger: 49031a8fb98a7413519c7df4af33d44fe48d2071 from branch mongo...Chenhao Qu2022-11-232-3/+23
* Import wiredtiger: 0fbad5023a23823b1dd8f63e2a9b582f3723cd64 from branch mongo...Chenhao Qu2022-11-2310-17/+395
* Import wiredtiger: c7ee7a966f253f3d66606a91c55b3dd4bd2e251b from branch mongo...Chenhao Qu2022-11-232-3/+3
* Import wiredtiger: 439cd2fbc72e0a0dcd19e86205feffd5430440c6 from branch mongo...Chenhao Qu2022-11-232-3/+3
* SERVER-71534 Fixed fuzzer linting scriptsAlexander Neben2022-11-222-9/+21
* SERVER-70948 findAndModify without shard key basic functionalitySanika Phanse2022-11-225-75/+394
* SERVER-68286 Improved lifetime issues with `mongo::mozjs::currentJSScope`Mohammad Dashti2022-11-222-17/+14
* SERVER-28756 Remove TODO SERVER-28756 comment and continue disallowing transa...Jason Zhang2022-11-221-2/+0
* SERVER-71456 Update and delete size estimation logic should account for 'samp...Mihai Andrei2022-11-226-36/+177
* SERVER-70975 Exclude commands which are not allowed with security token from ...Sophia Tan2022-11-221-19/+74
* SERVER-71317 Vendor libmongocryptMark Benvenuto2022-11-22178-0/+40573
* SERVER-71340 Change helper function in write_one_without_shard_keysphanse992022-11-225-60/+143
* SERVER-71469 Update documentation to reflect new server parameter conditionsGabriel Marks2022-11-221-2/+17
* SERVER-71473: Begin using the new test stats locationJeff Zambory2022-11-227-117/+129
* SERVER-67241 Log metrics for first ingress hello commandVojislav Stojkovic2022-11-2221-213/+368
* SERVER-70492 Enable verbose command line argument for benchmarksTrevor Guidry2022-11-223-3/+80
* SERVER-70861 Coverity analysis defect 134014: Uninitialized scalar fieldRuoxin Xu2022-11-221-1/+1
* SERVER-62328: Add golden jstests for and/or match expressionsHana Pearlman2022-11-222-0/+800