summaryrefslogtreecommitdiff
path: root/src/mongo/db/index/sort_key_generator_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-42565 Agg and find commands sort missing fields differentlyJustin Seyster2019-10-281-0/+32
* SERVER-42836 Fast path for sort key generation of WorkingSetMembersJustin Seyster2019-10-151-10/+5
* Revert "SERVER-42836 Fast path for sort key generation of WorkingSetMembers"Justin Seyster2019-10-081-5/+10
* SERVER-42836 Fast path for sort key generation of WorkingSetMembersJustin Seyster2019-10-081-10/+5
* SERVER-42302 Move Document/Value library to db/exec/document_value directory.David Storch2019-10-011-1/+1
* SERVER-42649 Use Value instead of BSONObj in the in-memory sort keyJustin Seyster2019-09-261-86/+52
* SERVER-42979 Implement WorkingSet::extract() and WorkingSet::emplace().David Storch2019-09-131-1/+2
* SERVER-42981 Make WorkingSetMember compatible for use with the Sorter.David Storch2019-09-121-1/+1
* SERVER-42181 Make WorkingSetMember hold Document instead of BSONObjMartin Neupauer2019-08-291-2/+2
* SERVER-42176 Move sort key generation code to SortKeyGenerator classJustin Seyster2019-08-211-22/+22
* SERVER-42739 Use valid string representation when validating meta sortMisha Ivkov2019-08-091-25/+54
* SERVER-42298 Use SortPattern in the implementation of SortKeyGeneratorMisha Ivkov2019-08-081-49/+56
* SERVER-42491 Ensure DocumentSourceSort does not crash on searchScore or searc...Misha Ivkov2019-07-311-1/+1
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-2/+1
* SERVER-42288 Consolidate Document and WorkingSetMember metadata implementations.David Storch2019-07-261-3/+2
* SERVER-42161 Move sort key generation code for RID_AND_IDX into SortKeyGenera...David Storch2019-07-241-21/+116
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-40/+40
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37607 SERVER-37608 Require C++17 and make it the defaultAndrew Morrow2019-01-311-14/+18
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-29908 Move sharding_task_executor under mongo/sKaloian Manassiev2018-02-021-1/+1
* SERVER-19402 Change agg array sort semantics to match find.David Storch2017-07-211-0/+222