summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-07614-10714/+10981
* SERVER-28196 Make legacy query and getMore appear in a consistent format acro...Bernard Gorman2017-03-073-20/+34
* SERVER-27914 Verify canAcceptWritesForDatabase() is called while the caller h...Matthew Russotto2017-03-0641-102/+196
* Revert "SERVER-26965 Use RAII type for turning off replicated writes."Matthew Russotto2017-03-0641-196/+102
* SERVER-27995 make repl_set* naming convention consistentJudah Schvimer2017-03-0668-1001/+985
* Revert "SERVER-26703 reject commands exceeding the BSON depth limit"Max Hirschhorn2017-03-064-36/+137
* SERVER-26703 reject commands exceeding the BSON depth limitKyle Suarez2017-03-064-137/+36
* SERVER-27866 Add threadId dump in hex base from globalLockManager for PENDING...Eddie Louie2017-03-061-1/+2
* SERVER-26965 Use RAII type for turning off replicated writes.Matthew Russotto2017-03-0641-102/+196
* SERVER-18794 Add aggregation pipeline expression $objectToArrayWan Bachtiar2017-03-032-0/+41
* SERVER-27886 Move paths.* into mmap_v1Maria van Keulen2017-03-0311-23/+65
* SERVER-28110 Set secondaryCatchUpPeriodSecs smaller when requesting remote pr...Siyuan Zhou2017-03-022-1/+9
* SERVER-27972 Add a featureCompatibilityVersion op observer for database/colle...Tess Avitabile2017-03-023-0/+22
* SERVER-27768 Implement HMAC key for signing Logical clock's storage & distrib...Jack Mulrow2017-03-0213-17/+225
* SERVER-18410: Replace RWLock with OperationContext/LockManagerDaniel Gottlieb2017-03-0241-253/+453
* SERVER-20854 Pull the diff tracker's query generation logic outside of the te...Kaloian Manassiev2017-03-021-2/+2
* SERVER-26830 Randomize priority takeover delayWilliam Schultz2017-03-014-98/+287
* SERVER-28155 Get rid of the 'mongoscore' sharding libraryKaloian Manassiev2017-03-012-6/+1
* SERVER-28155 Get rid of the 'serveronly' sharding libraryKaloian Manassiev2017-03-017-27/+80
* SERVER-28155 Remove usages of BSONSerializable outside of shardingKaloian Manassiev2017-03-012-5/+3
* Revert "SERVER-27886 Move paths.* into mmap_v1"Geert Bosch2017-03-0111-51/+25
* SERVER-27886 Move paths.* into mmap_v1Maria van Keulen2017-03-0111-25/+51
* SERVER-27704 persist chunk metadata on shard primaryDianna Hohensee2017-03-018-239/+380
* Revert "SERVER-27860 remove invariants to prevent ShardLocal running on shard...Dianna Hohensee2017-03-014-20/+22
* SERVER-27773 add operationTime field to the command responseMisha Tyulenev2017-02-287-4/+127
* SERVER-26494 removed unused function arguments from SyncSourceFeedbackBenety Goh2017-02-282-16/+10
* SERVER-26484 removed unreachable code in SyncSourceFeedback. Blacklisting of ...Benety Goh2017-02-281-17/+2
* SERVER-27553 Fix DEBUG builds still using removed cmpIsntSane functionAndrew Morrow2017-02-281-7/+4
* SERVER-27904 Extend support for moving predicates into contained ORs to multi...Tess Avitabile2017-02-289-313/+956
* SERVER-28038 Improve invariants in WiredTigerRecordStore for capped visibilityGeert Bosch2017-02-282-8/+7
* SERVER-27553 Remove print macroAndrew Morrow2017-02-273-25/+8
* SERVER-28094 Remove the StaticObserverAndrew Morrow2017-02-272-4/+0
* SERVER-27120 Increase synchronization between producer/applier threads and st...Siyuan Zhou2017-02-2719-315/+400
* SERVER-27977 Remove unused config conn string command parametersDianna Hohensee2017-02-275-33/+3
* SERVER-28106 Cleanup the contract of ChunkManager::findIntersectingChunkKaloian Manassiev2017-02-273-7/+7
* SERVER-27891 Disable writeConcern support for reIndexMaria van Keulen2017-02-271-1/+1
* SERVER-27748 Implement LogicalTimeMetadataRandolph Tan2017-02-274-5/+6
* SERVER-28111 Move ParallelSortClusteredCursor to mongo/s/clientKaloian Manassiev2017-02-273-11/+10
* SERVER-28111 Cleanup the ChunkManagerKaloian Manassiev2017-02-271-0/+1
* revert "SERVER-18410: Replace RWLock with OperationContext/LockManager"Daniel Gottlieb2017-02-2640-447/+247
* SERVER-27941 change the shardVersion check to an epoch check when entering th...Dianna Hohensee2017-02-241-4/+6
* SERVER-28075 Wait for DB works in simulateSuccessfulV1ElectionAt()Siyuan Zhou2017-02-241-0/+5
* SERVER-27887 Update comment to reflect _dataPtr to _ownedData refactorMaria van Keulen2017-02-241-3/+1
* SERVER-27887 Add toBson() rvalue overload method to RecordDataMaria van Keulen2017-02-241-3/+4
* SERVER-28052 Make SHA1Hash a full fledged classRandolph Tan2017-02-242-22/+13
* SERVER-27985 Remove unused _everStartedWrite and getWTSession()Maria van Keulen2017-02-242-13/+1
* SERVER-2104 add support for covered projections with dotted field pathsDavid Storch2017-02-248-32/+74
* SERVER-18410: Replace RWLock with OperationContext/LockManagerDaniel Gottlieb2017-02-2440-247/+447
* SERVER-27890 Remove tempness of cappedTruncateAfterMaria van Keulen2017-02-2316-37/+31
* SERVER-28071 add missing FTS indexing error codes to replication whitelistDavid Storch2017-02-232-0/+102