summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
* SERVER-45202 Improve command alias infrastructurer3.6.20-rc1Amirsaman Memaripour2020-08-282-5/+27
* SERVER-40317 Fail query when $facet intermediate output exceeds 100MBDavid Storch2020-08-254-8/+45
* SERVER-50180 Fix User lifetime management in AuthorizationManager::acquireUse...r3.6.20-rc0Mark Benvenuto2020-08-191-0/+1
* SERVER-39392 Remove tautological invariantAndrew Morrow2020-08-171-1/+0
* SERVER-48709 Fix overflow in key manager wake up calculationJack Mulrow2020-08-123-11/+50
* SERVER-48993 explodeForSort can produce incorrect query planMindaugas Malinauskas2020-08-072-0/+167
* SERVER-36910 Reduce severity of log message for PlanExecutor::DEAD error duri...Bernard Gorman2020-08-071-2/+2
* SERVER-49404 Enforce additional checks in $arrayToObjectDrew Paroski2020-08-041-2/+14
* SERVER-41600 Invalidate index from CollectionInfoCache in refreshEntryMaria van Keulen2020-08-021-2/+6
* SERVER-48967 Ban non-primary writes with empty namespaceA. Jesse Jiryu Davis2020-07-247-31/+137
* 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-2611-6/+47
* 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-119-14/+104
* SERVER-46398 Expand the data directory not found message on startup to be mor...Gregory Wlodarek2020-05-012-4/+12
* 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-46024 Collect /proc/vmstat swap statistics in FTDCMark Benvenuto2020-03-201-0/+18
* 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-44435 Allow selective whitelisting of X509 based role authorizationsSara Golemon2020-02-044-1/+88
* 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-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-43246 Add a log line for when a cursor is reaped due to logical sessio...Kevin Pulo2020-01-151-0/+1
* 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
* 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-193-7/+11
* 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-43764 Add more testing for special values in DoubleDoubleSummationAnton Korshunov2019-12-111-9/+1
* 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