summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/SConscript
Commit message (Expand)AuthorAgeFilesLines
* SERVER-63348 Implement Interval Evaluation TreeAlexander Ignatyev2022-03-141-0/+1
* SERVER-63572 Implement index join for scalar local field typeRui Liu2022-03-111-0/+3
* SERVER-62675 Test that $lookup gets pushed down after multiplanningMihai Andrei2022-03-091-1/+1
* SERVER-63553 Support multi-collection plans in SlotBasedStageBuilder and cons...Mihai Andrei2022-03-041-0/+2
* SERVER-62535 Allow sharded aggregation to return two cursorsTed Tuckman2022-03-021-0/+1
* SERVER-63294 server-side rewrite for match expressions with FLE find payloadsDavis Haupt2022-03-011-0/+4
* SERVER-62797 Clear SBE plan cache when query knobs are changedDavid Storch2022-02-231-2/+3
* SERVER-58435 Implement the basics of translation of $lookup into SBE's nested...Irina Yatsenko2022-02-171-0/+1
* SERVER-62984 Rudimentary query planning for columnar indexesIan Boros2022-02-041-0/+1
* SERVER-62434 Implement query optimizer based on Path algebra and CascadesSvilen Mihaylov2022-01-311-0/+2
* SERVER-61986 Add TenantNamespace to Collection objectjannaerin2022-01-181-0/+1
* SERVER-59682 Recover SBE plans from the new plan cacheRuoxin Xu2022-01-171-1/+0
* Revert "SERVER-62239 Put tenantId on opCtx if passed as $tenant"Kaloian Manassiev2022-01-161-1/+0
* SERVER-61986 Add TenantNamespace to Collection objectjannaerin2022-01-141-0/+1
* SERVER-61556 Fix SBE lib dependenciesAlexander Ignatyev2021-11-191-15/+35
* SERVER-60066 Remove plan cache entries on collection dropAlexander Ignatyev2021-11-031-0/+2
* SERVER-60726 Add clusteredInfo to QueryPlannerParamsHaley Connelly2021-10-181-0/+1
* SERVER-60070 Add parameter to control SBE plan cache sizeAlexander Ignatyev2021-10-011-1/+5
* SERVER-59854 Remove PlanCacheIndexabilityState from the PlanCacheRuoxin Xu2021-09-241-1/+2
* SERVER-59335 Separate code specific to the classic plan cache80741223+jlap199@users.noreply.github.com2021-09-021-9/+10
* SERVER-59438 clean up db/catalog/SConscript LIBDEPSBenety Goh2021-08-191-0/+1
* SERVER-58424 Refactor QueryPlanner::plan() in preparation for DocumentSource ...Eric Cox2021-08-191-0/+2
* SERVER-59310 clean up db/index/SConscript LIBDEPSBenety Goh2021-08-151-0/+1
* SERVER-57547 Add SBE builder for group accumulatorsEric Cox2021-07-151-0/+1
* SERVER-56568 Remove LIBDEPS_TYPEINFO in favor of disabling vptr sanitizer for...Andrew Morrow2021-07-091-3/+0
* SERVER-58076 Exclude new 5.0 language features from stable APICharlie Swanson2021-06-291-3/+8
* SERVER-55015 Replace GetMoreRequest with IDL-generated GetMoreCommandAlya Berciu2021-05-241-1/+0
* SERVER-56353 Cleanup incomplete chunks from a failed pre-5.0 shard/dropCollec...Kaloian Manassiev2021-04-281-1/+0
* SERVER-55740 make cursor_response_idl library dependencies privateBenety Goh2021-04-041-4/+8
* SERVER-54527 Add access_check: complex to existing commands that are not aggr...Mark Benvenuto2021-03-311-0/+1
* SERVER-50737 Support index intersection plans in SBEAndrii Dobroshynski2021-03-121-0/+1
* SERVER-53149 Specify getMore in IDLA. Jesse Jiryu Davis2021-03-041-2/+1
* SERVER-50710 Consolidate SBE and classic yielding pathsDavid Storch2021-03-031-0/+4
* SERVER-54008 Generalize CollectionScan to perform queries over RecordIdLouis Williams2021-02-241-0/+1
* SERVER-51622 Convert find and aggregate commands' output to IDLArun Banala2021-02-191-0/+14
* SERVER-53060 Remove QueryRequest classRuoxin Xu2021-02-171-1/+1
* SERVER-53146: Specify input to explain command in IDLMoustafa Maher2021-02-101-1/+1
* SERVER-51624 Modify query commands to enforce API version 1 behaviourRuoxin Xu2021-01-301-0/+1
* SERVER-50737 support AND_HASH in SBEAndrii Dobroshynski2021-01-221-0/+1
* SERVER-53161 Convert killCursors to TypedCommandSara Golemon2021-01-131-2/+0
* SERVER-53396 Create skeleton window function stage and IDL specNick Zolnierz2021-01-111-0/+2
* SERVER-51619 Convert find command input to IDLArun Banala2021-01-071-12/+3
* SERVER-51649 Convert aggregate command input to IDLRuoxin Xu2021-01-071-1/+2
* SERVER-51620 Convert findAndModify input to IDLArun Banala2020-12-021-2/+0
* SERVER-50712 Handle shard filtering in SBEEric Cox2020-12-011-0/+2
* SERVER-51788 Implement infrastructure for testing SBE stage builderEric Cox2020-11-111-0/+18
* SERVER-51848 Specific generic args in IDLA. Jesse Jiryu Davis2020-11-111-1/+1
* SERVER-50743 Support generation of "planSummary" stats in SBEAnton Korshunov2020-10-231-0/+1
* SERVER-38289 Teach objects builders how to build idl files.Daniel Moody2020-10-221-7/+7
* SERVER-49798 Added LIBDEPS_TYPEINFO for ubsan builds to add typeinfo dependen...Daniel Moody2020-10-091-18/+21