summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-61469 Fix coverity warningPaolo Polato2021-11-191-1/+1
* SERVER-61468 fix coverity warningPaolo Polato2021-11-191-1/+1
* SERVER-61556 Fix SBE lib dependenciesAlexander Ignatyev2021-11-199-66/+45
* SERVER-61493 Support sharded $stddev accumulators for SBE group pushdownYoonsoo Kim2021-11-193-11/+47
* SERVER-59831 Pass `dupsAllowed=true` to `WiredTigerIndexUnique::_insert` on s...Yuhong Zhang2021-11-193-4/+48
* SERVER-61593 Test command waitForMemberState should be interruptibleMatthew Russotto2021-11-1912-25/+56
* SERVER-58602 Implement $geoNear on time-series measurementsDavid Percy2021-11-198-64/+360
* SERVER-61492 Support sharded $avg accumulator for SBE $group pushdownYoonsoo Kim2021-11-194-29/+141
* SERVER-47808 Add new registerChange overload to simplify Change codeGabriel Marks2021-11-1916-277/+137
* SERVER-60741 Change eligible find operations to not reposition cursors across...Ian Boros2021-11-1829-73/+312
* SERVER-61565 Data race in TenantMigrationRecipientServiceA. Jesse Jiryu Davis2021-11-181-14/+27
* SERVER-26287 Disallow creation of TTL indexes on capped collectionsGabriel Marks2021-11-181-0/+15
* SERVER-49748 Load sync source FCV into memory at beginning of initial syncJason Chan2021-11-181-0/+6
* SERVER-61532 Expose opcounters to detect constraint violationsJudah Schvimer2021-11-182-9/+88
* SERVER-58533 Log FCV at initialization and on log rotationReo Kimura2021-11-183-2/+22
* SERVER-61552 Change of storage parameters for storage engine re-init must occ...Matthew Russotto2021-11-183-9/+23
* SERVER-61570 Rename supportMultitenancy to multitenancySupportSara Golemon2021-11-184-9/+9
* SERVER-58429 enable group lowering into SBE for cached and multi- plansIrina Yatsenko2021-11-1820-143/+167
* SERVER-61459 Use local read concern to get CollectionType when running assign...Yuhong Zhang2021-11-181-1/+2
* SERVER-61496 [SBE] Fix handling of nested SORT_MERGE stages in buildSortMergeMihai Andrei2021-11-181-14/+56
* SERVER-61510 applyTimeseriesOptionsModifications() accepts CollModTimeseries ...Benety Goh2021-11-184-10/+7
* SERVER-60702 Enable bounded collscans with arbitrary cluster keysJosef Ahmad2021-11-183-13/+15
* SERVER-61427 Skip duplicate index key handler when exact key already exists i...Gregory Noma2021-11-178-83/+102
* SERVER-61365 - adding unit test for batch writes resulting in tenantMigration...mathisbessamdb2021-11-173-1/+271
* SERVER-61046 TrialRunTracker support in HashAgg stageJustin Seyster2021-11-1711-11/+409
* SERVER-61410 Re-enable BSONColumn FTDC roundtrip test with re-generated binaryHenrik Edin2021-11-172-8659/+8685
* SERVER-60572 Validate collection name for system.buckets.* namespacesDaniel Gomez Ferro2021-11-172-1/+11
* SERVER-60682 Exempt transaction coordinators and journal flusher from acquiri...Josef Ahmad2021-11-172-0/+12
* SERVER-58504 Abort in-progress transactions when a load-balanced client disco...George Wangensteen2021-11-176-1/+98
* SERVER-61506 mark $reverseArray SBE compatibleMickey. J Winters2021-11-171-3/+1
* SERVER-61510 move CollModTimeseries from coll_mod.idl to timeseries.idlBenety Goh2021-11-172-8/+8
* SERVER-29425 move pattern_cmp into a .cpp fileBilly Donahue2021-11-164-87/+159
* SERVER-61482 Avoid resharding holding open an oplog hole on configsvr.Max Hirschhorn2021-11-161-7/+19
* SERVER-61038 invalidate system user after runtime change to clusterIpSourceAl...sergey.galtsev2021-11-164-9/+25
* SERVER-61510 remove ParsedCollModRequest::timeseries in favor of CollMod::get...Benety Goh2021-11-161-6/+5
* SERVER-61502 Only allow RLE on value 0 after flushHenrik Edin2021-11-162-1/+100
* SERVER-61097 SizeStorer flush uses 'operation_timeout_ms' to avoid deadlocks ...Gregory Wlodarek2021-11-161-2/+17
* SERVER-61296 Remove obsolete TODOsZituo Jin2021-11-161-1/+0
* SERVER-61271 Correct return value from executeCandidateTrialJustin Seyster2021-11-151-1/+1
* SERVER-61392 Create CannotEnableIndexConstraint error code and its ErrorExtra...Yuhong Zhang2021-11-157-0/+143
* SERVER-61392 Update error_codes filename in the script and templateYuhong Zhang2021-11-151-2/+2
* SERVER-61483 Fix resharding coordinator to recover its abort decision.Max Hirschhorn2021-11-151-0/+5
* SERVER-61453 Fix crash in Simple8bBuilder when inserting large value after flushHenrik Edin2021-11-152-2/+26
* SERVER-61188 Account for preImageRecordingEnabled when reserving oplog slots ...Jason Chan2021-11-157-35/+82
* SERVER-59678 Avoid reconstructing PlanStageStats tree for replanningjoshua2021-11-1512-93/+757
* SERVER-6849 Remove --cpu flagBenety Goh2021-11-152-6/+0
* SERVER-61261 "fcv_string" idl type's serializer and deserializer throws gener...Suganthi Mani2021-11-152-12/+19
* SERVER-60987 Add comment to primary-only-service instances that don't utilize...Didier Nadeau2021-11-156-0/+6
* SERVER-59399 Allow dropping ready indexes while having in-progress index buildsGregory Wlodarek2021-11-151-5/+12
* SERVER-60953 Return an optional when getDurableState is calledDidier Nadeau2021-11-153-43/+69