summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-44733 Change stream should throw ChangeStreamFatalError if a single sh...Bernard Gorman2019-12-195-11/+17
* SERVER-42565 Agg and find commands sort missing fields differentlyJustin Seyster2019-12-182-1/+36
* SERVER-44796 adjust nojournal startup warning to be more compellingEric Milkie2019-12-181-3/+10
* SERVER-44568 Update server's embedded time zone rules to version 2019c.David Storch2019-12-161-32064/+31589
* SERVER-42697 Add setParameter tcmallocReleaseRateHenrik Ingo2019-12-122-0/+62
* SERVER-43764 Add more testing for special values in DoubleDoubleSummationAnton Korshunov2019-12-112-9/+29
* SERVER-44869 Add query knobs for $push and $addToSet memory limitsCharlie Swanson2019-12-106-13/+43
* SERVER-44174 $push and $addToSet should restrict memory usageCharlie Swanson2019-12-104-34/+80
* SERVER-42756 $multiply with NaN operand violates commutativityAnton Korshunov2019-12-101-2/+4
* SERVER-37772 adding RHEL80 distroJohn Chen2019-12-021-3/+2
* SERVER-38002 Upgrade PCRE to 8.42Andrew Morrow2019-11-26132-899/+840
* SERVER-44571 Documents involved in SERVER-44050 corruption scenario cannot be...Arun Banala2019-11-2020-34/+151
* SERVER-40669 Remove unneeded shebang from install_compass.inJohn Chen2019-11-191-1/+0
* SERVER-38691 Include serverInfo in explain output for aggregation and shardingDavid Percy2019-11-198-20/+113
* SERVER-44320 Allow users with enableSharding cluster AT to manipulate shardin...Sara Golemon2019-11-133-17/+42
* SERVER-43322 Report oplog processing and truncation data in serverStatusMaria van Keulen2019-11-136-2/+77
* SERVER-44584: Do not rewrite updates as modifies.Daniel Gottlieb2019-11-131-18/+0
* SERVER-35463 Mark listCommands as pre-authSara Golemon2019-11-111-0/+3
* SERVER-43193 Always disable document validation on secondariesJudah Schvimer2019-11-082-5/+5
* SERVER-43236 Wrap reconfig cmd no-op oplog write in writeConflictRetry blockAli Mir2019-11-061-12/+17
* SERVER-44322 Fail gracefully when the storage engine has failed to initializeBen Caimano2019-11-052-3/+13
* SERVER-42914 Add failpoint to override balancer round interval (partial cherr...Matthew Saltz2019-11-042-7/+22
* SERVER-43879 OplogInterfaceLocal::next should return an owned BSON objr3.6.15-rc1r3.6.15Judah Schvimer2019-10-301-1/+1