summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-28196 Make legacy query and getMore appear in a consistent format ↵Bernard Gorman2017-03-073-20/+34
| | | | | | | | across currentOp, profiler and logs Closes #1139 Signed-off-by: David Storch <david.storch@10gen.com>
* SERVER-27914 Verify canAcceptWritesForDatabase() is called while the caller ↵Matthew Russotto2017-03-0641-102/+196
| | | | | | holds the global lock This reverts commit 3e5314c3f2be49666ca5d7aa766c934ba7d6cbe9.
* Revert "SERVER-26965 Use RAII type for turning off replicated writes."Matthew Russotto2017-03-0641-196/+102
| | | | This reverts commit befb3ab22daa1f6e0db54af4caa426cfca1b7cd2.
* 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
| | | | This reverts commit c2b3178e0cae20a24bc9cc39a750bb864def17e3.
* SERVER-26703 reject commands exceeding the BSON depth limitKyle Suarez2017-03-064-137/+36
| | | | | Any command sent to the server that exceeds the depth limit will fail. This also prevents users from inserting documents that exceed the depth limit.
* SERVER-27866 Add threadId dump in hex base from globalLockManager for ↵Eddie Louie2017-03-061-1/+2
| | | | PENDING locks
* 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
| | | | | | Closes #1 Signed-off-by: Tess Avitabile <tess.avitabile@mongodb.com>
* SERVER-27886 Move paths.* into mmap_v1Maria van Keulen2017-03-0311-23/+65
|
* SERVER-28110 Set secondaryCatchUpPeriodSecs smaller when requesting remote ↵Siyuan Zhou2017-03-022-1/+9
| | | | primary stepdown
* SERVER-27972 Add a featureCompatibilityVersion op observer for ↵Tess Avitabile2017-03-023-0/+22
| | | | database/collection drop
* SERVER-27768 Implement HMAC key for signing Logical clock's storage & ↵Jack Mulrow2017-03-0213-17/+225
| | | | distribution
* 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 ↵Kaloian Manassiev2017-03-021-2/+2
| | | | template
* 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
| | | | Fold its contents in the mongod-side of sharding.
* 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
| | | | This reverts commit 2e975bcf036ed7ff2760a213827c0a02e0cded66.
* 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 ↵Dianna Hohensee2017-03-014-20/+22
| | | | | | shards and remove "-OnConfig" function name suffixes" This reverts commit 489cd07d2a3711286debae56f28416d7ba290648.
* 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
| | | | reporter sync source will be done in BackgroundSync and SyncSourceResolver.
* 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 ↵Tess Avitabile2017-02-289-313/+956
| | | | multikey indexes
* 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 ↵Siyuan Zhou2017-02-2719-315/+400
| | | | | | stepdown/stepup SERVER-27913 Make sure the last applied hash is corresponding to the last applied optime in bgsync start()
* 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
| | | | And cleanup some of the sharding library dependencies.
* SERVER-28111 Cleanup the ChunkManagerKaloian Manassiev2017-02-271-0/+1
| | | | No functional changes, just removing unused includes and adding comments.
* revert "SERVER-18410: Replace RWLock with OperationContext/LockManager"Daniel Gottlieb2017-02-2640-447/+247
| | | | This reverts commit 9c9bbf3318113cfdd4d9b72f493b6ebd23f1837e.
* SERVER-27941 change the shardVersion check to an epoch check when entering ↵Dianna Hohensee2017-02-241-4/+6
| | | | the critical section.
* 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
| | | | | | For example, suppose you have index {"a.b": 1}. The projection {_id: 0, "a.b": 1} will now result in a covered plan when this index is used.
* 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
|
* SERVER-27866 Add threadId dump in hex base from globalLockManagerEddie Louie2017-02-211-1/+2
|