summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-72824 Add version to welcome line for 6.3.0 GA bumpSERVER-72824Britt Snyman2023-04-101-1/+1
* SERVER-72824 Bump for 6.3.0 GABritt Snyman2023-04-101-1/+0
* SERVER-74292: Return errors for command requests with invalid impersonated us...r6.3.0-rc3Varun Ravichandran2023-03-302-8/+51
* SERVER-74404 remove telemetry sysperf tests from 6.3 branchJess Balint2023-03-291-32/+0
* SERVER-75205 Fix deadlock involving FCV lockMatt Kneiser2023-03-292-2/+233
* SERVER-74245 Encode 'ExpressionContext::needsMerge' in SBE plan cache keysr6.3.0-rc2Mihai Andrei2023-03-229-39/+188
* SERVER-74674 Fix type checking getDB in feature_flag_util.jsGregory Wlodarek2023-03-211-1/+7
* SERVER-74264 Backport to 6.3Zixuan Zhuang2023-03-215-13/+171
* SERVER-74901 Disable CSI by defaultIan Boros2023-03-2127-168/+214
* SERVER-73751 MovePrimary shouldn't copy indexes of sharded collectionsSergi Mateo Bellido2023-03-173-6/+22
* SERVER-73988 Disable the dbVersion check on CheckShardFilteringMetadata test ...Jordi Serra Torrens2023-03-171-6/+4
* SERVER-72542 Avoid redundant index traversal during full validationYuhong Zhang2023-03-165-40/+0
* SERVER-74642 validate fetches and logs oplog entries for corrupted recordsBenety Goh2023-03-162-0/+90
* SERVER-74642 KeyStringIndexConsistency::addDocKey() accepts ValidateResultsBenety Goh2023-03-163-5/+11
* SERVER-74642 WiredTigerRecordStore::printRecordMetadata() saves timestampsBenety Goh2023-03-161-0/+14
* SERVER-74642 RecordStore::printRecordMetadata() accepts recordTimestampsBenety Goh2023-03-167-9/+25
* SERVER-74631 Log index spec when validation detects index key inconsistenciesDan Larkin-York2023-03-162-0/+22
* SERVER-74632 Log aggregation results when validate commands fails due to a va...Dianna Hohensee2023-03-162-0/+77
* SERVER-74045 Allow turning on diagnostic log messages for validateGregory Wlodarek2023-03-1613-85/+115
* SERVER-51835 Respect preference order in read preference tag set list.Max Hirschhorn2023-03-162-24/+31
* SERVER-74550 Reserve 25% of time budget for processing buffered partial resultsSteve Tarzia2023-03-151-2/+2
* SERVER-74690: Change Atlas Real variants to use "2022-11" workload clientMiguel Angel Nieto2023-03-151-1/+4
* SERVER-74507 Gracefully handle empty time-series options in collModr6.3.0-rc1Faustoleyva542023-03-133-0/+33
* SERVER-74438 Update BucketMetadata to use time-series metadata valueFaustoleyva542023-03-076-10/+177
* SERVER-74501 Fix MigrationBatchFetcher/Inserter completion reliance to not sp...Randolph Tan2023-03-067-24/+55
* SERVER-74439 Ensure bucket closure respects current stateDan Larkin-York2023-03-064-32/+103
* SERVER-72838 Prevent concurrent direct writes from unsetting kPendingDirectWr...Faustoleyva542023-03-065-12/+73
* SERVER-72519 Add arm and intel Microbenchmark test variants to Sys PerfJawwad Asghar2023-03-031-38/+137
* SERVER-74262 Check IET when constructing set of equalities during sort analysisMihai Andrei2023-03-035-26/+171
* SERVER-74526 Fix high CPU utilization for a change streams opened against sec...David Storch2023-03-027-98/+43
* SERVER-74253 Forbid profiling collection creation as a timeseries or viewJordi Olivares Provencio2023-03-011-0/+10
* SERVER-74103 Increase storage log verbosity in `oplog_sampling.js`.Benety Goh2023-02-281-1/+1
* SERVER-73125: Set built-in variables on ExpressionContext of the validatorNaama Bareket2023-02-283-0/+26
* SERVER-74366 change CSI util to check feature flag on all nodesIan Boros2023-02-281-1/+8
* SERVER-73692 Fix behavior of unencrypted documents in encrypted collectionsErwin Pe2023-02-281-0/+8
* Import wiredtiger: c91f5a3e22d0acc1caf73b0114ced34828f7b631 from branch mongo...Luke Chen2023-02-272-16/+43
* Import wiredtiger: b7f971f04a0864fab42368d594251b3fb1d36477 from branch mongo...Luke Chen2023-02-2715-46/+239
* SERVER-74058 Re-introduce excluded jstests for NTDI dollar tenant passthroughmathisbessamdb2023-02-245-12/+2
* SERVER-74124 Use StringData::startsWith instead of StringData::find to check ...Cheahuychou Mao2023-02-231-1/+1
* SERVER-74124 Disallow shard key pattern with fields that have parts that star...Cheahuychou Mao2023-02-234-0/+77
* SERVER-74191 - Backport to v6.3Simon Eismann2023-02-231-0/+6
* SERVER-74033 Remove force option from ident dropsJordi Olivares Provencio2023-02-224-6/+21
* SERVER-73707 Evergreen timeout calculation fixes and cleanupsMikhail Shchatko2023-02-224-136/+21
* SERVER-73697 Do not split out match expression on meta field when it's not re...Yoonsoo Kim2023-02-214-98/+133
* SERVER-73953 Use fast clock and relaxed atomics for egress connection usage m...Vojislav Stojkovic2023-02-215-6/+40
* SERVER-74097 Populate `CollectionUUIDMismatch` via `listCollections` for shar...Gregory Noma2023-02-211-24/+18
* SERVER-74190 Correctly propagate the `featureFlagResilientMovePrimary` status...Antonio Fuschetto2023-02-211-1/+0
* SERVER-71792 Log list of cursors a range deletion is going to wait onPierlauro Sciarelli2023-02-204-0/+79
* SERVER-73423 Remove duplicate addition of collection scan in case of clustere...Ivan Fefer2023-02-201-20/+10
* SERVER-73833 Make the server to ignore and automatically remove unsupported '...Denis Grebennicov2023-02-174-3/+108