summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/document_value
Commit message (Expand)AuthorAgeFilesLines
* SERVER-57130 Traverse arrays while filling the Document cachesamontea2021-05-253-3/+16
* SERVER-55786 Update PartitionIterator memory usage when documents are releasedNick Zolnierz2021-05-243-1/+26
* SERVER-53760 Improved document size approximation for spilling to diskMohammad Dashti2021-05-103-9/+59
* SERVER-55058 More move optimizations for Document/ValueDenis Grebennicov2021-05-046-4/+94
* SERVER-54241 Implement removable $covariance functionRuoxin Xu2021-04-192-0/+40
* SERVER-54238 Implement removable $push and $addToSet window functionsRuoxin Xu2021-03-031-0/+12
* SERVER-53714 Add removable $min/$max window functionsDavid Percy2021-02-161-0/+9
* Revert "SERVER-53714 Add removable $min/$max window functions"Gregory Wlodarek2021-02-121-9/+0
* SERVER-53714 Add removable $min/$max window functionsDavid Percy2021-02-111-0/+9
* SERVER-50754 introduce MakeBSONObjStage and various perf improvements to SBEIan Boros2021-01-191-3/+3
* SERVER-47398 Start sending 'let' for aggregates.Charlie Swanson2020-12-011-0/+4
* SERVER-51663 Implement $dateDiff in DocumentSource executionMindaugas Malinauskas2020-11-301-0/+7
* Revert "SERVER-51663 Implement $dateDiff in DocumentSource execution"Kaloian Manassiev2020-11-271-7/+0
* SERVER-51663 Implement $dateDiff in DocumentSource executionMindaugas Malinauskas2020-11-261-0/+7
* SERVER-49744 Per-document scoring metadata for $searchMihai Andrei2020-11-136-3/+113
* SERVER-25893 Make it easier to construct a Value from a VectorTed Tuckman2020-10-022-3/+24
* SERVER-50663 support $toUpper and $toLower in SBEClaire Childs2020-09-162-5/+2
* SERVER-43909 clarify and repair util/hex.h APIBilly Donahue2020-09-151-2/+1
* SERVER-49703 Added libdep linter alphabetic rule and update all libdeps list ...Daniel Moody2020-08-271-1/+1
* SERVER-49800 fix use-after-move violations in testsBenety Goh2020-08-011-2/+2
* SERVER-49300 Add all BSON types to the lexer and add $const to parserJacob Evans2020-07-272-0/+8
* SERVER-48410 Signed integer overflow fix for datetime libraryJacob Evans2020-06-101-3/+0
* SERVER-48410 disable failing test (fix and enable later)Billy Donahue2020-05-281-6/+9
* SERVER-47030 Fix date_time_support to not throw exceptionsJacob Evans2020-05-232-3/+19
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-45763 optimize sort key generationIan Boros2020-04-014-0/+281
* SERVER-43361 Remove compatibility with 4.2 sort key formatDavid Storch2020-03-255-82/+11
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45216 Rename Document::size() to Document::computeSizeSvilen Mihaylov2020-02-204-19/+20
* SERVER-45418 Avoid explicitly batching documents in $cursor for count-like ag...David Storch2020-02-192-7/+11
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-2/+6
* SERVER-45927 Alias for Atlas FTSMihai Andrei2020-02-121-2/+2
* SERVER-45192 don't allocate during WSM::clearIan Boros2020-01-081-0/+4
* SERVER-43669 Serialize "sortKey" as BSONArrayJustin Seyster2019-12-135-24/+80
* SERVER-44334 Make ProjectionExecutor fasterAnton Korshunov2019-12-102-0/+26
* SERVER-44487 Only construct Values in DocumentStorage cache for looked-up fie...David Storch2019-11-132-12/+2
* SERVER-44383 Use trivial BSON conversion for sort key generationJustin Seyster2019-11-022-0/+17
* SERVER-42713 Consistent sort key format for change streams pipelinesJustin Seyster2019-10-291-26/+5
* SERVER-43629 Improve Document/Value performanceMartin Neupauer2019-10-211-0/+8
* SERVER-42560 Simplify passing of metadata between DocumentSource and PlanStageIan Boros2019-10-103-2/+49
* SERVER-42836 Fast path for sort key generation of WorkingSetMembersJustin Seyster2019-10-081-2/+4
* SERVER-43175 platform/endian.h refreshBilly Donahue2019-10-021-2/+5
* SERVER-43418 ASSERT macro repairsBilly Donahue2019-10-022-6/+12
* SERVER-43367 unittest framework refactor/fixesBilly Donahue2019-10-021-3/+4
* SERVER-42302 Move Document/Value library to db/exec/document_value directory.David Storch2019-10-0120-0/+8748