summaryrefslogtreecommitdiff
path: root/src/mongo/db/cloner.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-31805 provide option to Cloner to preserve UUIDsJudah Schvimer2017-11-081-10/+13
* SERVER-14601 Use proper error codes for NotMaster errorsSpencer T Brody2017-10-261-1/+1
* SERVER-30106 Allow syncTail replication to write to drop-pending collectionsGeert Bosch2017-07-181-1/+1
* Revert "SERVER-30106 Allow syncTail replication to write to drop-pending coll...Geert Bosch2017-07-151-1/+1
* SERVER-30106 Allow syncTail replication to write to drop-pending collectionsGeert Bosch2017-07-151-1/+1
* SERVER-28912 Thread statement id from batched insert command oplog entryRandolph Tan2017-07-121-1/+2
* SERVER-29544 Remove deprecated macro calls.Ian Kuehne2017-07-031-13/+23
* SERVER-29088 Cache uuid in Collection class to fix perf regressionGeert Bosch2017-05-081-1/+1
* SERVER-27989 Implement new oplog format with collection UUIDsGeert Bosch2017-04-211-3/+1
* SERVER-28543 Add OperationContext as an argument to getCollectionMaria van Keulen2017-04-061-5/+5
* SERVER-27691 Make OperationContext::setKillAllOperations interrupt all operat...Kaloian Manassiev2017-04-051-1/+1
* SERVER-28534 Pass collection names around as NamespaceStrings more oftenGeert Bosch2017-04-021-1/+1
* SERVER-26772 removed old initial sync codeJudah Schvimer2017-03-161-15/+0
* SERVER-22541 Refactor RAII locking helpers.Charlie Swanson2017-03-151-7/+3
* SERVER-27987 Create and persist UUIDs for newly created collectionsGeert Bosch2017-03-081-5/+19
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-71/+73
* SERVER-27914 Verify canAcceptWritesForDatabase() is called while the caller h...Matthew Russotto2017-03-061-15/+16
* Revert "SERVER-26965 Use RAII type for turning off replicated writes."Matthew Russotto2017-03-061-16/+15
* SERVER-26965 Use RAII type for turning off replicated writes.Matthew Russotto2017-03-061-15/+16
* SERVER-25932 Make MONGO_EXPORT_SERVER_PARAMETER use AtomicWord instead of std...Mark Benvenuto2017-01-051-1/+1
* SERVER-24128 reject embedded null bytes in namespace string parsingDavid Storch2016-12-091-1/+1
* SERVER-27301 converted OpObserver into an interface. ServiceContext should al...Benety Goh2016-12-071-1/+2
* SERVER-22729: Disallow creating replication collections in non-local databasesDaniel Gottlieb2016-11-281-0/+2
* SERVER-26834 replset7.js should cause documents to be seen twice in initial syncTess Avitabile2016-11-101-1/+18
* Revert "SERVER-26834 replset7.js should cause documents to be seen twice in i...Tess Avitabile2016-11-091-18/+1
* SERVER-26834 replset7.js should cause documents to be seen twice in initial syncTess Avitabile2016-11-091-1/+18
* SERVER-26764 Do not defer creation of _id index for replicated collectionsTess Avitabile2016-10-281-136/+121
* SERVER-26599 Master-slave initial sync should use the exact _id index spec fr...Tess Avitabile2016-10-181-4/+30
* SERVER-25969 make slaves and secondaries always use BSON 1.1 validationDavid Storch2016-09-201-1/+1
* SERVER-24033 Write full index spec in oplog entry for index creation.Max Hirschhorn2016-09-141-31/+33
* SERVER-24991 log redaction for bson, client, auth, catalogThomas Schubert2016-09-021-8/+8
* SERVER-25159 Default BSON validation version should depend on admin.system.ve...Tess Avitabile2016-09-021-1/+3
* SERVER-25796 copydb support for views + additional cloner testsJames Wahlin2016-08-311-0/+35
* SERVER-25126 Return a different error code if the step down occurs after the ...Siyuan Zhou2016-08-251-3/+3
* SERVER-24506 Cloner support for viewsJames Wahlin2016-08-091-1/+3
* SERVER-24611 Implement ClientMetadata classMark Benvenuto2016-08-041-1/+1
* SERVER-24767 Replicate viewsGeert Bosch2016-08-011-1/+1
* SERVER-24883 cloner should not create _id index when original collection does...Judah Schvimer2016-07-061-1/+9
* SERVER-23243 Remove time-keeping from listenerWaley Chen2016-06-131-1/+1
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-3/+9
* SERVER-23919 gather all collection names at the start of initial syncEric Milkie2016-05-021-78/+94
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-211-2/+4
* Revert "SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD ops"Benety Goh2016-04-211-4/+2
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-211-2/+4
* SERVER-6823 Enable Access control without downtime.Shane Harvey2016-04-131-2/+1
* SERVER-22723 Remove unused cappedOK argument from Collection::deleteDocumentGeert Bosch2016-04-071-1/+1
* SERVER-22723 Don't try to support copying collections with duplicate idsGeert Bosch2016-04-071-1/+1
* Revert "SERVER-22723 Don't try to support copying collections with duplicate ...Ian Whalen2016-04-071-1/+1
* Revert "SERVER-22723 Remove unused cappedOK argument from Collection::deleteD...Ian Whalen2016-04-071-1/+1
* Revert "SERVER-22723 Remove unused noWarn flag and logIfError option"Ian Whalen2016-04-071-1/+1