summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec
Commit message (Expand)AuthorAgeFilesLines
* SERVER-56350 Add default value to OwnedValueAccessor::_valSajed Nahian2021-06-091-1/+1
* SERVER-57127 IndexCatalogEntry::isMultikey() accepts OperationContext and Col...Benety Goh2021-06-044-4/+4
* SERVER-57127 IndexCatalogEntry::getMultikeyPaths() accepts CollectionPtrBenety Goh2021-06-043-3/+3
* SERVER-57127 IndexAccessMethod::getKeys() accepts OperationContext and Collec...Benety Goh2021-06-041-1/+3
* SERVER-57127 sbe::IndexKeyConsistencyCheckCallback accepts CollectionPtrBenety Goh2021-06-042-4/+13
* SERVER-57127 WorkingSetCommon::fetch() accepts CollectionPtrBenety Goh2021-06-046-6/+11
* SERVER-54741: Extend expression walker to support read-only use casesHana Pearlman2021-06-041-1/+1
* SERVER-57127 IndexAccessMethod::findSingle() accepts CollectionPtrBenety Goh2021-06-031-1/+1
* SERVER-57127 IndexScanParams accepts CollectionPtrBenety Goh2021-06-033-6/+8
* SERVER-57127 DistinctParams accepts CollectionPtrBenety Goh2021-06-031-1/+3
* SERVER-57127 CountScanParams accepts CollectionPtrBenety Goh2021-06-031-1/+4
* SERVER-56200 Added base case to catch if op is none of the expected typesJennifer Peshansky2021-05-261-0/+2
* SERVER-57130 Traverse arrays while filling the Document cachesamontea2021-05-253-3/+16
* SERVER-56933 Return options to create an identical time-series collection fro...Gregory Noma2021-05-242-2/+2
* SERVER-55601 Improve performance of Queries.CoveredBlockingSort benchmark in SBENikita Lapkov2021-05-2113-32/+148
* SERVER-56388 Remove default RestoreType constructorSebastien Mendez2021-05-191-1/+1
* SERVER-55786 Update PartitionIterator memory usage when documents are releasedNick Zolnierz2021-05-193-1/+26
* SERVER-53303 Make sort and group execution stages report number of spills to ...Denis Grebennicov2021-05-192-6/+8
* SERVER-56869 Various fixes for use-after-free bugs in SBEIan Boros2021-05-178-19/+78
* SERVER-56792 Fail query in SBE cached planner and subplanner if an index is d...David Storch2021-05-172-69/+9
* SERVER-56755 Collect and expose statistics for insert and updates with dots a...Ruoxin Xu2021-05-142-1/+11
* SERVER-56453 fix LocalOplogInfo namespace to match new header locationBenety Goh2021-05-141-1/+1
* SERVER-56453 move LocalOplogInfo header from repl/ to catalog/Benety Goh2021-05-141-1/+1
* SERVER-56459 Support variables from ExpressionContext in SBE stage builderNikita Lapkov2021-05-133-25/+53
* SERVER-53760 Improved document size approximation for spilling to diskMohammad Dashti2021-05-103-9/+59
* SERVER-56331 [SBE] Implement support for the CodeWScope BSON typeDrew Paroski2021-05-079-22/+223
* SERVER-56502 Sort triggers memory limit exceeded on only one versionMartin Neupauer2021-05-051-1/+1
* SERVER-55335 Change plan ranking formula for SBEIan Boros2021-05-052-15/+20
* SERVER-49117 Remove storage validation of '$' prefixes in insert and updateAlya Berciu2021-05-051-1/+3
* SERVER-55058 More move optimizations for Document/ValueDenis Grebennicov2021-05-047-5/+95
* Revert "SERVER-56331 [SBE] Implement support for the CodeWScope BSON type"Drew Paroski2021-05-039-212/+20
* SERVER-56331 [SBE] Implement support for the CodeWScope BSON typeDrew Paroski2021-04-309-20/+212
* SERVER-55498 Prevent SBE from using unowned values from storage afterMartin Neupauer2021-04-2942-120/+407
* SERVER-56445 Upsert violates multi-timestamp constraints when inserting into ...Gregory Wlodarek2021-04-291-4/+12
* SERVER-56102 Fix SBE bit-test operators to match classic engine for Decimal v...Drew Paroski2021-04-294-61/+59
* SERVER-56254 [SBE] ixscan's snapshot id slot should be updated during yield r...Mihai Andrei2021-04-291-0/+8
* SERVER-56328 [SBE] Make hashing consistent across little-endian and big-endia...Drew Paroski2021-04-283-66/+67
* SERVER-51137 [SBE] Add logging for index key found with reference to non-exis...Mihai Andrei2021-04-285-37/+126
* SERVER-56353 Cleanup incomplete chunks from a failed pre-5.0 shard/dropCollec...Kaloian Manassiev2021-04-281-1/+0
* SERVER-56114 [SBE] Fix bounding number of reads before triggering a replanAndrii Dobroshynski2021-04-273-9/+13
* SERVER-55672 Fix oplog timestamp logic in SBEArun Banala2021-04-268-82/+136
* SERVER-55774 Fix Coverity analysis defect 118027Arun Banala2021-04-261-4/+4
* SERVER-56132 Don't use stack spool consumer with eager producer in SBE unit testDavid Storch2021-04-231-18/+26
* SERVER-55830 Fix endianness bugs in bson_scan.cpp and sbe_stage_builder_expre...Drew Paroski2021-04-231-3/+5
* SERVER-56252 [SBE] UnionStage::close() should increment _commonStats.closesMihai Andrei2021-04-231-0/+1
* SERVER-56132 Fix SBE spool producers' close() methodsDavid Storch2021-04-223-3/+305
* SERVER-56140 [SBE] UniqueStage::close() should clear its _seen bufferMihai Andrei2021-04-212-0/+31
* SERVER-55887 remove unowned_ptrBilly Donahue2021-04-216-7/+8
* SERVER-55099 Update $_internalUnpackBucket serialization and parsingJacob Evans2021-04-211-1/+5
* SERVER-54766: Ensure that multiple $unpackBucket rewrites correctly work toge...Hana Pearlman2021-04-201-0/+6