summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/SConscript
Commit message (Expand)AuthorAgeFilesLines
* SERVER-49798 Added LIBDEPS_TYPEINFO for ubsan builds to add typeinfo dependen...Daniel Moody2020-10-091-18/+21
* SERVER-50161 Add query knob to parse find commands using the grammar and CSTNick Zolnierz2020-09-211-0/+1
* SERVER-50375 Ensure mongos forwards API params to shardsA. Jesse Jiryu Davis2020-09-101-0/+1
* SERVER-48616 Make SBE expose the correct 'numYields' statisticDavid Storch2020-09-031-0/+1
* SERVER-49703 Added libdep linter alphabetic rule and update all libdeps list ...Daniel Moody2020-08-271-4/+4
* SERVER-48731 Inclusion of FLE support in the shell drags too much of the quer...Svilen Mihaylov2020-07-221-5/+17
* SERVER-46661 Use the IDL to parse a killCursors commandMindaugas Malinauskas2020-07-081-1/+1
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-0/+12
* SERVER-27976 explain command should not accept unknown optionsMindaugas Malinauskas2020-06-031-0/+1
* SERVER-47191 Implement evalutation of Expressions to produce let parametersEric Cox2020-04-231-1/+1
* SERVER-44635 MR in Agg: Remove in-line mapReduce execution statisticsJames Wahlin2019-11-211-1/+0
* SERVER-43912 Query planner support for compound hashed indexesArun Banala2019-11-211-0/+1
* SERVER-39241 Apply noFetchBonus iff no FETCH stage; disregard PROJECTIONDavid Percy2019-11-191-0/+1
* SERVER-44601 Split index_bounds_builder_test.cpp into multiple test to addres...Nicholas Zolnierz2019-11-151-0/+5
* SERVER-43291 Consolidate projection execution interfacesAnton Korshunov2019-11-151-0/+1
* SERVER-38691 Include serverInfo in explain output for aggregation and shardingDavid Percy2019-11-041-0/+1
* SERVER-42435 Remove ParsedProjection and ProjectionExecIan Boros2019-10-231-2/+0
* SERVER-42988 allow agg-style object syntax in find() projectionIan Boros2019-10-211-3/+14
* SERVER-42676 M/R Agg: Add planStats support to mapReduce in aggJames Wahlin2019-10-161-0/+1
* SERVER-43841 Break up query_planner_test.cpp to fix -fvar-tracking-assignment...James Wahlin2019-10-041-1/+4
* SERVER-42302 Move Document/Value library to db/exec/document_value directory.David Storch2019-10-011-1/+1
* SERVER-42422 replace ParsedProjection with ProjectionAST in the query plannerIan Boros2019-09-251-0/+2
* SERVER-42090 Ensure query planner produces a stable ordering of OR branches.David Storch2019-09-041-0/+1
* SERVER-42902 Update the MR response formatting code to run on a pipelineJacob Evans2019-08-231-4/+4
* SERVER-42417 Introduce projection ASTIan Boros2019-08-221-0/+3
* SERVER-42837 Allow waitInFindBeforeBatch FailPoint to take data.nss parameterBen Caimano2019-08-201-0/+3
* SERVER-42636 Add map reduce in aggregation formatterXinhao Zhang2019-08-161-0/+13
* SERVER-40382 Add a serverStatus metric to report plan cache memory consumptionArun Banala2019-08-131-0/+1
* SERVER-42077 Add 'allowDiskUse' option to find commandMisha Ivkov2019-07-121-2/+5
* SERVER-42083 refactor SortPattern into its own classMisha Ivkov2019-07-121-0/+12
* SERVER-41809 Collapse unit tests on a per-directory basisAndrew Morrow2019-06-201-221/+37
* SERVER-1599 Add support for index hint to update commandXin Hao Zhang2019-06-181-0/+22
* SERVER-41238 Allow $$NOW and $$CLUSTER_TIME to be used in the find commandBernard Gorman2019-05-241-1/+2
* SERVER-40892 Rename UUIDCatalog to CollectionCatalogGeert Bosch2019-05-071-1/+1
* SERVER-40397 Add pipeline updates to findAndModifyCharlie Swanson2019-04-301-0/+1
* SERVER-40253 Implement count command in IDLTed Tuckman2019-04-251-2/+15
* SERVER-39256 Add a method for serializing a parsed distinct commandNick Zolnierz2019-03-201-0/+11
* SERVER-39537 Migrate expression_index_knobs to IDLSara Golemon2019-02-221-2/+4
* SERVER-35402 Add validators where applicable in query_knobs.cppArun Banala2019-02-061-2/+2
* SERVER-37827 Add Stitch library matcher functionsJacob Evans2018-12-171-1/+1
* SERVER-30815 Remove db/serveronly from all unit testsAndrew Morrow2018-11-141-2/+0
* SERVER-33303 Add stable plan cache key and use for index filtersIan Boros2018-11-061-0/+12
* Revert "SERVER-33303 Add stable plan cache key and use for index filters"Ian Boros2018-11-061-12/+0
* SERVER-33303 Add stable plan cache key and use for index filtersIan Boros2018-11-061-0/+12
* SERVER-37188 Rename "All Paths" index to "Wildcard" indexJames Wahlin2018-10-021-2/+2
* SERVER-35493 Planning support for "field name or array index" path components...Bernard Gorman2018-09-221-0/+1
* SERVER-35337 Implement/test existence and null comparison queries using "allP...samontea2018-08-241-0/+1
* SERVER-35902 Make query planner's IndexEntry generation logic obey "starPaths...samontea2018-07-301-0/+1
* SERVER-36020 Redesign CursorResponseBuilder to allow usage of DocumentSequenceGregory Noma2018-07-241-0/+2
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-221-1/+3