summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Import wiredtiger: 3a63ddcbed28c5f40ef026c55b85e34042a9715d from branch mongo...r3.6.19-rc0r3.6.19Chenhao Qu2020-07-145-47/+61
* SERVER-49233 Introduce a flag to toggle the logic for bumping collection's ma...Matthew Saltz2020-07-082-3/+206
* SERVER-49142 Validate correct field name in RoleName::parseFromBSON()Sara Golemon2020-06-291-1/+1
* SERVER-45610 Reject commands that read data when node is in RECOVERING stateVesselina Ratcheva2020-06-2615-13/+77
* SERVER-46487 Add fast path to getShardIdsForRange() when chunk range is [MinK...Gregory Noma2020-06-242-5/+42
* SERVER-37069 Remove Rosette Linguistics PlatformMark Benvenuto2020-06-181-1/+1
* SERVER-45508 Fix crash when planning collated sort within multi point intervalDavid Percy2020-05-282-8/+21
* SERVER-40805 Indicate reason for replanningDavid Percy2020-05-288-23/+36
* SERVER-47695: Don't set lastOp for client backwards in terms of timestamp aft...Lingzhi Deng2020-05-271-4/+7
* SERVER-47994 Fix for numerical overflow in GeoHashSvilen Mihaylov2020-05-211-2/+11
* SERVER-47913 Redact sharding messages in cleanupOrphanedDataDan Pasette2020-05-131-2/+2
* SERVER-47913 Redact sharding messages in split chunk and distributed lock acq...Dan Pasette2020-05-132-3/+3
* SERVER-45367 Log open cursors for a namespace when submitting tasks to the ra...Matthew Saltz2020-05-1110-14/+143
* SERVER-46398 Expand the data directory not found message on startup to be mor...Gregory Wlodarek2020-05-012-4/+12
* SERVER-29153 Wait for nodes to agree on primary before writes in ShardingTest...Jack Mulrow2020-04-061-0/+2
* SERVER-32903 Ambiguous field name error should be ignored during initial syncRyan Timmons2020-04-021-0/+2
* SERVER-46834 Use monotonic time in UserCacheInvalidatorShreyas Kalyan2020-04-011-1/+4
* SERVER-42525 Single-node replica sets shouldn't wait for electable caught up ...Mihai Andrei2020-03-311-13/+18
* SERVER-34199 Remove serverStatus timing section from FTDCMark Benvenuto2020-03-272-2/+19
* SERVER-38119 Windows dump file naming does not account for dots in directory ...Mathew Robinson2020-03-241-1/+1
* SERVER-46024 Collect /proc/vmstat swap statistics in FTDCMark Benvenuto2020-03-204-0/+199
* SERVER-45156 SockAddr constructor should take sockaddr, not sockaddr_storageMark Benvenuto2020-03-193-14/+6
* SERVER-46898 The tcmallocReleaseRate parameter does not work in 4.0 and 3.6Mark Benvenuto2020-03-181-1/+1
* SERVER-45363 Base weight for text index on exact match not possible matchTed Tuckman2020-03-061-1/+1
* SERVER-45770 add to/from information to moveChunk.to log messageJosef Ahmad2020-03-061-1/+1
* SERVER-46466 Make session migration destination check out sessionRandolph Tan2020-03-051-14/+24
* SERVER-45418 Avoid explicitly batching documents in $cursor for count-like ag...David Storch2020-03-022-17/+107
* SERVER-35050 Don't abort collection clone due to negative document countMihai Andrei2020-02-272-8/+9
* SERVER-45935 WT error handler can incorrectly print 'An unsupported journal f...Louis Williams2020-02-261-1/+2
* SERVER-45178 Always update rollbackId before truncating oplog for rollback-vi...Vesselina Ratcheva2020-02-264-8/+30
* SERVER-46174 Free peer certificate in SSL_get0_verified_chain polyfillSara Golemon2020-02-151-2/+11
* SERVER-33597 Make allow_partial_results.js, return_partial_shards_down.js sta...Cheahuychou Mao2020-02-091-7/+10
* SERVER-44435 Allow selective whitelisting of X509 based role authorizationsSara Golemon2020-02-0419-23/+470
* SERVER-44325 Provide SSL_get0_verified_chain() polyfill for OpenSSL < 1.1.0Sara Golemon2020-02-041-0/+46
* SERVER-42573 Only warn about enableReadConcernMajority if PSA architectureXuerui Fa2020-02-043-2/+15
* SERVER-45472 Ensure RoleGraph can serialize authentication restrictions to BSONSpencer Jackson2020-01-292-17/+64
* SERVER-40047 Test for blocking queue should not test for non-guaranteed condi...Matthew Russotto2020-01-281-1/+1
* SERVER-45289 Fix uninitialized variable in the validate adaptorGregory Wlodarek2020-01-281-1/+1
* SERVER-43349 Skip double-$not during $elemMatch serializationCharlie Swanson2020-01-272-9/+181
* SERVER-45279 GranularityRounder rounding infinity case no longer causes infin...Ian Boros2020-01-212-2/+16
* SERVER-43195 Add namespace to ChunkManager ShardKeyNotFound errors in order t...Blake Oler2020-01-211-2/+6
* Import wiredtiger: 723a4c13292b0bc7e27be411db4d006a0b865bd8 from branch mongo...r3.6.17-rc0r3.6.17Luke Chen2020-01-1628-226/+438
* SERVER-43246 Add a log line for when a cursor is reaped due to logical sessio...Kevin Pulo2020-01-155-0/+23
* SERVER-44477 Use correct collection count in cluster MR when determining whet...Nicholas Zolnierz2020-01-141-13/+5
* SERVER-44527 Avoid renaming to target collection in mapReduce if the shard do...Nicholas Zolnierz2020-01-131-21/+21
* SERVER-45396 Fix the 'me' field in isMaster responses when using splithorizonTess Avitabile2020-01-091-1/+1
* Import tools: a7ddcd8fc366b071f3fa359d277677812cc5c2ce from branch v3.6Tim Fogarty2020-01-094-7/+111
* SERVER-39131 Refactor storage engine lock file supportMark Benvenuto2019-12-314-10/+11
* SERVER-35382 _isSelf requiresAuth falseSpencer Jackson2019-12-201-0/+3
* SERVER-44828 Correct logic to re-compute dependenciesCharlie Swanson2019-12-191-7/+16