summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/SConscript
Commit message (Expand)AuthorAgeFilesLines
* SERVER-40382 Add a serverStatus metric to report plan cache memory consumptionr4.0.13-rc0r4.0.13Arun Banala2019-10-021-0/+1
* SERVER-38408 Return postBatchResumeToken with each mongoD change stream batchBernard Gorman2019-02-281-0/+1
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Henrik Edin2018-09-131-1/+3
* SERVER-33008 Slice Authorization frameworkADAM David Alan Martin2018-05-111-0/+2
* SERVER-33323 Use the IDL to serialize the ARMCharlie Swanson2018-04-051-1/+2
* Revert "SERVER-33323 Use the IDL to serialize the ARM"William Schultz2018-04-051-2/+1
* SERVER-33323 Use the IDL to serialize the ARMCharlie Swanson2018-04-041-1/+2
* SERVER-32489 New main library for embedded to link and initialize the system ...Henrik Edin2018-01-311-0/+2
* SERVER-30815 Refactor libraries to reduce cyclesAndrew Morrow2018-01-101-56/+2
* SERVER-30731 MatchExpressionParser::parse() should require an ExpressionContextTess Avitabile2017-09-291-2/+6
* SERVER-31139 Fix invariant failure caused by text index plan enumeration bug.David Storch2017-09-291-40/+4
* SERVER-30989 Expression to match rewrite moduleJames Wahlin2017-09-271-1/+0
* SERVER-30933 Change invariant to uassert for invalid uuid in queriesMaria van Keulen2017-09-201-0/+1
* SERVER-29142 Support $changeStream on unsharded collections.Charlie Swanson2017-09-131-1/+2
* SERVER-30723: Add a query knob that controls whether JSON Schema ignores or e...Nick Zolnierz2017-09-121-1/+11
* SERVER-29839 Protect from mid-command renames in parseNsOrUUIDMaria van Keulen2017-08-301-0/+1
* SERVER-29840 Merge libexpressions and libexpressions_geo.David Storch2017-07-201-1/+1
* SERVER-28918 Merge sessions and write_ops librariesJack Mulrow2017-07-201-1/+1
* SERVER-29128 Fix performance regression on awaitData with lastKnownCommittedO...Matthew Russotto2017-07-171-0/+1
* SERVER-29417 Attach logical session ids to cursorssamantharitter2017-06-151-0/+1
* Revert "SERVER-29417 Attach logical session ids to cursors"Max Hirschhorn2017-06-151-1/+0
* SERVER-29417 Attach logical session ids to cursorssamantharitter2017-06-141-0/+1
* SERVER-29207 Add DateTimeSupport to ServiceContextCharlie Swanson2017-06-141-0/+2
* Revert "SERVER-29207 Add DateTimeSupport to ServiceContext"Charlie Swanson2017-06-121-2/+0
* SERVER-29207 Add DateTimeSupport to ServiceContextCharlie Swanson2017-06-081-0/+2
* SERVER-28811 Resolve satisfiable dependenciesADAM David Alan Martin2017-04-201-0/+2
* SERVER-28657 Resolve missing edges and repair depsADAM David Alan Martin2017-04-141-4/+6
* SERVER-19758 add support for "executionStats" and "allPlansExecution" to agg ...David Storch2017-03-131-1/+21
* SERVER-27709 Remove cycles & change incomplete tagADAM David Alan Martin2017-01-171-4/+9
* SERVER-27586 Add some missing edges to build graphADAM David Alan Martin2017-01-051-3/+4
* SERVER-27497 Scope SCons Environment changes narrowlyAndrew Morrow2017-01-031-0/+5
* SERVER-25190 unit tests for view query transforms to aggregationKyle Suarez2016-08-191-0/+16
* SERVER-24239 Allow use of names in index filter commands.David Hatch2016-08-041-0/+10
* SERVER-24766 views support for count and distinctKyle Suarez2016-07-211-0/+1
* SERVER-23882 Collation should be considered part of a query's shapeTess Avitabile2016-07-071-0/+1
* SERVER-24762 Add cursor options to AggregationRequestJames Wahlin2016-07-071-0/+1
* Revert "SERVER-23882 Collation should be considered part of a query's shape"Scott Hernandez2016-07-071-1/+0
* SERVER-23882 Collation should be considered part of a query's shapeTess Avitabile2016-07-071-0/+1
* SERVER-24763 Add query_planner dependency to query_commonJames Wahlin2016-07-051-0/+1
* SERVER-24763 Make parse method for ParsedDistinct a public methodJames Wahlin2016-07-051-0/+1
* SERVER-24279 Properly add sort when index does not respect query collation.David Hatch2016-06-171-0/+1
* SERVER-23103 Remove the ntservice mockAndrew Morrow2016-06-161-2/+0
* SERVER-23103 Remove the unit test crutchAndrew Morrow2016-06-161-2/+0
* SERVER-24508 move collation serialization into the CollationSpecDavid Storch2016-06-151-2/+2
* SERVER-24118 Rename LiteParsedQuery to QueryRequest.David Hatch2016-06-031-7/+7
* SERVER-23114 Move functions involving dotted paths to separate library.Max Hirschhorn2016-06-031-0/+1
* SERVER-23968 Fixes for end-to-end query with collation using indexTess Avitabile2016-05-231-0/+1
* SERVER-22371 Allow db/query/query_common to link against ICUJ. Rassi2016-05-171-2/+2
* SERVER-23610 CanonicalQuery should own a CollatorInterfaceTess Avitabile2016-05-161-4/+3
* SERVER-23610 CanonicalQuery should own a CollatorInterfaceTess Avitabile2016-05-051-2/+16