summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/capped_utils.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39079 Move BackgroundOperation checks out of the catalog layer; add pa...Dianna Hohensee2019-03-241-0/+4
* Revert "SERVER-39079 Move BackgroundOperation checks out of the catalog layer...Dianna Hohensee2019-03-121-4/+0
* SERVER-39079 Move BackgroundOperation checks out of the catalog layer; add pa...Dianna Hohensee2019-03-111-0/+4
* SERVER-40023 remove background index support from IndexBuilderBenety Goh2019-03-071-1/+0
* SERVER-39505 Make ViewCatalog a decoration on Database.Divjot Arora2019-03-071-2/+3
* SERVER-39495 Move ShardingState::needCollectionMetadata under OperationShardi...Kaloian Manassiev2019-02-271-12/+16
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38316 Consolidate PlanExecutor::DEAD and PlanExecutor::FAILUREPawel Terlecki2019-02-041-6/+1
* SERVER-39032 remove unnecessary NamespaceString::ns() calls from db/catalog/Benety Goh2019-01-241-15/+11
* SERVER-37444 Added RequiresCollectionStage and use for COLLSCAN.David Storch2018-10-311-59/+43
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36224 Refactor Collection::updateDocument argsJustin Seyster2018-08-261-0/+1
* SERVER-32148 Make NamespaceNotFound an acceptable error for emptyCapped and c...Chibuikem Amaechi2018-07-311-2/+2
* SERVER-35428 Added ability to add two OpDebug objects togetherjinichu2018-07-031-1/+1
* SERVER-33078 convertToCapped size is not checked for float -> long long overflowDianna Hohensee2018-06-041-2/+2
* SERVER-34307 replace invariant(false) with MONGO_UNREACHABLEBenety Goh2018-04-041-2/+2
* SERVER-33336 Snapshot reads should not take MODE_IX locks when autocommit=trueTess Avitabile2018-03-021-1/+1
* 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-32367 Make the Command::parseNs* methods take StringDataKaloian Manassiev2018-02-021-1/+1
* SERVER-29519 Removed many usages of getGlobalReplicationCoordinatorHenrik Edin2018-01-221-3/+3
* SERVER-32617 Fix code that reconstructs status with just code and stringMathias Stearn2018-01-171-5/+4
* SERVER-32098 converting a drop-pending collection to capped fails with Namesp...Benety Goh2017-12-291-0/+6
* SERVER-29909 Remove circular dependency between db_raii and sharding librariesKaloian Manassiev2017-12-161-4/+1
* SERVER-17414 Fix unreferenced local variable in catch exception specifiersMark Benvenuto2017-10-201-2/+2
* SERVER-30410 Ensure executor is saved after tailable cursor time out.Charlie Swanson2017-08-281-1/+4
* SERVER-29144 Filter out shard balancing from change streamNathan Myers2017-08-151-7/+2
* SERVER-30212 add RenameCollectionOptionsBenety Goh2017-08-141-2/+4
* SERVER-29057 convertToCapped uses randomly generated temporary collection nameBenety Goh2017-07-281-13/+11
* Revert "SERVER-25057 convertToCapped uses randomly generated temporary collec...Benety Goh2017-07-281-11/+13
* SERVER-25057 convertToCapped uses randomly generated temporary collection nameBenety Goh2017-07-281-13/+11
* SERVER-29057 cloneCollectionAsCapped() includes collection name in error mess...Benety Goh2017-07-271-2/+7
* SERVER-28912 Thread statement id from batched insert command oplog entryRandolph Tan2017-07-121-2/+5
* SERVER-30087 convertToCapped should not yield locks before renamingGeert Bosch2017-07-111-34/+32
* SERVER-29544 Remove references to deprecated macroIan Kuehne2017-07-071-2/+2
* SERVER-29904 don't generate convertToCapped oplog entriesGeert Bosch2017-07-031-59/+43
* SERVER-27992 Use UUIDs for replicationGeert Bosch2017-06-231-3/+7
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-2/+4
* SERVER-29225 Split off free functions in catalog.ADAM David Alan Martin2017-05-161-13/+10
* SERVER-29088 Cache uuid in Collection class to fix perf regressionGeert Bosch2017-05-081-2/+2
* SERVER-27989 Implement new oplog format with collection UUIDsGeert Bosch2017-04-211-5/+5
* SERVER-25694 Eliminate race in PlanExecutor cleanup.Charlie Swanson2017-04-131-4/+5
* SERVER-28543 Add OperationContext as an argument to getCollectionMaria van Keulen2017-04-061-19/+19
* SERVER-28531 Fix convert-to-capped to use new UUID.Geert Bosch2017-03-291-9/+9
* SERVER-22541 Refactor RAII locking helpers.Charlie Swanson2017-03-151-2/+0
* SERVER-26965 Use RAII type for turning off replicated writesMatthew Russotto2017-03-131-14/+16
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-42/+44
* SERVER-27914 Verify canAcceptWritesForDatabase() is called while the caller h...Matthew Russotto2017-03-061-2/+2
* Revert "SERVER-26965 Use RAII type for turning off replicated writes."Matthew Russotto2017-03-061-2/+2