summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/create_indexes.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-17205 check for primary step down after obtaining write lockBenety Goh2015-02-111-0/+16
* SERVER-15308 SERVER-17150 cancel current command on the primary when the node...Benety Goh2015-02-051-0/+12
* SERVER-17030 More WCE handling for index buildsMathias Stearn2015-01-271-7/+10
* SERVER-17053 restart transaction on WCE retryEric Milkie2015-01-271-6/+2
* SERVER-17061 Properly handle WriteConflictException in "createIndexes" command.Andy Schwerin2015-01-271-4/+12
* SERVER-16930 createIndexes should always set numIndexesBefore and numIndexesA...Benety Goh2015-01-211-1/+3
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+2
* SERVER-16502: make getCollection const and not require an OpContextScott Hernandez2015-01-021-2/+2
* SERVER-16429 Get rid of assertWriteLocked which was doing incomplete checkKaloian Manassiev2014-12-121-1/+2
* Revert "SERVER-16429 Get rid of assertWriteLocked which was doing incomplete ...Kaloian Manassiev2014-12-101-2/+1
* SERVER-16429 Get rid of assertWriteLocked which was doing incomplete checkKaloian Manassiev2014-12-101-1/+2
* SERVER-16192: Add ScopedTransaction to automatically commitAndRestart()Geert Bosch2014-11-211-0/+1
* SERVER-15882 Route inserts to system.indexes through the createIndexes comman...Andy Schwerin2014-11-051-0/+1
* SERVER-14860: fix multi-index build transactionality around setIndexIsMultikeyEliot Horowitz2014-11-041-0/+3
* SERVER-14860 Refine locking scheme for background index builds, to support do...Eric Milkie2014-11-031-5/+40
* SERVER-14973 consolidate shard key parsing, cleanup shard key patternsGreg Studer2014-10-161-4/+5
* SERVER-14425 Move LockManager out of the newlm namespaceKaloian Manassiev2014-10-101-1/+1
* SERVER-14668: Collection level locking for update pathGeert Bosch2014-10-091-1/+1
* Revert "SERVER-14668: Replace uses of DBWrite lock with DBLock"Geert Bosch2014-10-031-1/+1
* SERVER-14668: Replace uses of DBWrite lock with DBLockGeert Bosch2014-09-301-1/+1
* BF-532: Revert "SERVER-14668: Replace uses of DBWrite lock with DBLock"Geert Bosch2014-09-291-1/+1
* SERVER-14668: Replace uses of DBWrite lock with DBLockGeert Bosch2014-09-251-1/+1
* SERVER-14745 Remove WritebackListenerRandolph Tan2014-08-281-1/+1
* SERVER-13635: OperationContext on read pathsEliot Horowitz2014-08-251-2/+2
* SERVER-14219 logOp implicit collection creationMathias Stearn2014-08-201-0/+3
* SERVER-13951 WUOW now takes whole OperationContext, not just RecoveryUnitMathias Stearn2014-08-131-2/+2
* SERVER-13951 Split index building in to UnitOfWork-sized stagesMathias Stearn2014-08-131-51/+41
* SERVER-14085: Start using WriteUnitOfWorkGeert Bosch2014-07-011-0/+1
* SERVER-13961 Convert most usages of LockState from TLS to OperationContextKaloian Manassiev2014-06-131-3/+4
* SERVER-13641 Stop making a new OperationContextImpl in Database::getFileFormatMathias Stearn2014-05-301-1/+1
* SERVER-13641 Plumb OperationContext through to getCollection and all HelpersMathias Stearn2014-05-301-1/+1
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-301-7/+3
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-5/+8
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-8/+5
* SERVER-14043 s/namespace replset/namespace repl/matt dannenberg2014-05-271-1/+1
* SERVER-14021 move all replication code into namespace replsetmatt dannenberg2014-05-221-1/+1
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-2/+2
* SERVER-13641 Unify Command::newRun into runMathias Stearn2014-05-141-1/+1
* SERVER-13641 Pull TransactionExperiment up to top level request processorMathias Stearn2014-05-141-6/+5
* SERVER-13643 pull TransactionExperiment above (most) catalog stuffHari Khalsa2014-04-301-1/+1
* SERVER-13643 Kill Command::logTheOp and have Commands log their own opsMathias Stearn2014-04-301-1/+0
* SERVER-13643 Plumb TransactionExperiment though logOpMathias Stearn2014-04-301-1/+1
* SERVER-13643 Move Txn pluming above Database and CollectionMathias Stearn2014-04-291-2/+4
* SERVER-13589 logOp inserts into system.indexes for index buildsEric Milkie2014-04-161-4/+5
* SERVER-13498 Get rid of LockStatusKaloian Manassiev2014-04-151-1/+1
* SERVER-13437 Cannot wait for write concern for createIndexes command on mongosRandolph Tan2014-04-081-2/+8
* SERVER-13387 CreateIndexes command allows non shard key unique indexes to be ...Randolph Tan2014-03-281-0/+32
* SERVER-12857 Add test of access control for createIndexes commandSpencer T Brody2014-03-061-1/+1
* SERVER-12967: remove createIndexes 'noChangesMade' field as its redundantEliot Horowitz2014-02-281-1/+0
* SERVER-10879 Index build use post-fixed spec to check if index existsJason Rassi2014-02-281-1/+3