summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* 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 DocumentSourceSort::creat...James Wahlin2022-06-161-2/+3
* 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 s...Gregory Wlodarek2022-06-157-24/+75
* 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 branc...Tommaso Tocci2022-06-153-64/+0
* 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 th...Gregory Wlodarek2022-06-151-1/+1
* SERVER-66479 Fix write latency performance regressionBrett Nawrocki2022-06-151-2/+1
* SERVER-67189 Fix initilization order for ShardingDataTransformInstanceMetrics...Randolph Tan2022-06-152-3/+3
* SERVER-67269 Remove deprecated multiversion code from renameCollection coordi...Tommaso Tocci2022-06-152-57/+16
* 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 s...Jack Mulrow2022-06-142-9/+39
* 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 "parent...Jason Zhang2022-06-141-13/+23
* SERVER-67191 PrimaryOnlyService should destroy the old instances before launc...Randolph Tan2022-06-141-0/+3
* SERVER-61733 Prevent Global lock upgrade in transaction_participant.cpp:fetch...Haley Connelly2022-06-141-2/+9
* SERVER-50812 Remove the `setShardVersion` commandKaloian Manassiev2022-06-1412-744/+1
* SERVER-66963 Improve performance of NamespaceString and DatabaseName construc...jannaerin2022-06-1412-236/+235
* SERVER-66529 OplogManager must not release mutex, so as to avoid wrongly fowa...Dianna Hohensee2022-06-141-3/+0
* SERVER-62737 Improve documentation of commitQuorum vs writeConcern in createI...Dianna Hohensee2022-06-148-16/+47
* SERVER-59275 Create Feature flag for encrypted range queriesDavis Haupt2022-06-141-0/+5
* SERVER-67036 remove floor for collMod cappedSize option to be consistent with...Benety Goh2022-06-141-3/+1
* SERVER-62415 Change Resharding State Machines to clear filtering metadata onl...Abdul Qadeer2022-06-1410-44/+111
* SERVER-55934 Add feature flag for change streams for time seriesNaomie Gao2022-06-131-0/+5
* SERVER-66069 Renamed diskloc references to recordIdsKruti Shah2022-06-132-35/+35
* SERVER-66441 Remove third_party shims for libraries with no --use-system supportTausif Rahman2022-06-131-1/+1
* SERVER-67081 Use DatabaseName instead of StringData in AuthzManagerExeternalSara Golemon2022-06-1313-21/+36
* SERVER-65703 Approximate control.min and control.max space usage for time-ser...Gregory Wlodarek2022-06-132-19/+27
* SERVER-67016 Cancel transaction API transactions if their caller is interruptedJack Mulrow2022-06-133-17/+224
* SERVER-66608 Made OpNodeStorage::_nodes array protectedLynne Wang2022-06-131-2/+3
* SERVER-66989 Make HashAgg record store key ownedEric Cox2022-06-133-4/+8
* SERVER-50792 Implement detailed shard key index errorsIsrael Hsu2022-06-135-34/+117
* SERVER-49735 Get rid of redundant condition that is always trueEvelyn Wu2022-06-131-1/+1
* SERVER-61935 Missing Implementation for 'Pipeline::serializeToBSONForDebug'Justin Zhang2022-06-131-5/+0
* SERVER-67072 Fix pushdown of time-series metadata predicates in $orDavid Percy2022-06-131-20/+32
* SERVER-67224 clean up op_observer_impl LIBDEPSBenety Goh2022-06-136-31/+44
* SERVER-66898 Remove TODO in TTLMonitor arch guide sectionHaley Connelly2022-06-131-2/+0
* SERVER-67003 Fixes for agg expressionsSvilen Mihaylov2022-06-135-40/+85