summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_sample_from_random_cursor.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75134 Enable redaction in $limit, $internalComputeGeoNearDistance, $sa...Ted Tuckman2023-03-311-4/+1
* SERVER-74843 Remove overloaded document source serializers and change signatu...Will Buerger2023-03-161-2/+4
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-2/+5
* SERVER-42302 Move Document/Value library to db/exec/document_value directory.David Storch2019-10-011-2/+2
* SERVER-42649 Use Value instead of BSONObj in the in-memory sort keyJustin Seyster2019-09-261-1/+2
* SERVER-42584 PlanStageStats in aggregationXinhao Zhang2019-08-161-5/+3
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-4/+2
* SERVER-42288 Consolidate Document and WorkingSetMember metadata implementations.David Storch2019-07-261-2/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-35329 Package agg projection code for use outside of agg executionBernard Gorman2018-06-221-3/+2
* SERVER-30704 Use ARM to merge agg cursors on mongos.Charlie Swanson2017-09-011-0/+5
* SERVER-19758 add support for "executionStats" and "allPlansExecution" to agg ...David Storch2017-03-131-1/+2
* SERVER-25535 Remove injectExpressionContext().Charlie Swanson2016-12-161-7/+3
* SERVER-22632 Split up document_source.h into one header per stage.Charlie Swanson2016-10-241-1/+1
* SERVER-24153 Allow pipelines within $facet stage to process in batches.Charlie Swanson2016-09-011-26/+37
* SERVER-24508 DocumentComparator and ValueComparatorDavid Storch2016-07-141-3/+10
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-4/+8
* SERVER-19182 Integrate storage engine optimizations into $sample stageCharlie Swanson2015-08-271-0/+142