summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/rename_collection.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-24823 Add support for remaining admin commandsGeert Bosch2016-08-011-0/+6
* SERVER-23073 Reliably detect concurrent changes to $out collection.Charlie Swanson2016-07-181-3/+8
* SERVER-23073 Check if either collection is sharded before renaming.Charlie Swanson2016-07-181-1/+12
* SERVER-23059: storage interface improvementsScott Hernandez2016-06-171-1/+2
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+2
* SERVER-21748 Remove developer print statement from renameCollection()Jason Rassi2015-12-081-1/+0
* SERVER-19564: Drop unused recordID return from insertDocumentMartin Bligh2015-09-091-1/+1
* SERVER-19564: revertMartin Bligh2015-08-081-1/+1
* SERVER-19564: Drop unused recordID return from insertDocumentMartin Bligh2015-08-081-1/+1
* SERVER-19247 remove implicit conversion from NamespaceString to std::stringQingyang Chen2015-07-061-2/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-167/+159
* SERVER-18807 modified ReplicationCoordinator::canAcceptWritesForDatabases to ...Benety Goh2015-06-091-1/+1
* SERVER-16444 New API for navigating RecordStoresMathias Stearn2015-06-091-4/+4
* SERVER-17923 prohibit database/collection actions when bg index is runningEric Milkie2015-06-041-30/+2
* SERVER-18227 Propagate all options when creating collections based on othersMathias Stearn2015-05-141-12/+3
* SERVER-18227 Add a mechanism to disable document validation and start using itMathias Stearn2015-05-081-0/+3
* SERVER-17573 move OpObserver calls into the datalayer as much as possible and...matt dannenberg2015-04-091-0/+292