summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-65399 Restart index build if recover in standalone and 'commitIndexBui...r4.4.16-rc0r4.4.16Shin Yee Tan2022-08-051-4/+42
* SERVER-68574 switch resmoke to logkeeper2Zakhar Kleyman2022-08-051-1/+1
* SERVER-68184 Use Number instead of NumberLong when indexing in checkWritesOfC...Jason Zhang2022-08-031-2/+2
* SERVER-68359 TTL monitor skips indexes with NaN expireAfterSecondsBenety Goh2022-08-032-4/+50
* SERVER-68487 add BSONElement::isNaN()Benety Goh2022-08-032-0/+39
* SERVER-50138 Avoid logging no TransportLayer configured in productionAlex Li2022-08-021-1/+3
* SERVER-68418 Support single phase index builds in index_build_restart_seconda...Gregory Noma2022-08-011-38/+86
* SERVER-66651 restore builtin role needs applyOps permissionsSara Golemon2022-07-293-8/+77
* Revert "SERVER-56676 TTLMonitor handles NaN/out of range values when extracti...Benety Goh2022-07-271-1/+1
* SERVER-67122 Add warning when requesting a module that doesn't exist or when ...Richard Samuels2022-07-272-7/+35
* SERVER-67532 Fail oplog server status section lessGabriel Marks2022-07-273-9/+14
* SERVER-68130 adjust autoSplitVector's estimatedAdditionalBytesPerItemInBSONArrayPierlauro Sciarelli2022-07-271-1/+10
* 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-64403 Encode the sort key from a document with collation only if value...Denis Grebennicov2022-07-272-17/+21
* SERVER-56676 TTLMonitor handles NaN/out of range values when extracting expir...Benety Goh2022-07-261-1/+1
* SERVER-67683 Change some of the modes in fast and opt buildsTausif Rahman2022-07-261-2/+2
* SERVER-66938 Drastically simplify command to generate ninja filesTausif Rahman2022-07-265-19/+144
* SERVER-66548 Add support for dependency tracking to $redactNicholas Zolnierz2022-07-263-0/+66
* SERVER-65262 Use `timestamp_transaction_uint` for `commit_transaction`Gregory Noma2022-07-261-8/+3
* SERVER-52641 Wait for all three index builds to start before restarting the s...Gregory Noma2022-07-252-148/+93
* 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/+613
* SERVER-51056 Disable refine_collection_shard_key_atomic.js from running in sh...Sergi Mateo Bellido2022-07-221-0/+1
* SERVER-61894 Support the 'showRawUpdateDescription' option in change stream s...Drew Paroski2022-07-228-17/+213
* SERVER-68158 fix incorrect replica set node reference in test for listIndexesBenety Goh2022-07-211-1/+1
* SERVER-67398: Fix the build with the legacy install modeKonstantin Trushin2022-07-141-13/+16
* SERVER-66461 added macos signing at evergreen archive stepDaniel Moody2022-07-133-0/+114
* Revert "SERVER-66461 added macos signing at evergreen archive step"Daniel Moody2022-07-134-122/+0
* SERVER-67993 fix 4.4 pylintersDaniel Moody2022-07-1248-157/+165
* SERVER-66461 added macos signing at evergreen archive stepDaniel Moody2022-07-124-0/+122
* SERVER-66621 Add additional check for two phase index build supportFaustoleyva542022-07-111-0/+10
* SERVER-40865 Retry CatalogCache refresh on QueryPlanKilled errorSergi Mateo Bellido2022-07-111-2/+3
* Revert "SERVER-67532 Fail oplog server status section less"Gabriel Marks2022-07-082-12/+9
* SERVER-67532 Fail oplog server status section lessGabriel Marks2022-07-072-9/+12
* SERVER-64659 add multiple index spec test case for indexBulkBuilder server st...Benety Goh2022-07-071-0/+13
* SERVER-60334 Avoid caching the cursor and session in WiredTigerSizeStorerGregory Wlodarek2022-07-014-44/+48
* SERVER-60334 Remove unused KVEngine::okToRename() functionGregory Wlodarek2022-07-013-24/+0
* SERVER-62656 xcode deduction guide workaroundBilly Donahue2022-06-301-1/+1
* SERVER-63243 Range deleter must not clean up orphan ranges in a round-robin f...Allison Easton2022-06-301-62/+73
* SERVER-67662 scons lint should handle empty string for is_patch variableBenety Goh2022-06-291-1/+1
* SERVER-64659 add initial sync test case for indexBulkBuilder server status se...Benety Goh2022-06-291-0/+19
* SERVER-62656 optional minmax for CSRS poolsBilly Donahue2022-06-289-11/+192
* SERVER-61234 Expand support for $function returning scalar BSON valuesJustin Seyster2022-06-2811-17/+300
* SERVER-64659 add external sorter file handle metrics to indexBulkBuilder serv...Benety Goh2022-06-252-2/+14
* SERVER-64659 add indexBulkBuilder server status section with minimal creation...Benety Goh2022-06-242-1/+75
* SERVER-66418 fix bug in projection created during dependency analysisSteve Tarzia2022-06-235-36/+178
* SERVER-64659 Sorter::File accepts optional SorterFileStats for tracking file ...Benety Goh2022-06-223-9/+51
* SERVER-64797 Use `WT_SESSION::timestamp_transaction_uint`Gregory Noma2022-06-212-5/+4
* SERVER-67302 Make linearizable reads robust to primary catch-up and simultane...Matthew Russotto2022-06-213-0/+79