summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/rename_collection.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-29825 Do not allow rename from unreplicated to replicated DB or vice v...Vesselina Ratcheva2018-11-121-3/+11
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-191-8/+10
* SERVER-32198 Get rid of CollectionShardingState::collectionIsShardedHenrik Edin2018-09-181-4/+11
* SERVER-37002 collection rename drops indexes with long names in the target na...Benety Goh2018-09-101-0/+45
* SERVER-35780 Timestamp multiple index builds during renameMaria van Keulen2018-09-071-5/+4
* SERVER-32997 Implement instance level locking for mobile SESulabh Mahajan2018-07-051-6/+10
* SERVER-34615 Make UUIDCatalog updates for renameCollection atomicMaria van Keulen2018-06-071-1/+3
* SERVER-35321 Make renameCollection uninterruptibleLouis Williams2018-05-311-0/+4
* SERVER-31024 Log renameCollection at storage layer to cover more casesXiangyu Yao2018-05-111-4/+13
* Revert "SERVER-31024 Log renameCollection at storage layer to cover more cases"Benety Goh2018-05-091-12/+4
* SERVER-31024 Log renameCollection at storage layer to cover more casesXiangyu Yao2018-05-091-4/+12
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-301-2/+2
* Revert "SERVER-32645 Create a shim helper framework."Kyle Suarez2018-04-301-2/+2
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-271-2/+2
* SERVER-34370 Change commands to use AutoGetDb to get database to trigger a Da...jannaerin2018-04-181-0/+4
* SERVER-27534 All writing operations must fail if the term changes.Justin Seyster2018-04-181-0/+3
* Revert "SERVER-27534 All writing operations must fail if the term changes."Justin Seyster2018-04-131-3/+0
* SERVER-27534 All writing operations must fail if the term changes.Justin Seyster2018-04-121-0/+3
* SERVER-33523 Add timestamp support to CollectionMetadataMartin Neupauer2018-04-051-2/+2
* SERVER-34196 remove redundant dropTarget boolean argument from OpObserver::on...Benety Goh2018-03-301-3/+3
* SERVER-33956 renameCollection creates oplog entry with dropTarget set to fals...Benety Goh2018-03-291-1/+4
* SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting dec...Nick Zolnierz2018-03-021-1/+1
* Revert "SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when get...Nick Zolnierz2018-03-021-1/+1
* SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting dec...Henrik Edin2018-03-021-1/+1
* SERVER-32272 Remove 3.4 to 3.6-specific UUID handlingMaria van Keulen2018-03-011-1/+1
* SERVER-33087 Fix the use of dropTarget in renameCollectionXiangyu Yao2018-02-281-13/+102
* SERVER-33086 Change renameCollection to be a noop when the target exists and ...Xiangyu Yao2018-02-161-9/+3
* SERVER-29519 Removed many usages of getGlobalReplicationCoordinatorHenrik Edin2018-01-221-1/+1
* SERVER-32617 Fix code that reconstructs status with just code and stringMathias Stearn2018-01-171-7/+4
* SERVER-32098 renaming drop-pending collection fails with NamespaceNotFoundBenety Goh2017-12-291-0/+17
* SERVER-31750 log renameCollectionBenety Goh2017-12-281-0/+4
* SERVER-32098 add renameCollectionForRollback.hbdeBenety Goh2017-12-221-4/+27
* SERVER-29909 Remove circular dependency between db_raii and sharding librariesKaloian Manassiev2017-12-161-2/+0
* SERVER-30371 remove dropSource from renameCollection oplog entry formatBenety Goh2017-09-061-31/+2
* SERVER-30371 downgrade global write lock when renaming across databasesBenety Goh2017-09-051-1/+22
* SERVER-30371 renaming collection across databases logs individual oplog entriesBenety Goh2017-09-051-76/+58
* Revert "SERVER-30371 renaming collection across databases logs individual opl...Benety Goh2017-09-051-58/+76
* SERVER-30371 renaming collection across databases logs individual oplog entriesBenety Goh2017-09-051-76/+58
* SERVER-30371 renameCollection() across databases returns InvalidLength if sou...Benety Goh2017-08-311-1/+11
* SERVER-30371 rename across database does not make target collection temporary...Benety Goh2017-08-301-3/+12
* SERVER-30371 disable UUID on temporary collection when renaming across databa...Benety Goh2017-08-291-1/+1
* SERVER-30656 renamed CollectionOptions local variable masking parameter nameBenety Goh2017-08-251-4/+4
* SERVER-30212 renameCollectionForApplyOps() supports two phase drop for target...Benety Goh2017-08-241-0/+20
* SERVER-30212 renameCollection() two phase drops target collectionBenety Goh2017-08-221-20/+31
* SERVER-30212 add renameOpTime argument to renameCollectionForApplyOps()Benety Goh2017-08-181-3/+5
* SERVER-30212 add RenameCollectionOptionsBenety Goh2017-08-141-18/+22
* SERVER-29057 renameCollection() uses randomly generated temporary collection ...Benety Goh2017-07-281-3/+12
* Revert "SERVER-25057 renameCollection() uses randomly generated temporary col...Benety Goh2017-07-281-12/+3
* SERVER-25057 renameCollection() uses randomly generated temporary collection ...Benety Goh2017-07-281-3/+12
* SERVER-15723 Avoid G_X lock for renameCollection within databaseGeert Bosch2017-07-111-1/+9