summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/index_filter_commands.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-14668/SERVER-15294 Collection-level locking for all read pathsKaloian Manassiev2014-10-061-9/+11
* SERVER-14668 Do not pass Database into methods where Collection will sufficeKaloian Manassiev2014-09-251-12/+12
* SERVER-14754: Squelch GCC 4.9.1 warnings and linker errorGeert Bosch2014-08-011-0/+2
* SERVER-13961 Pass OperationContext into WhereCallbackRealKaloian Manassiev2014-07-181-12/+20
* SERVER-14471 Fix build break with the Visual Studio 2013 Update 2 toolkitKaloian Manassiev2014-07-071-0/+2
* SERVER-13641 Plumb OperationContext through to getCollection and all HelpersMathias Stearn2014-05-301-5/+5
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-301-9/+19
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-21/+10
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-10/+21
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-1/+1
* SERVER-13641 Unify Command::newRun into runMathias Stearn2014-05-141-1/+1
* SERVER-13797 Abstract $where processing and remove usages of getContextKaloian Manassiev2014-05-091-2/+7
* SERVER-13498 Get rid of LockStatusKaloian Manassiev2014-04-151-3/+1
* SERVER-12964 updated plan cache and index filter commands to return empty res...Benety Goh2014-03-051-32/+15
* SERVER-12519 renamed admin hints to index filtersBenety Goh2014-01-291-0/+382