summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76098 Allow queries with search and non-simple collationsr5.0.17-rc0r5.0.17Militsa Sotirova2023-04-141-5/+0
* SERVER-75745 Only log record and index metadata associated with missing or ex...Dan Larkin-York2023-04-123-8/+22
* SERVER-75261 Added accounting for array element overhead for "listCollections...Mindaugas Malinauskas2023-04-127-24/+130
* SERVER-74720 The default 'shardingStatistics' serverStatus section takes locksPol Pinol Castuera2023-04-121-1/+1
* Revert "SERVER-54150 Recovery from a stable checkpoint should fassert on oplo...Moustafa Maher Khalil2023-04-1215-202/+55
* SERVER-54150 Recovery from a stable checkpoint should fassert on oplog applic...Moustafa Maher Khalil2023-04-1015-55/+202
* SERVER-75010 Introduce inShardedEnvironment() function toBen Shteinfeld2023-04-075-0/+19
* SERVER-75601 Omit ApiVersions from FTDC data.Moustafa Maher2023-04-061-2/+3
* SERVER-75561 Report and log more detailed information when validate encounter...Dan Larkin-York2023-04-052-3/+54
* SERVER-75517 Add additional dollar-prefix validation in _idAlya Berciu2023-04-041-11/+22
* SERVER-73229 Throw on write errors in session refreshAbdul Qadeer2023-04-041-3/+2
* SERVER-74647 Retry create resharding state machine on interruptBrett Nawrocki2023-03-301-12/+29
* SERVER-75404 Designate $searchSortValues as a metadata fieldBen Shteinfeld2023-03-306-1/+63
* SERVER-75431 Get rid or fix best effort check for primary db on rename path i...Pierlauro Sciarelli2023-03-301-4/+0
* SERVER-74895 Expect command errors in validation when querying $collStatsr5.0.16-rc0r5.0.16Dianna Hohensee2023-03-291-1/+4
* SERVER-75205 Fix deadlock involving FCV lockMatt Kneiser2023-03-291-2/+12
* SERVER-74131 Inject emit function on every call to ExpressionInternalJsEmit::...Denis Grebennicov2023-03-282-11/+10
* Revert "SERVER-74720 The default 'shardingStatistics' serverStatus section ta...Paolo Polato2023-03-281-1/+1
* Import wiredtiger: b09743bdf8073e3bc9bbf5a67bc0d5c855188afa from branch mongo...Luke Chen2023-03-282-4/+18
* SERVER-66542 Unifying paths on the CatalogCache lookup functionSergi Mateo Bellido2023-03-271-89/+94
* SERVER-58466 Minor optimization on the CatalogCacheSergi Mateo Bellido2023-03-2710-47/+64
* SERVER-63049 Implemented counters for aggregate accumulator expressionsTimour Katchaounov2023-03-278-59/+66
* SERVER-73751 MovePrimary shouldn't copy indexes of sharded collectionsSergi Mateo Bellido2023-03-271-0/+6
* SERVER-74845 Add environment variable override for processManagement.forkRyan Egesdahl2023-03-252-4/+258
* SERVER-72774 Prevent a node in quiesce mode to win election.Wenbin Zhu2023-03-253-4/+18
* SERVER-62036 Failures in preCacheMongosRoutingInfo() will cause mongos to fai...Antonio Fuschetto2023-03-233-9/+14
* SERVER-71307 Collation must be simple for search and searchMetaMilitsa Sotirova2023-03-221-0/+5
* SERVER-69952 Prevent timeseries from using _id when out of rangeJoel Redman2023-03-222-3/+61
* SERVER-74720 The default 'shardingStatistics' serverStatus section takes locksPol Pinol Castuera2023-03-211-1/+1
* SERVER-74156 add macos plist file for use with homebrew installsDaniel Moody2023-03-201-0/+10
* SERVER-74038 Grow dwMaximumWorkingSetSize with current working set sizeMark Benvenuto2023-03-201-1/+14
* SERVER-74386 Don’t reset "recordPreImages" option on "collMod" commandDenis Grebennicov2023-03-201-3/+4
* SERVER-61909 Abort operation if it cannot ever fit in WT cacheYu Jin Kang Park2023-03-207-13/+164
* SERVER-73822 Time-series $group rewrite ignores certain accumulatorsKevin Cherkauer2023-03-172-6/+35
* SERVER-67780 Incorrect $group rewrite for timeseries collection when the accu...Svilen Mihaylov2023-03-172-52/+73
* Import wiredtiger: c7cea9c71fc7cab71c2bd16e874b3d0cd2e89123 from branch mongo...Luke Chen2023-03-179-12/+70
* Import wiredtiger: c1e0d4e16d27c0e5e96bfd039762ca9f4fda6f7b from branch mongo...Luke Chen2023-03-172-7/+7
* SERVER-72542 Avoid redundant index traversal during full validationYuhong Zhang2023-03-165-55/+32
* SERVER-74642 validate fetches and logs oplog entries for corrupted recordsBenety Goh2023-03-161-0/+62
* SERVER-74642 IndexConsistency::addDocKey() accepts ValidateResultsBenety Goh2023-03-164-5/+11
* SERVER-74642 WiredTigerRecordStore::printRecordMetadata() saves timestampsBenety Goh2023-03-161-0/+14
* SERVER-74642 RecordStore::printRecordMetadata() accepts recordTimestampsBenety Goh2023-03-167-9/+26
* SERVER-66012 Use the WiredTiger version cursor to print the index entries met...Yuhong Zhang2023-03-161-2/+5
* SERVER-66012 Implement the WiredTiger version cursor in the sorted data inter...Yuhong Zhang2023-03-166-3/+83
* SERVER-61203 Use the WiredTiger version cursor to print the collection record...Gregory Wlodarek2023-03-161-0/+7
* SERVER-61203 Implement the WiredTiger version cursor in the record storeGregory Wlodarek2023-03-166-0/+81
* SERVER-74631 Log index spec when validation detects index key inconsistenciesDan Larkin-York2023-03-161-0/+15
* SERVER-74632 Log aggregation results when validate commands fails due to a va...Dianna Hohensee2023-03-161-0/+74
* SERVER-74045 Allow turning on diagnostic log messages for validateGregory Wlodarek2023-03-1612-75/+103
* SERVER-66469 Fix correctness when filtering on dates before the epochJoel Redman2023-03-151-86/+157