summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "SERVER-56676 TTLMonitor handles NaN/out of range values when extracti...r4.2.22-rc0r4.2.22Benety Goh2022-07-271-1/+1
* SERVER-61321 Improve handling of large/NaN values for text index versionShin Yee Tan2022-07-271-1/+1
* SERVER-60607 S2AccessMethod handles NaN/out of range values when extracting g...Benety Goh2022-07-271-1/+1
* SERVER-68130 adjust autoSplitVector's estimatedAdditionalBytesPerItemInBSONArrayPierlauro Sciarelli2022-07-271-1/+10
* SERVER-56676 TTLMonitor handles NaN/out of range values when extracting expir...Benety Goh2022-07-271-1/+1
* SERVER-64403 Encode the sort key from a document with collation only if value...Denis Grebennicov2022-07-272-17/+21
* SERVER-68199 Rename collection must check for index builds on the target coll...Dianna Hohensee2022-07-252-4/+96
* SERVER-58747 The ShardServerCatalogCacheLoader doesn't interrupt ongoing oper...Sergi Mateo Bellido2022-07-251-0/+1
* SERVER-63159 Implement the $_internalApplyOplogUpdate aggregation stageDrew Paroski2022-07-2411-6/+608
* SERVER-61894 Support the 'showRawUpdateDescription' option in change stream s...Drew Paroski2022-07-228-17/+213
* SERVER-66461 added macos signing at evergreen archive stepDaniel Moody2022-07-133-0/+114
* SERVER-67993 fix 4.4 pylintersDaniel Moody2022-07-1353-169/+204
* SERVER-62656 optional minmax for CSRS poolsBilly Donahue2022-07-139-11/+198
* SERVER-60334 Avoid caching the cursor and session in WiredTigerSizeStorerGregory Wlodarek2022-07-084-44/+48
* TIG-4197 Delete multiversion aggregation fuzzer suites on v4.2Jennifer Peshansky2022-06-291-32/+0
* SERVER-66418 fix bug in projection created during dependency analysisSteve Tarzia2022-06-245-41/+179
* SERVER-62272: Configure the failpoint at the correct positionnandinibhartiyaMDB2022-06-211-1/+1
* SERVER-59658 [v4.2] Improve logging to reflect that sharding metadata refresh...Enrico Golfieri2022-06-201-1/+9
* SERVER-66556 Block shutdown when releasing cursors to avoid race conditionsYuhong Zhang2022-06-112-8/+25
* SERVER-55173 Skip releasing cursors during shutdown to avoid segmentation faultYuhong Zhang2022-06-113-1/+31
* SERVER-62272 : Migration OK for chunks existing before schema validatornandinibhartiyaMDB2022-06-093-6/+82
* SERVER-67139 Update rhel6 package test amir4.2.21-rc0r4.2.21Brian McCarthy2022-06-082-9/+3
* SERVER-66955 Remove JSON.send usage in sys-perf and performanceVlad Rachev2022-06-062-14/+2
* SERVER-66799 Fix `getParameterWithDetails.js` failure on `ephemeralForTest`Amirsaman Memaripour2022-05-271-2/+2
* SERVER-61097 SizeStorer flush uses 'operation_timeout_ms' to avoid deadlocks ...Gregory Wlodarek2022-05-191-2/+17
* SERVER-66176 Reduce work under CollectionCatalog lockHenrik Edin2022-05-193-14/+48
* SERVER-66559 Expand the internalQueryMaxAddToSetBytes param from 32 to 64 bitsJames Wahlin2022-05-191-1/+1
* Revert "SERVER-64332 added macos binary signing to push task"Tausif Rahman2022-05-161-18/+0
* SERVER-65244 Add RHEL 7 s390x back to 4.2Zakhar Kleyman2022-05-042-0/+59
* SERVER-65166 Use compareOptimes in abort_in_progress_transactions_on_step_up.jsSamy Lanka2022-04-291-2/+7
* SERVER-64332 skip macos notarization for archives which don't exist.Daniel Moody2022-04-271-4/+8
* SERVER-64184 Add allowDiskUseTrue metric for aggregate command.Alexander Ignatyev2022-04-273-0/+78
* SERVER-58506 Expose Server-Parameter SettabilityGeorge Wangensteen2022-04-225-6/+205
* SERVER-64332 added macos binary signing to push taskDaniel Moody2022-04-211-0/+14
* SERVER-65422 Fix package test failures on Ubuntu 16.04r4.2.20-rc0r4.2.20Brian McCarthy2022-04-121-0/+7
* SERVER-65421 Fix package test failures on RHEL 6/7Brian McCarthy2022-04-121-0/+27
* SERVER-64983 Abort transaction after releasing Client lockDaniel Gómez Ferro2022-04-113-19/+59
* SERVER-57000 Fix handling of correlated pipeline with facetsamontea2022-04-049-2/+282
* SERVER-64903 Wait for ShardServerCatalogCacheLoader deletes in test.Max Hirschhorn2022-03-281-0/+8
* Revert "SERVER-64176 Create 4.2 server parameter to gate unique index convers...Yuhong Zhang2022-03-281-6/+0
* Revert "SERVER-61158 add unique to collMod index request"Yuhong Zhang2022-03-2815-195/+73
* Revert "SERVER-61158 IndexCatalog::refreshEntry() can update metadata"Yuhong Zhang2022-03-285-20/+8
* Revert "SERVER-61158 Convert a non-unique index to a unique index via the col...Yuhong Zhang2022-03-287-35/+2
* Revert "SERVER-61159 Check for duplicates before converting a non-unique inde...Yuhong Zhang2022-03-284-72/+8
* SERVER-64642 handle CallbackCanceled error code in batch_write_exec.cppAndrew Witten2022-03-212-5/+17
* SERVER-44626: Add new setParameter loadRoutingTableOnStartupAnton Oyung2022-03-176-7/+35
* SERVER-61159 Check for duplicates before converting a non-unique index to uniqueYuhong Zhang2022-03-114-8/+72
* SERVER-61158 Convert a non-unique index to a unique index via the collMod com...Yuhong Zhang2022-03-117-2/+35
* SERVER-61158 IndexCatalog::refreshEntry() can update metadataYuhong Zhang2022-03-115-8/+20
* SERVER-61158 add unique to collMod index requestYuhong Zhang2022-03-1115-73/+195