summaryrefslogtreecommitdiff
path: root/src/mongo/db/sorter
Commit message (Expand)AuthorAgeFilesLines
* SERVER-50289 Remove tempDir from persisted resumable index build stateGregory Noma2020-09-033-50/+65
* SERVER-49409 Enable resuming index builds from the collection scan phaseGregory Noma2020-08-133-42/+43
* SERVER-50221 Use shared_ptr to manage NoLimitSorter and InMemIterator in-memo...Gregory Noma2020-08-101-19/+22
* SERVER-49829 - Implement spilling for Top K sort in SBE.Martin Neupauer2020-08-072-2/+18
* SERVER-49408 Enable resuming index builds from the bulk load phaseGregory Noma2020-08-065-49/+141
* SERVER-48416 Write index build progress to internal table on clean shutdownGregory Noma2020-06-173-23/+46
* SERVER-48414 Extend Sorter and BulkBuilder interfaces to return data for resu...Gregory Noma2020-06-113-18/+89
* SERVER-46127 unit tests log to a kTest componentGabriel Russell2020-04-141-1/+1
* SERVER-46109 Adopt QueryExceededMemoryLimitNoDiskUseAllowed error codeJustin Seyster2020-03-021-10/+9
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-2/+8
* SERVER-40805 Indicate reason for replanningDavid Percy2020-01-061-4/+2
* SERVER-43367 unittest framework refactor/fixesBilly Donahue2019-10-021-3/+3
* SERVER-42182 Reimplement SortStage in terms of SortExecutor.David Storch2019-10-012-8/+10
* SERVER-42949 Move values inside InMemIterator::next()Louis Williams2019-08-211-1/+1
* SERVER-41723 Template the external Sorter to use KeyString instead of BSONObjXiangyu Yao2019-08-192-2/+22
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-272-24/+18
* SERVER-41905 Add in-memory checksumming to external sorterGabe Villasana2019-07-243-4/+69
* SERVER-41809 Collapse unit tests on a per-directory basisAndrew Morrow2019-06-201-8/+15
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-1/+1
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-092-6/+2
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-4/+6
* SERVER-40153 remove overflowing constants that MSVC warns aboutBilly Donahue2019-03-211-30/+35
* SERVER-40153 size_t on arm32 is not 64 bitAnton Korshunov2019-03-162-18/+25
* SERVER-39788 Large values in $skip and $limit stages may cause an arithmetic ...Anton Korshunov2019-03-131-4/+20
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-133-3/+0
* SERVER-38176 Compile with /permissive- on MSVC to make the compiler strictly ...Henrik Edin2019-02-011-1/+1
* SERVER-38764 External sorter should use 64-bit integers for file offsetsLouis Williams2019-01-182-18/+22
* SERVER-36644 remove AtomicWord typedefsBilly Donahue2019-01-071-1/+1
* SERVER-17010 each Sorter instance spills to a single file rather than a new f...Dianna Hohensee2018-10-313-150/+340
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-223-68/+74
* SERVER-19260 Log whether allowDiskUse:true aggregations used diskMinji2018-08-012-2/+7
* SERVER-36258 Construct ServiceContext after mongo initializers complete.Andy Schwerin2018-07-272-2/+4
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-221-11/+0
* SERVER-35170 Add misc fixes to enable building in -std=c++17 modeAndrew Morrow2018-05-231-2/+4
* SERVER-30170 Embedded can now shutdown and re-initialize.Henrik Edin2018-03-261-5/+6
* SERVER-26239 Improve handling of WT_CACHE_FULL for inMemory storage engineAlex Gorrod2017-04-212-17/+18
* SERVER-28155 Get rid of the 'mongoscore' sharding libraryKaloian Manassiev2017-03-011-1/+1
* SERVER-27553 Fix DEBUG builds still using removed cmpIsntSane functionAndrew Morrow2017-02-281-7/+4
* SERVER-27553 Remove print macroAndrew Morrow2017-02-271-17/+2
* SERVER-27497 Scope SCons Environment changes narrowlyAndrew Morrow2017-01-031-0/+2
* SERVER-27287: Deduplicate `SetGlobalEnvironment`ADAM David Alan Martin2016-12-091-0/+3
* SERVER-27211 de-duplicate symbol `isMongos`ADAM David Alan Martin2016-12-052-6/+1
* SERVER-22973 use mongo macros for static assertMatt Cotter2016-09-091-13/+8
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-283-20/+26
* SERVER-24104 Replace stdx::duration with mongo::Duration.Andy Schwerin2016-05-172-0/+2
* Initialize more variables to make gcc happyJason Carey2016-03-021-4/+3
* SERVER-22801 (de)serialize for sorter le fixesJason Carey2016-03-021-1/+2
* SERVER-22360 disallow external sort in readOnly modeAdam Midvidy2016-02-242-0/+4
* SERVER-21220 ESE - mongo side temp file coverage (fixed unit tests)Andreas Nilsson2015-11-113-13/+69