summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands
Commit message (Expand)AuthorAgeFilesLines
* SERVER-22541 Refactor RAII locking helpers.Charlie Swanson2017-03-1534-112/+77
* SERVER-27771 add readConcern::afterClusterTimeMisha Tyulenev2017-03-131-1/+24
* SERVER-19758 add support for "executionStats" and "allPlansExecution" to agg ...David Storch2017-03-1311-527/+651
* SERVER-26965 Use RAII type for turning off replicated writesMatthew Russotto2017-03-132-12/+4
* SERVER-22611 Sharding catalog cache refactorKaloian Manassiev2017-03-121-29/+29
* Revert "SERVER-22611 Sharding catalog cache refactor"Kaloian Manassiev2017-03-121-29/+29
* SERVER-22611 Sharding catalog cache refactorKaloian Manassiev2017-03-121-29/+29
* SERVER-27975 Remove many uses of `OwnedPointerVector`ADAM David Alan Martin2017-03-103-5/+7
* Revert "Revert "SERVER-27750 Attach LogicalTimeMetadata to globalConnPool and...Randolph Tan2017-03-101-2/+0
* SERVER-27711 Allow maxTimeMS option for createIndexes commandJames Wahlin2017-03-101-2/+3
* Revert "SERVER-27750 Attach LogicalTimeMetadata to globalConnPool and shardCo...Randolph Tan2017-03-091-0/+2
* SERVER-27750 Attach LogicalTimeMetadata to globalConnPool and shardConnection...Randolph Tan2017-03-081-2/+0
* SERVER-27987 Create and persist UUIDs for newly created collectionsGeert Bosch2017-03-081-2/+10
* SERVER-27570: Enforce stricter checks on top level command BSON objectsSpencer Jackson2017-03-081-24/+28
* SERVER-27749 Integrate LogicalTimeMetadataRandolph Tan2017-03-071-5/+9
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-0772-1202/+1246
* SERVER-27914 Verify canAcceptWritesForDatabase() is called while the caller h...Matthew Russotto2017-03-067-18/+20
* Revert "SERVER-26965 Use RAII type for turning off replicated writes."Matthew Russotto2017-03-067-20/+18
* SERVER-26965 Use RAII type for turning off replicated writes.Matthew Russotto2017-03-067-18/+20
* SERVER-27972 Add a featureCompatibilityVersion op observer for database/colle...Tess Avitabile2017-03-022-0/+14
* SERVER-18410: Replace RWLock with OperationContext/LockManagerDaniel Gottlieb2017-03-021-2/+2
* SERVER-27773 add operationTime field to the command responseMisha Tyulenev2017-02-281-2/+34
* SERVER-27553 Remove print macroAndrew Morrow2017-02-271-4/+3
* SERVER-27891 Disable writeConcern support for reIndexMaria van Keulen2017-02-271-1/+1
* SERVER-28111 Move ParallelSortClusteredCursor to mongo/s/clientKaloian Manassiev2017-02-272-10/+10
* SERVER-28111 Cleanup the ChunkManagerKaloian Manassiev2017-02-271-0/+1
* revert "SERVER-18410: Replace RWLock with OperationContext/LockManager"Daniel Gottlieb2017-02-261-2/+2
* SERVER-18410: Replace RWLock with OperationContext/LockManagerDaniel Gottlieb2017-02-241-2/+2
* SERVER-27890 Remove tempness of cappedTruncateAfterMaria van Keulen2017-02-231-1/+1
* SERVER-28049 Apply name-only filters before locking in listDatabasesGeert Bosch2017-02-191-0/+6
* SERVER-3181 Add nameOnly option to listDatabasesGeert Bosch2017-02-191-6/+9
* SERVER-28030 Move catalog_cache.h/.cpp to mongo/s/Kaloian Manassiev2017-02-181-1/+1
* SERVER-27746: Integrate LogicalClock with oplogMisha Tyulenev2017-02-151-1/+0
* SERVER-27935 Fix serialization of concurrent fsyncLock executionsGeert Bosch2017-02-141-44/+47
* SERVER-27828: Pass ServiceContext to oplog and ReplicationCoordinator methods...Misha Tyulenev2017-02-081-1/+1
* SERVER-27920 Fix incorrect locking of Client contextGeert Bosch2017-02-069-12/+12
* SERVER-27848 Add index hint to aggregation and non-materialized viewsJames Wahlin2017-02-031-1/+1
* SERVER-4786 Allow specifying sample rate of slow queriesEvan Broder2017-01-261-1/+12
* SERVER-27625 remove dead ANSA and setShardVersion codeEsha Maharishi2017-01-231-28/+5
* SERVER-27543 send OplogQueryMetadata with OplogFetcher queriesJudah Schvimer2017-01-201-3/+2
* SERVER-27736 Do not store unsharded collections in DBConfigKaloian Manassiev2017-01-191-12/+10
* SERVER-27584 add filter to listDatabases commandDavid Storch2017-01-191-6/+35
* SERVER-27709 Remove cycles & change incomplete tagADAM David Alan Martin2017-01-171-5/+7
* SERVER-24623 Remove single document aggregation result optionTess Avitabile2017-01-131-20/+3
* SERVER-25932 Make MONGO_EXPORT_SERVER_PARAMETER use AtomicWord instead of std...Mark Benvenuto2017-01-054-8/+8
* SERVER-27415 Deduplicate `Command::execCommand`ADAM David Alan Martin2017-01-031-138/+153
* SERVER-27497 Scope SCons Environment changes narrowlyAndrew Morrow2017-01-031-0/+2
* SERVER-16363 Remove all volatile storage types from server source codeMark Benvenuto2016-12-291-1/+1
* SERVER-13554 Improve error message for mapReduce ns not foundTess Avitabile2016-12-201-2/+4
* Revert "SERVER-27415 Deduplicate `Command::execCommand`"ADAM David Alan Martin2016-12-191-153/+138