summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/rename_collection.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-79/+80
* SERVER-17923 prohibit database/collection actions when bg index is runningEric Milkie2015-06-041-24/+0
* SERVER-15860 Switch replication metadata ops to be replication-specific, rath...matt dannenberg2015-04-171-14/+10
* SERVER-17573 move OpObserver calls into the datalayer as much as possible and...matt dannenberg2015-04-091-207/+13
* SERVER-17878 Rename GlobalEnvironmentExperiment to ServiceContext.Andy Schwerin2015-04-031-3/+3
* SERVER-17758 Move AutoGet* and Client::*Context to their own file.Andy Schwerin2015-03-271-2/+3
* SERVER-13896 Replace logOp() with a more operation-aware observer interfacematt dannenberg2015-03-111-3/+14
* SERVER-15308 SERVER-17150 cancel current command on the primary when the node...Benety Goh2015-02-051-0/+6
* SERVER-17132: Added SnapshotId and Snapshotted and use them in query to make ...Eliot Horowitz2015-02-021-2/+3
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+4
* SERVER-16764 Make ReplicationCoordinator file names match the type namesSpencer T Brody2015-01-121-1/+1
* SERVER-16274 synchronize start of bg index builds on secondariesEric Milkie2015-01-061-5/+3
* SERVER-16502: make getCollection const and not require an OpContextScott Hernandez2015-01-021-3/+3
* SERVER-16192: Add ScopedTransaction to automatically commitAndRestart()Geert Bosch2014-11-211-0/+1
* SERVER-14062 Cleanup Client::hasWrittenSinceCheckpoint and some usages of cc()Kaloian Manassiev2014-11-131-1/+1
* SERVER-8511 prohibit local db and oplog collection from being dropped while r...Eric Milkie2014-11-101-1/+14
* SERVER-15948 Fast OplogStart impl for RSs supporting arbitrary DiskLocsMathias Stearn2014-11-041-0/+6
* SERVER-15614 Move inProcCmd to a separate file and clean includesKaloian Manassiev2014-10-301-1/+2
* SERVER-15824 renameCollection should commit the destination coll dropJason Rassi2014-10-301-0/+2
* SERVER-15616 Disallow renaming system.indexesDavid Percy2014-10-131-0/+6
* SERVER-14668/SERVER-15294 Collection-level locking for all read pathsKaloian Manassiev2014-10-061-2/+1
* SERVER-13635 Stop assuming storageSize == cappedSizeMathias Stearn2014-10-021-2/+6
* SERVER-15121 When doing renameCollection across databases, close the iterator...Michael Cahill2014-09-031-13/+15
* SERVER-13635: OperationContext on read pathsEliot Horowitz2014-08-251-3/+3
* SERVER-13951 WUOW now takes whole OperationContext, not just RecoveryUnitMathias Stearn2014-08-131-5/+5
* SERVER-13951 Split index building in to UnitOfWork-sized stagesMathias Stearn2014-08-131-159/+115
* SERVER-14413 box mmapv1 further, retire structure directoryHari Khalsa2014-07-111-2/+2
* SERVER-14387 Propogate OperationContext through calls requiring document read...Craig Harris2014-07-081-3/+3
* SERVER-14085: Start using WriteUnitOfWorkGeert Bosch2014-07-011-3/+8
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-07-011-9/+9
* Revert "SERVER-13961 Add OperationContext argument to Client::Context"Tyler Brock2014-06-301-9/+9
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-06-281-9/+9
* Revert "SERVER-13961 Add OperationContext argument to Client::Context"Kaloian Manassiev2014-06-281-9/+9
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-06-271-9/+9
* SERVER-13961 Start using LockState from the OperationContextKaloian Manassiev2014-06-021-1/+1
* SERVER-13641 Plumb OperationContext through to getCollection and all HelpersMathias Stearn2014-05-301-8/+9
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-4/+2
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-2/+4
* SERVER-14056 Cross-DB renameCollection needs to call commitIfNeededJason Rassi2014-05-281-0/+1
* 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-3/+3
* 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-5/+4
* SERVER-13635: pull out interface for deleting records in capped collection du...Eliot Horowitz2014-05-091-1/+1
* 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-14/+22
* SERVER-13084,SERVER-13632,SERVER-13634 Remove DiskLoc methods hitting diskKaloian Manassiev2014-04-291-3/+3
* SERVER-13643 Move Txn pluming above Database and CollectionMathias Stearn2014-04-291-8/+10
* SERVER-13084: remove Client::database and make many things not use thread loc...Eliot Horowitz2014-04-171-1/+1