summaryrefslogtreecommitdiff
path: root/src/mongo/db/query
Commit message (Expand)AuthorAgeFilesLines
* SERVER-69926 errorcodes.py doesn't detect duplicate errors in MONGO_UNREACHAB...Reo Kimura2022-10-271-1/+1
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Blake Oler2022-10-254-7/+6
* SERVER-68115 Do not drop empty path component from elemMatch path during inde...joshua2022-09-301-14/+6
* SERVER-69002 backport per shard cursorsMickey. J Winters2022-09-071-8/+7
* SERVER-43155 Queries which exceed `maxTimeMS` may return `NetworkInterfaceExc...Daniel Morilha2022-08-011-7/+10
* SERVER-66559 Expand the internalQueryMaxAddToSetBytes param from 32 to 64 bitsJames Wahlin2022-05-181-1/+1
* SERVER-63642 Add serverStatus histogram metrics to measure multi-planning per...Jess Balint2022-04-251-0/+77
* SERVER-63850: Add the count command to API version 1Maddie Zechar2022-04-214-34/+43
* SERVER-63254 Add index feature usage stats to serverStatusLouis Williams2022-04-202-2/+5
* SERVER-65261 User deletes on capped collections do not return CappedPositionLostGregory Wlodarek2022-04-151-0/+4
* SERVER-64369 Must not allow deletes from capped collections in FCV 4.4Gregory Wlodarek2022-03-091-6/+18
* SERVER-63201 Allow user deletes on capped collectionsGregory Wlodarek2022-03-071-5/+10
* SERVER-40691 $nin:[[],...] queries are not indexedJess Balint2022-02-236-14/+125
* SERVER-59754 Prevent get_executor from overwriting information set by an oute...Jennifer Peshansky2022-01-181-5/+11
* SERVER-62147 Fix broken OP_QUERY exhaust cursor implementationDavid Storch2022-01-131-1/+2
* SERVER-57588 Inconsistent query results when an array position is indexed who...Timour Katchaounov2021-12-202-0/+51
* SERVER-57037 Improve precision of operator countersMilena Ivanova2021-12-132-5/+12
* SERVER-54468 Enable Feature flag to support sharded timeseries collectionBikash Chandra2021-12-011-1/+2
* SERVER-61094 Use a dedicated pooled KeyString builder per indexHenrik Edin2021-11-021-1/+3
* SERVER-60450 Add error check for $dateSubtract when negating amount valueMilena Ivanova2021-10-241-4/+3
* SERVER-60269 Enable ShardedTimeSeriesUpdateDelete feature flagArun Banala2021-10-141-1/+2
* SERVER-59088 Add feature flag for update/delete operations on sharded time se...Rui Liu2021-10-141-0/+6
* SERVER-54467 add flag for sharding time seriesRushan Chen2021-10-141-0/+4
* SERVER-56602 Track usage of match expressions in serverStatusMilena Ivanova2021-10-121-0/+5
* SERVER-59613 $range expression should error if it exceeds memory limitMickey. J Winters2021-10-121-0/+11
* SERVER-58203 factor out logging statements into helper functionsMickey. J Winters2021-10-111-1/+2
* SERVER-59174 Report number of documents updated/deleted for time-series updat...Gregory Noma2021-10-072-7/+12
* SERVER-60406 SERVER-52310 Enable feature flag for $searchMetaCharlie Swanson2021-10-051-1/+3
* SERVER-59765 Improved 'amount' parameter validation for $dateAdd/$dateSubtractMindaugas Malinauskas2021-09-212-2/+142
* SERVER-59573 Add setParameter which can be used to restore inactive cursor ti...James Wahlin2021-08-271-0/+7
* SERVER-59291 Add searchMeta query knobTed Tuckman2021-08-171-0/+8
* SERVER-57651 Prevent integer overflow in QueryPlanner parsing of hint parameterKatherine Wu2021-08-121-1/+1
* SERVER-59204 Ensure that BSONObj stored in the PlanCacheEntry debugInfo is ownedJames Wahlin2021-08-121-2/+2
* SERVER-58581 Add SEARCH_META variableTed Tuckman2021-08-054-0/+69
* SERVER-52007 Add search meta feature flagTed Tuckman2021-08-051-0/+5
* SERVER-56568 Remove LIBDEPS_TYPEINFO in favor of disabling vptr sanitizer for...Andrew Morrow2021-07-201-3/+0
* SERVER-58510 Fix 'use after free' issue in getExecutorForSimpleDistinct() fun...Arun Banala2021-07-201-6/+6
* SERVER-58076 Exclude new 5.0 language features from stable APICharlie Swanson2021-06-293-3/+176
* SERVER-57758 Turn SBE off by default and invert the sense of the internalQuer...Andrii Dobroshynski2021-06-177-28/+35
* SERVER-57561 Avoid setting default LegacyRuntimeConstants value when parsing ...Ruoxin Xu2021-06-171-0/+1
* SERVER-57096 Make SBE rely purely on the kExternal lock policyDavid Storch2021-06-1616-144/+62
* SERVER-54745 Simplify covered projection plans in SBENikita Lapkov2021-06-144-53/+307
* SERVER-56516 Fix undefined behaviour in $slice arguments parsingNikita Lapkov2021-06-112-8/+67
* SERVER-56694 implicit default majority write concern should set usedDefault=f...Moustafa Maher2021-06-091-1/+1
* SERVER-52273 Deleted feature flag for Slot-based executionJennifer Peshansky2021-06-082-8/+0
* SERVER-56197 Remove feature flag for window functionsNick Zolnierz2021-06-071-7/+0
* SERVER-57365 disable oplog scans in SBEKyle Suarez2021-06-041-1/+2
* SERVER-57317 Fix optimized oplog scans in SBE to correctly handle $_resumeAft...Anton Korshunov2021-06-031-118/+166
* SERVER-57281 SBE incorrectly constructs a collection scan instead of anMartin Neupauer2021-06-021-2/+1
* SERVER-56480 Set executionStats.allPlansExecution to an empty array when usin...Irina Yatsenko2021-05-262-8/+8