summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/query_stage_distinct.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-22541 Refactor RAII locking helpers.Charlie Swanson2017-03-151-3/+3
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-13/+13
* SERVER-27306 Remove AutoGetCollection methods with std::string namespaceJames Wahlin2016-12-191-10/+9
* SERVER-19507 allow DISTINCT_SCAN over trailing field of an indexAnton Guryanov2016-08-251-0/+71
* SERVER-24239 Allow creation of indexes with the same key pattern.David Hatch2016-07-281-3/+10
* 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-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-178/+179
* SERVER-17758 Move AutoGet* and Client::*Context to their own file.Andy Schwerin2015-03-271-1/+2
* SERVER-16632: use KeyString for WiredTiger index keysEliot Horowitz2014-12-311-1/+1
* SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1Mathias Stearn2014-11-261-1/+1
* SERVER-15882 Get rid of ensureIndex in dbtests.Andy Schwerin2014-11-051-1/+1
* SERVER-15707 Fix leaks in C++ unit test frameworkAndrew Morrow2014-10-271-1/+3
* SERVER-14668/SERVER-15294 Collection-level locking for all read pathsKaloian Manassiev2014-10-061-10/+6
* SERVER-13951 Clean up WUOWs in a few dbtestsMathias Stearn2014-10-011-6/+0
* Don't leak query trees in distinct dbtestMathias Stearn2014-10-011-6/+6
* SERVER-14668 split dbdirectclient out of instance.cppHari Khalsa2014-09-111-1/+1
* SERVER-13635: OperationContext on read pathsEliot Horowitz2014-08-251-2/+2
* SERVER-14387 Propogate OperationContext through calls requiring document read...Craig Harris2014-07-081-3/+3
* SERVER-14085: Start using WriteUnitOfWorkGeert Bosch2014-07-011-0/+3
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-07-011-1/+3
* Revert "SERVER-13961 Add OperationContext argument to Client::Context"Tyler Brock2014-06-301-3/+1
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-06-281-1/+3
* Revert "SERVER-13961 Add OperationContext argument to Client::Context"Kaloian Manassiev2014-06-281-3/+1
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-06-271-1/+3
* SERVER-13641 Plumb OperationContext through to getCollection and all HelpersMathias Stearn2014-05-301-1/+1
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-301-8/+11
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-11/+8
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-8/+11
* SERVER-12640 support distinct on array element. fixed multi-key supportBenety Goh2014-02-131-3/+92
* SERVER-2094 fast distinct when field is indexed and query is fully coveredHari Khalsa2014-01-231-0/+153