summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66724 Create FLE 2 Equality Match ExpressionMark Benvenuto2022-06-1623-94/+1368
* Import wiredtiger: 856317028e33918c810423ba0f158b68183b9818 from branch mongo...Will Korteland2022-06-162-5/+8
* Import wiredtiger: f4b42f0057b3a6d076419a60dd9c8264f38d07c8 from branch mongo...Will Korteland2022-06-165-21/+19
* Import wiredtiger: 395076d7317ef3ba2d6ce9f13d0cd1b002cf2983 from branch mongo...Will Korteland2022-06-164-28/+42
* Import wiredtiger: adfd54728fdef41a82f3c90342e47fad3acb5710 from branch mongo...Will Korteland2022-06-1622-276/+1100
* 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
* Import wiredtiger: 2ed5785a5a17fe3397a86a3341c04ea057f9e3c9 from branch mongo...Etienne Petrel2022-06-157-121/+146
* Import wiredtiger: d9f9b08dfc14190698c9d79d5dd5516990095856 from branch mongo...Etienne Petrel2022-06-154-61/+55
* 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
* Import wiredtiger: fc9a2a2ac8558f923590095b8c8ad77911f66e18 from branch mongo...Etienne Petrel2022-06-149-285/+352
* Import wiredtiger: 26735d3f78aafdebb63484589414369318f34c58 from branch mongo...Etienne Petrel2022-06-143-62/+105
* Import wiredtiger: 3785cc36a703a8d350bc69bcbf9d7a0588cad85a from branch mongo...Etienne Petrel2022-06-142-1/+9
* Import wiredtiger: ef6bd684ac29832beffc89442cd2bfd352a4017e from branch mongo...Etienne Petrel2022-06-143-3/+3
* 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-132-26/+14
* 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