summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog
Commit message (Expand)AuthorAgeFilesLines
* SERVER-5811 implement the killCursors command for mongodDavid Storch2015-06-232-10/+37
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-2043-5932/+5695
* SERVER-19041 Simplify SimpleMutexAndrew Morrow2015-06-193-27/+25
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-1/+0
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-108-18/+14
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-102-7/+7
* SERVER-18807 modified ReplicationCoordinator::canAcceptWritesForDatabases to ...Benety Goh2015-06-096-14/+15
* SERVER-16444 New API for navigating RecordStoresMathias Stearn2015-06-094-43/+16
* SERVER-2454 Improve PlanExecutor::DEAD handlingJames Wahlin2015-06-091-5/+13
* SERVER-18858 IndexCatalog::_dropIndex() reset info cache after dropJason Rassi2015-06-081-4/+4
* SERVER-17660 Rename index option "filter" to "partialFilterExpression"Jason Rassi2015-06-083-7/+7
* Revert "SERVER-17660 Rename index option "filter" to "partialIndexExpression""Jason Rassi2015-06-083-7/+7
* SERVER-17660 Rename index option "filter" to "partialIndexExpression"Jason Rassi2015-06-083-7/+7
* SERVER-18277 Do not do database reads under client spinlock.Andy Schwerin2015-06-051-1/+2
* SERVER-18825 restore indicator behavior of "dropped" field in a dropDatabase ...matt dannenberg2015-06-051-2/+4
* SERVER-18277 Stronger locking rules for CurOp and OpDebug.Andy Schwerin2015-06-051-3/+6
* SERVER-18792 when logging createCollection to the oplog always include size i...matt dannenberg2015-06-042-3/+3
* SERVER-17923 prohibit database/collection actions when bg index is runningEric Milkie2015-06-049-231/+9
* SERVER-18798 Move FindAndModifyRequest to the request/response libraryKaloian Manassiev2015-06-031-0/+1
* Reapply "SERVER-14995 Move operation id, lockState and client fields to Opera...Andy Schwerin2015-06-021-1/+2
* Revert "SERVER-14995 Move operation id, lockState and client fields to Operat...Spencer T Brody2015-05-291-2/+1
* SERVER-14995 Move operation id, lockState and client fields to OperationContext.Andy Schwerin2015-05-291-1/+2
* SERVER-18127 Shard class should use ConnectionString for addressesKaloian Manassiev2015-05-261-0/+1
* SERVER-18567 Replace usages of the legacy ConnectionString::parseKaloian Manassiev2015-05-221-1/+1
* SERVER-18184 add awaitData support to the getMore command for any capped coll...David Storch2015-05-212-2/+107
* Revert "Revert "SERVER-18515 Replace OperationContext::getCurOp with CurOp::g...Ernie Hershey2015-05-182-3/+3
* Revert "SERVER-18515 Replace OperationContext::getCurOp with CurOp::get(Opera...Ernie Hershey2015-05-182-3/+3
* SERVER-18515 Replace OperationContext::getCurOp with CurOp::get(OperationCont...Andy Schwerin2015-05-182-3/+3
* SERVER-17075: Handle WCE in cloneCollectionAsCappedGeert Bosch2015-05-151-21/+61
* SERVER-18168: Get rid of nested units of work in the RecoveryUnitGeert Bosch2015-05-151-5/+5
* SERVER-18171: Rename commitAndRestart to abandonSnapshotGeert Bosch2015-05-153-4/+4
* SERVER-18227 Fix minor typosMathias Stearn2015-05-151-1/+1
* SERVER-18227 Add bypassDocumentValidation support to applyOpsMathias Stearn2015-05-151-6/+5
* SERVER-18420 fix double populating of result in dropCollectionmatt dannenberg2015-05-151-2/+4
* SERVER-18227 Add bypassDocumentValidation option to commands that need itMathias Stearn2015-05-141-0/+9
* SERVER-18227 Propagate all options when creating collections based on othersMathias Stearn2015-05-142-12/+9
* SERVER-18227 Correctly parse collection options in RS rollback of collmodMathias Stearn2015-05-141-3/+1
* SERVER-18016 removed listDatabases() call from Database::duplicateUncasedName()Benety Goh2015-05-141-12/+5
* SERVER-18410: Move MMAPv1 specific libraries from util to db/storage/mmap_v1Geert Bosch2015-05-122-2/+0
* SERVER-18227 Ban setting a document validator on system collectionsMathias Stearn2015-05-082-17/+33
* SERVER-18227 Add a mechanism to disable document validation and start using itMathias Stearn2015-05-087-6/+122
* SERVER-18227 Initial part of document validationMathias Stearn2015-05-087-8/+174
* SERVER-17659 Hook up PlanCacheIndexabilityStateJason Rassi2015-05-072-0/+27
* SERVER-17659 Index build: call addedIndex() when in consistent stateJason Rassi2015-05-071-2/+2
* SERVER-16920 Better error messages for ops killed during yieldJames Wahlin2015-05-076-23/+46
* SERVER-18170 Forbid creation of _id index if it's also a sparse indexJason Rassi2015-05-061-0/+4
* SERVER-18170 Forbid creation of _id index if it's also a partial indexJason Rassi2015-05-061-16/+22
* SERVER-9666 Split up and push bson library into bson directoryAndrew Morrow2015-05-061-2/+2
* SERVER-18317 special cases commands when applying oplog entriesmatt dannenberg2015-05-061-16/+11
* SERVER-9666 Push index_key_validate lib into db/catalogAndrew Morrow2015-04-291-0/+12