summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Import wiredtiger: ce8f89c84e788ea147e1d35aafdd7706dd406633 from branch mongo...Etienne Petrel2021-11-183-9/+17
* Import wiredtiger: 09806acd19cec59444ed8960a8346571d9047e4d from branch mongo...Etienne Petrel2021-11-185-5/+41
* Import wiredtiger: f392752c52f3002e0d253dae8b2a6de0a69282c4 from branch mongo...Etienne Petrel2021-11-182-3/+8
* Import wiredtiger: 195a8af7ae5205bfc567d0034cba56ade7621907 from branch mongo...Etienne Petrel2021-11-188-168/+20
* Import wiredtiger: 73e6a5f9733205d2b0c1d58a78480fc2f5b08085 from branch mongo...Etienne Petrel2021-11-1815-11/+393
* Import wiredtiger: 76bac330dabda8d508cc57ed7e00ee68b08f6ec2 from branch mongo...Etienne Petrel2021-11-182-10/+33
* Import wiredtiger: 9bc9737c2474d6dc4bed669f859195a9fd898ae6 from branch mongo...Etienne Petrel2021-11-189-96/+282
* Import wiredtiger: 90a99d5f2dc1a8490aebe000ecf388d48ce1ed61 from branch mongo...Etienne Petrel2021-11-184-1/+402
* Import wiredtiger: b214c48d25e25302a66dfef058ac5b4a5def54c8 from branch mongo...Etienne Petrel2021-11-182-2/+2
* Import wiredtiger: 655e3a2b592f69d83f463612f2f732bba6ee3d4c from branch mongo...Etienne Petrel2021-11-183-1/+26
* Import wiredtiger: edf2f353acfa275030d51482633436f2f4fa3174 from branch mongo...Etienne Petrel2021-11-185-65/+157
* Import wiredtiger: 1f8d853a00b06955ee53a8e4c24df243c8d5e2f8 from branch mongo...Etienne Petrel2021-11-185-1/+76
* Import wiredtiger: 3a8b045135edf2483b86dc39736de0c030545953 from branch mongo...Etienne Petrel2021-11-182-3/+9
* 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