summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec
Commit message (Expand)AuthorAgeFilesLines
* SERVER-69258 Avoid allocating stack object in ColumnScanStage::checkFilter()Justin Seyster2022-09-021-4/+4
* SERVER-69104 Avoid repeated creation of ColumnStoreEncoderJustin Seyster2022-09-013-16/+15
* SERVER-66636 Introduce server parameters to track storage and TTL stats for t...Denis Grebennicov2022-09-015-1/+10
* SERVER-68970 Update sbe_stage_builder_projection.cpp to use traversePDrew Paroski2022-08-3111-56/+335
* SERVER-68788 Coverity analysis defect 122654: Using a moved objectWill Buerger2022-08-301-1/+2
* SERVER-69020 Update sbe_stage_builder_expression.cpp to use traversePDrew Paroski2022-08-306-60/+112
* SERVER-66845: Comment and polish ABT operator typesHana Pearlman2022-08-291-1/+1
* SERVER-68826 Move logical_time into server_baseKaloian Manassiev2022-08-291-3/+3
* SERVER-68965 Improvements to indexing in the presence of nested subfeldsSvilen Mihaylov2022-08-272-2/+2
* SERVER-68826 Move basic_types into server_baseKaloian Manassiev2022-08-261-1/+1
* SERVER-68891 StaleConfigInfo should use shard versionAllison Easton2022-08-263-10/+10
* SERVER-62407 Translate find queries directly to ABTBen Shteinfeld2022-08-251-1/+1
* SERVER-68969 Replace TraverseStage with traverseF expressions in sbe_stage_bu...Drew Paroski2022-08-201-2/+2
* SERVER-67140 Change query planner to determine column index eligibility based...Justin Zhang2022-08-192-17/+10
* SERVER-66998 Do not allow WriteConflict exceptions to be thrown without contextFaustoleyva542022-08-186-6/+11
* SERVER-63845 Separate variable reference tracking from pipeline field depende...Nicholas Zolnierz2022-08-187-10/+46
* SERVER-67623 Use int64_t instead of RecordId in column index read pathParker Felix2022-08-182-55/+58
* SERVER-68214 move session_catalog*, session*, logical_session* to mongo/db/se...Shin Yee Tan2022-08-171-1/+1
* SERVER-68820 Move temp collection cleanup paths out of DatabaseKaloian Manassiev2022-08-151-54/+42
* SERVER-68635 Move the whole insert path out of CollectionImplKaloian Manassiev2022-08-151-5/+7
* SERVER-67336 Support per-path filters in SBE column scan stageIrina Yatsenko2022-08-134-111/+463
* SERVER-65684 Fix stack usage with ASAN and gcovRyan Egesdahl2022-08-121-1/+1
* SERVER-66630 Implement computation of timestamp high-water mark for multi-ten...Mindaugas Malinauskas2022-08-123-5/+35
* SERVER-67282 $add not to use DoubleDoubleSum in SBEZixuan2022-08-111-6/+64
* SERVER-66631 Implement command to enable and disable the change stream.Rishab Joshi2022-08-111-1/+4
* SERVER-68697 Optimize traverseF/traversePMartin Neupauer2022-08-112-105/+95
* SERVER-68501 changed invariant to uassert for direct bounded sort useMatt Boros2022-08-112-2/+35
* SERVER-68281 Improve ValueGuard performanceParker Felix2022-08-102-55/+31
* SERVER-68683 [CQF] Fix grow_hash_table.jsSvilen Mihaylov2022-08-101-1/+1
* SERVER-61281 Use memoization for Document::getApproximateSizeNikita Lapkov2022-08-104-28/+93
* SERVER-67459 Change BasicCommand to use DatabaseNameSophia Tan2022-08-101-2/+2
* Revert "SERVER-67282 $add not to use DoubleDoubleSum in SBE"Sviatlana Zuiko2022-08-091-64/+6
* SERVER-67282 $add not to use DoubleDoubleSum in SBEZixuan Zhuang2022-08-081-6/+64
* SERVER-68205 Pull capped collection maintenance out of CollectionImplKaloian Manassiev2022-08-071-1/+0
* SERVER-67548 Index scan with equality to null incorrectly appends null if the...Svilen Mihaylov2022-08-061-3/+3
* Revert "SERVER-67336 Per-path filters"Uladzimir Makouski2022-08-052-311/+46
* SERVER-67336 Per-path filtersIrina Yatsenko2022-08-042-46/+311
* Revert "SERVER-61281 Use memoization for Document::getApproximateSize"Kyle Suarez2022-08-034-93/+28
* SERVER-67318 Add addition, subtraction, multiplication to const_eval with ove...Daniel Segel2022-08-026-185/+263
* SERVER-64069 Relax restriction that changing a document's shard key value mus...Erin Liang2022-08-022-5/+22
* SERVER-63123 Add support for creating columnar indexes with a subset of field...Justin Zhang2022-07-301-2/+7
* Revert "SERVER-64069 Relax restriction that changing a document's shard key v...Sviatlana Zuiko2022-07-282-22/+5
* SERVER-61281 Use memoization for Document::getApproximateSizeNikita Lapkov2022-07-284-28/+93
* SERVER-64069 Relax restriction that changing a document's shard key value mus...Erin Liang2022-07-282-5/+22
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-278-30/+30
* SERVER-67546 initialize _collator to nullptrKyle Suarez2022-07-271-1/+1
* SERVER-67101 Support microsecond precision in ScopedTimerRuoxin Xu2022-07-2714-59/+147
* Revert "SERVER-67101 Support microsecond precision in ScopedTimer"Ruoxin Xu2022-07-2614-147/+59
* SERVER-67101 Support microsecond precision in ScopedTimerRuoxin Xu2022-07-2614-59/+147
* Revert "SERVER-67318 Add addition, subtraction, multiplication to const_eval ...Alexander Neben2022-07-262-14/+13