summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/text_or.cpp
AgeCommit message (Expand)Author
2024-05-23SERVER-90645 Enable tidy check misc-unused-using-decls (#22430)Matt Kneiser
2023-09-23SERVER-81059 bulk-revert of include of boost iif.hppBilly Donahue
2023-06-27SERVER-77047 SERVER-77048 IWYU automated changes up to end ratio 0.8Daniel Moody
2023-06-22SERVER-78170 Modify read query stages to accept both CollectionPtr and Scoped...Jordi Olivares Provencio
2023-05-25SERVER-77396 Refactor some of the concurrency exception util methodmathisbessamdb
2023-02-11SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.1
2023-02-11SERVER-73141 Generate query shape for expressions in expression_leaf.hCharlie Swanson
2022-07-13SERVER-65360 Streamline handlePlanStageYield function signatureJosef Ahmad
2022-07-12SERVER-65360 Handle TemporarilyUnavailableException in query execJosef Ahmad
2022-05-10SERVER-66205 Merge `WriteConflictException` and `TemporarilyUnavailableExcept...Amirsaman Memaripour
2021-06-04SERVER-57127 WorkingSetCommon::fetch() accepts CollectionPtrBenety Goh
2021-04-21SERVER-55887 remove unowned_ptrBilly Donahue
2021-03-13SERVER-54322 Text query plans are not shown properly in SBE explainAnton Korshunov
2020-09-26SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin
2020-05-29SERVER-43821 Make PlanStage and PlanExecutor return errors by throwingDavid Storch
2020-02-28SERVER-45406 Plumb ExpressionContext through PlanStageIan Boros
2020-01-17SERVER-40620 uassert and log when fetching dangling index entryJustin Seyster
2019-07-27SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.1
2019-07-26SERVER-42288 Consolidate Document and WorkingSetMember metadata implementations.David Storch
2019-06-10SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin
2019-04-09SERVER-40476 remove mongoutils::strBilly Donahue
2019-02-13SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue
2018-11-27SERVER-37448 Make remaining PlanStages check catalog validity on restore.David Storch
2018-10-22SERVER-37651 Update header files with new licenseRamon Fernandez
2018-08-29SERVER-16857 Delete MMAPv1 diskloc invalidations.David Storch
2018-04-04SERVER-34307 replace invariant(false) with MONGO_UNREACHABLEBenety Goh
2017-10-19SERVER-26833 Non-blocking text queries when projection ignores score.Justin Seyster
2017-07-26SERVER-28752 Get rid of BatchedInsertRequest::getIndexTargetingNSKaloian Manassiev
2017-03-07SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen
2016-03-14SERVER-22833 Rename MatchExpression::toBSON() to serialize(), and ensure it p...Benjamin Murphy
2016-02-05SERVER-18826 Rename WorkingSet State Names from LOC to RIDJames Wahlin
2016-01-14SERVER-19377 PlanStage: make work() non-virt, add virt method doWork()Jason Rassi
2015-12-01SERVER-21690 TextOrStage should fetch doc when RecordId first observedJason Rassi
2015-10-08SERVER-20111 Plan summary should only include the winning planCharlie Swanson
2015-08-28SERVER-19708: Move RecordCursor::seekExact to derived SeekableRecordStore classGeert Bosch
2015-08-27SERVER-16444 Only make BSONObj underlying WSM owned if not mmapv1.Max Hirschhorn
2015-08-24SERVER-16444 Copy data in the query subsystem as needed.Max Hirschhorn
2015-08-04SERVER-19364 move query stage OperationContext pointer management into the ba...Qingyang Chen
2015-07-23SERVER-19456 Use final designators where appropriate in PlanStagesMathias Stearn
2015-07-16SERVER-17364 Don't stash RecoveryUnits across getMoresMathias Stearn
2015-07-16SERVER-17364 Unify handling of child stages into PlanStage base classMathias Stearn
2015-07-09SERVER-19109 Refactor text stage into matcher and scorer stageAdam Chelminski