summaryrefslogtreecommitdiff
path: root/src/mongo/db/query
Commit message (Expand)AuthorAgeFilesLines
* SERVER-62648 Eliminate std::cerr from new optimizer loggingMatt Boros2022-06-271-4/+14
* SERVER-43155 Queries which exceed `maxTimeMS` may return `NetworkInterfaceExc...Varun Ravichandran2022-06-271-7/+10
* SERVER-67162 Integrate new PCRE2 wrapperJennifer Peshansky2022-06-272-10/+7
* SERVER-67098 Add a server parameter to disable plan cachingDenis Grebennicov2022-06-273-1/+15
* SERVER-66772 remove unused validateInputParamsBindingsAlexander Ignatyev2022-06-273-227/+0
* SERVER-65289 Improvements to Mirrored Reads Metrics and VisibilityJason Chan2022-06-245-3/+26
* SERVER-67143 Delete some unused internal client codeDavid Storch2022-06-231-3/+2
* SERVER-67380 Improve handling of partial schema requirementsSvilen Mihaylov2022-06-225-142/+146
* SERVER-64432 Integrate SBE plan cache for $lookupRui Liu2022-06-2214-171/+438
* SERVER-32863 Add named month placeholder to $dateFromString formatNaomie Gao2022-06-211-0/+3
* SERVER-67092 Delete 'featureFlagSBEGroupPushdown' and 'featureFlagSBELookupPu...Mihai Andrei2022-06-211-12/+0
* SERVER-62025 Only use CQF path for eligible queries and fallback to classic o...Nicholas Zolnierz2022-06-162-2/+10
* SERVER-59677 Remove stale commentJeffrey Xiao2022-06-163-22/+13
* SERVER-66724 Create FLE 2 Equality Match ExpressionMark Benvenuto2022-06-165-74/+670
* SERVER-67039 convert `fields` and `projectFields` to `std::set`Jeffrey Xiao2022-06-152-15/+12
* SERVER-55934 Add feature flag for change streams for time seriesNaomie Gao2022-06-131-0/+5
* SERVER-66608 Made OpNodeStorage::_nodes array protectedLynne Wang2022-06-131-2/+3
* SERVER-67003 Fixes for agg expressionsSvilen Mihaylov2022-06-132-6/+8
* SERVER-65955 Migrate shell exhaust path onto modern internal client APIDavid Storch2022-06-102-2/+0
* SERVER-64994 Extend the planner to allow soft hints about index traversal dir...Matt Boros2022-06-1010-81/+222
* SERVER-62327 fix clang-tidy v4Nicholas Zolnierz2022-06-101-0/+2
* SERVER-62327 Polish and comment PolyValue and Operator classesNicholas Zolnierz2022-06-096-155/+156
* SERVER-65210 Basic code to read change streams using the change collection.Rishab Joshi2022-06-096-21/+27
* SERVER-61127 Retry multi-writes that hit StaleConfig due to critical section ...Jordi Serra Torrens2022-06-093-1/+32
* SERVER-66814 Use classic MatchExpression for applying filters in SBEIan Boros2022-06-077-147/+208
* SERVER-66812 Fix bug with $group projection analysisCharlie Swanson2022-06-068-43/+59
* SERVER-58922 Delete the last vestiges of ntoreturnDavid Storch2022-06-066-63/+10
* SERVER-51546 Support expression $setEquals in SBEZixuan Zhuang2022-06-061-1/+7
* SERVER-65960 Fall back to classic engine when NLJ is chosenMihai Andrei2022-06-049-59/+139
* SERVER-66458 Positional projection can result in caching incorrect parameteri...Denis Grebennicov2022-06-021-5/+11
* SERVER-66807 Enable featureFlagChangeStreamsFurtherEnrichedEventsArun Banala2022-05-311-1/+2
* SERVER-63865 Handle missing index idents during standalone startup recoveryGregory Noma2022-05-313-14/+15
* SERVER-66718 Allow StorageInterfaceImpl to perform more clustered collection ...Louis Williams2022-05-302-7/+27
* SERVER-62961 Fix ABT->SBE lowering of EvalFilter paths to correctly handle c...Svilen Mihaylov2022-05-275-19/+255
* SERVER-66583 Re-enable SBE as the default execution engine and fall back to c...Mihai Andrei2022-05-274-42/+31
* SERVER-66545 Collator should be passed as an argument to "generateSortKey" bu...Anton Korshunov2022-05-271-9/+16
* SERVER-61990: Comment, polish, and test ABT reference trackerHana Pearlman2022-05-2610-106/+573
* SERVER-66533 update FLE array tag size estimationsergey.galtsev2022-05-261-1/+3
* SERVER-61992 Enable ABT generation of "exists" in $matchruslan.abdulkhalikov2022-05-261-2/+2
* SERVER-62764 Write tenantId fields to oplog entries on insertHugh Tong2022-05-251-0/+1
* SERVER-66490 Apply pylinters to build system codeTausif Rahman2022-05-256-28/+20
* SERVER-66661 Fix memory leak in const_evalSvilen Mihaylov2022-05-231-2/+2
* SERVER-66619 Teach update layer that all modifications affect columnar indexesMathias Stearn2022-05-231-0/+2
* SERVER-66274 Extend the cases of construction of simpler parameterized SBE in...Denis Grebennicov2022-05-231-11/+55
* SERVER-65209 Skeleton code to create change collection.Rishab Joshi2022-05-211-0/+5
* Revert "SERVER-65209 Skeleton code to create change collection."Pierlauro Sciarelli2022-05-201-5/+0
* SERVER-65209 Skeleton code to create change collection.Rishab Joshi2022-05-191-0/+5
* SERVER-66575 Add support for a left outer join to SBE NLJMartin Neupauer2022-05-192-0/+7
* SERVER-66551 Rename internalQueryEnableSlotBasedExecutionEngine back to inter...Mihai Andrei2022-05-1910-45/+36
* SERVER-66559 Expand the internalQueryMaxAddToSetBytes param from 32 to 64 bitsJames Wahlin2022-05-181-1/+1