summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* Remove buildmode flag for Linux3.6.17-linux-splunk-v3Jon Streets2021-02-261-1/+2
* Vendored mongo-tools v3.6 TOOLS-2803Jon Streets2021-02-25527-79/+52625
* SERVER-52902 Remove assertion !haveJournalFiles()Geert Bosch2021-01-131-1/+0
* BUILD-10833 Splunk custom build of 3.6.17 with BACKPORT-6439 LinuxBrian McCarthy2021-01-112-285/+18
* 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
* 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-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-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