summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-64717 Ensure the ShardRegistry always read with majority write ↵Marcos José Grillo Ramirez2022-06-204-39/+3
| | | | concern, even in the config server
* SERVER-67346 Disable autosplit on config.system.sessions when upgrading the ↵Paolo Polato2022-06-202-3/+5
| | | | cluster to 6.1
* SERVER-65982 Change NamespaceStringOrUUID::dbnameWithTenant() to dbName()Fernando Lisboa2022-06-171-1/+3
|
* SERVER-67295 remove ServiceStateMachine _state enumBilly Donahue2022-06-171-49/+4
|
* SERVER-67357 deflake test and add better diagnosticsAndrew Shuvalov2022-06-173-2/+10
|
* SERVER-66662 Block insertion into __safeContent__Shreyas Kalyan2022-06-1717-78/+306
|
* SERVER-66663 Raise default contention factor for equality indexes to 4Mark Benvenuto2022-06-171-1/+1
|
* SERVER-62683: Client Metadata Information Should Show Pid In Testing ModeErin McNulty2022-06-172-5/+9
|
* SERVER-38689 TempDirs inside DEATH_TESTs don't get cleaned upVojislav Stojkovic2022-06-177-58/+47
|
* SERVER-67251 strictly bind SSM::Impl lifetime to its SSMBilly Donahue2022-06-173-18/+36
|
* SERVER-67342 Tenant migration oplog buffer should be started by holding the ↵Suganthi Mani2022-06-171-3/+16
| | | | RSTL.
* SERVER-60773 Uassert DDL participant commands are ran as a retryable writeJordi Serra Torrens2022-06-176-92/+66
|
* SERVER-66418 fix bug in projection created during dependency analysisSteve Tarzia2022-06-174-36/+140
|
* SERVER-65530 Get rid of ChunkVersion::parse/serialiseMajorMinorVersionOnlyKaloian Manassiev2022-06-178-72/+32
|
* SERVER-67316 LDAP CNAME resolution truncates CNAME incorrectlyMark Benvenuto2022-06-171-1/+1
|
* SERVER-66932 Unify recoverable DDL coordinators codeTommaso Tocci2022-06-1721-595/+278
|
* SERVER-67283 Remove deprecated PerCollBalancingSettings feature flagTommaso Tocci2022-06-172-12/+0
|
* SERVER-67195 Allow users to disable bindata 6 redactionErwin Pe2022-06-172-0/+2
|
* SERVER-67218 remove SSM::onCleanupHook by changing ServiceEntryPointImpl ↵Billy Donahue2022-06-1711-267/+299
| | | | SSMList data structure
* SERVER-62025 Only use CQF path for eligible queries and fallback to classic ↵Nicholas Zolnierz2022-06-1612-17/+817
| | | | optimizer otherwise
* SERVER-59677 Remove stale commentJeffrey Xiao2022-06-163-22/+13
|
* SERVER-64255 Column Store Index aggregation passthrough suiteCharlie Swanson2022-06-162-18/+46
|
* SERVER-65634 Added "clustered" to field name strings in index descriptorDamian Wasilewicz2022-06-166-11/+14
|
* SERVER-65530 Get rid of the old ChunkVersion serialization formatsKaloian Manassiev2022-06-1622-362/+65
|
* SERVER-66738 Improve bucketing performance for large time-series measurementsGregory Wlodarek2022-06-163-4/+56
|
* SERVER-65890 Remove unnecessary null check in LockerImplJordi Olivares Provencio2022-06-161-2/+1
|
* SERVER-65660 Protect Ticket against self assignmentJordi Olivares Provencio2022-06-161-0/+3
|
* SERVER-66614 Run Unit Tests with ephemeral WiredTiger by defaultJordi Olivares Provencio2022-06-168-4/+38
|
* SERVER-67315 Fix possible int32 overflow on call to ↵James Wahlin2022-06-161-2/+3
| | | | DocumentSourceSort::createBoundedSort()
* SERVER-66724 Create FLE 2 Equality Match ExpressionMark Benvenuto2022-06-1623-94/+1368
|
* SERVER-67125 Set control.closed flag when closing a time-series bucket that ↵Gregory Wlodarek2022-06-157-24/+75
| | | | should not be reopened
* SERVER-67039 convert `fields` and `projectFields` to `std::set`Jeffrey Xiao2022-06-154-15/+50
|
* SERVER-65735 $add operator should not use DoubleDoubleSummationDavis Haupt2022-06-152-89/+364
|
* SERVER-66705 Move aborting index builds out of critical sectionDidier Nadeau2022-06-1511-348/+421
|
* SERVER-62693 Review downgrade requirements for defragmentation once 6.0 ↵Tommaso Tocci2022-06-153-64/+0
| | | | branches out
* SERVER-67177 Fix generation of _id field of $groupSvilen Mihaylov2022-06-152-3/+17
|
* SERVER-67148 Refactor ValidatedTenantId into ValidatedSecurityTokenSara Golemon2022-06-1528-372/+410
|
* SERVER-67198 CollectionImpl::averageObjectSize() returns 0 instead of 5 if ↵Gregory Wlodarek2022-06-151-1/+1
| | | | there are no records
* SERVER-66479 Fix write latency performance regressionBrett Nawrocki2022-06-151-2/+1
| | | | | | | The original commit for this ticket passed the incorrect value for lastOpBeforeRun to ServiceEntryPointMongod::Hooks::waitForWriteConcern() which caused a significant increase in write latency. This commit will pass the correct value.
* SERVER-67189 Fix initilization order for ↵Randolph Tan2022-06-152-3/+3
| | | | ShardingDataTransformInstanceMetrics::_startTime
* SERVER-67269 Remove deprecated multiversion code from renameCollection ↵Tommaso Tocci2022-06-152-57/+16
| | | | coordinator
* SERVER-66971 Generalize database critical section error messageSilvia Surroca2022-06-151-1/+4
|
* SERVER-67181 Return the OpTime of Commit Transaction for FLE2 CRUD on mongosMark Benvenuto2022-06-141-10/+14
|
* SERVER-67273 Add feature flag to always create config.transactions index on ↵Jack Mulrow2022-06-142-9/+39
| | | | step up
* SERVER-50729 Wrap resharding_util in resharding namespaceAbdul Qadeer2022-06-1434-164/+194
|
* SERVER-61634 ShardingTest tries to perform write without proper authSanika Phanse2022-06-141-1/+0
|
* SERVER-66683 Archive eligible buckets instead of closing themDan Larkin-York2022-06-143-113/+424
|
* SERVER-66984 config.transactions collection may end up not having the ↵Jason Zhang2022-06-141-13/+23
| | | | "parentLsid" partial index if the primary steps down or shuts down while setting up the collection
* SERVER-67191 PrimaryOnlyService should destroy the old instances before ↵Randolph Tan2022-06-141-0/+3
| | | | launching async rebuild
* SERVER-61733 Prevent Global lock upgrade in ↵Haley Connelly2022-06-141-2/+9
| | | | transaction_participant.cpp:fetchActiveTransactionHistory