summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/query_stage_merge_sort.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-50754 introduce MakeBSONObjStage and various perf improvements to SBEIan Boros2021-01-191-9/+21
* SERVER-52556 Versioned CollectionCatalog. Writes are performed using copy-on-...Henrik Edin2020-11-131-10/+10
* SERVER-51200 CollectionPtr in RequiresCollectionStage point to instance owned...Henrik Edin2020-10-131-10/+10
* SERVER-51120 Find queries with MERGE_SORT incorrectly sort the results when t...Mindaugas Malinauskas2020-10-021-11/+12
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-12/+12
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-12/+12
* SERVER-48477 Make PlanExecutor interface more genericDavid Storch2020-07-091-41/+49
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-16/+40
* SERVER-47873 Eliminate the Collection* saved in IndexDescriptorGeert Bosch2020-06-101-18/+19
* SERVER-46921 make collection of timing info opt in in PlanStageIan Boros2020-04-131-8/+8
* SERVER-45406 Plumb ExpressionContext through PlanStageIan Boros2020-02-281-38/+42
* SERVER-40620 uassert and log when fetching dangling index entryJustin Seyster2020-01-171-1/+3
* SERVER-43859: Take MODE_IX locks for collection creation.Daniel Gottlieb2019-11-261-10/+20
* SERVER-43367 unittest framework refactor/fixesBilly Donahue2019-10-021-3/+3
* SERVER-41496 Remove Database::getCollection() and replace with CollectionCata...Evgeni Dobranov2019-09-301-10/+10
* SERVER-42852 Make PlanStage consistently hold children by unique_ptr.David Storch2019-09-041-37/+44
* SERVER-42181 Make WorkingSetMember hold Document instead of BSONObjMartin Neupauer2019-08-291-4/+4
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-2/+2
* Revert "SERVER-40620 fassert during document fetch when there is evidence of ...Misha Ivkov2019-07-111-2/+0
* SERVER-40620 fassert during document fetch when there is evidence of index co...Misha Ivkov2019-07-111-0/+2
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-38/+38
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-5/+6
* SERVER-40724 Change namespace arguments to use NamespaceStringGeert Bosch2019-04-261-20/+24
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38091 IndexCatalog iterators and accessors should return const entriesLouis Williams2018-12-191-2/+2
* SERVER-37447 Introduce RequiresIndexStage and use for IXSCAN.David Storch2018-11-271-1/+1
* SERVER-37446 Change PlanStages which don't require a collection to avoid keep...David Storch2018-11-071-10/+10
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-16857 Delete MMAPv1 diskloc invalidations.David Storch2018-08-291-14/+32
* SERVER-35500 Implement special bounds generation for allPaths indexesBernard Gorman2018-08-101-81/+31
* SERVER-35115 Separate dbclientinterface.h into several parts, one per class.Henrik Edin2018-06-291-1/+1
* SERVER-35516 Get rid of OldClientWriteContextKaloian Manassiev2018-06-151-11/+11
* SERVER-30353 Create an index observer to notify us of changes made to index a...Gregory Wlodarek2017-08-091-0/+1
* SERVER-25694 Eliminate race in PlanExecutor cleanup.Charlie Swanson2017-04-131-16/+16
* SERVER-28543 Add OperationContext as an argument to getCollectionMaria van Keulen2017-04-061-10/+10
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-82/+82
* SERVER-26033 Allow simple range to exclude start keyJudah Schvimer2016-09-151-11/+11
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-3/+3
* SERVER-24239 Allow creation of indexes with the same key pattern.David Hatch2016-07-281-1/+3
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-201-2/+5
* Revert "SERVER-23779 Replace direct instantiation of OperationContextImpl wit...Eric Milkie2016-04-191-5/+2
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-181-2/+5
* SERVER-23350 Make the SORT_MERGE PlanStage respect the query's collationTess Avitabile2016-04-111-0/+150
* SERVER-18826 Rename WorkingSet State Names from LOC to RIDJames Wahlin2016-02-051-15/+15
* SERVER-15962 only use KEEP_MUTATIONS for index intersection plansDavid Storch2016-01-131-19/+116
* SERVER-16444 Copy data in the query subsystem as needed.Max Hirschhorn2015-08-241-0/+4
* SERVER-19364 move query stage OperationContext pointer management into the ba...Qingyang Chen2015-08-041-7/+7
* SERVER-17364 Don't stash RecoveryUnits across getMoresMathias Stearn2015-07-161-1/+1
* SERVER-16889 Modernize getExecutor*(), PlanExecutor::make() signaturesQingyang Chen2015-06-261-82/+66
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-529/+556