summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/collection.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68634 Move insertDocumentForBulkLoader out of CollectionImplKaloian Manassiev2022-08-111-6/+5
* SERVER-68205 Pull capped collection maintenance out of CollectionImplKaloian Manassiev2022-08-071-30/+0
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-1/+1
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-52538 Update IDL for "create" command, part 2A. Jesse Jiryu Davis2020-12-191-33/+0
* SERVER-51319 Call DatabaseShardingState::checkDbVersion() and CSS::getCollect...Dianna Hohensee2020-12-161-0/+5
* SERVER-51201 CollectionPtr returned from AutoGetCollectionLockFree is yieldableHenrik Edin2020-10-151-30/+9
* SERVER-51200 CollectionPtr in RequiresCollectionStage point to instance owned...Henrik Edin2020-10-131-12/+9
* SERVER-51187 Fix crash when calling yield() on CollectionPtr after restore le...Henrik Edin2020-09-301-2/+5
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-0/+57
* SERVER-47885 Added lookupCollectionByXXXForRead interface to the Collection c...Henrik Edin2020-08-071-1/+1
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-4/+4
* SERVER-41853 Remove unused CompactStats classHaley Connelly2019-08-281-4/+0
* SERVER-40716 Refactor catalog initialization logic on startupXiangyu Yao2019-06-071-0/+18
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39291 Remove padding options from compactGeert Bosch2019-02-081-16/+1
* SERVER-38684 unshim CollectionBenety Goh2018-12-181-42/+33
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-9/+11
* SERVER-36889 unshim MultiIndexBlockBenety Goh2018-10-121-1/+0
* SERVER-36156 Delete RecordFetcher.David Storch2018-09-051-1/+0
* SERVER-35112 Remove MMAPv1 codeGeert Bosch2018-07-061-1/+0
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-301-45/+3
* Revert "SERVER-32645 Create a shim helper framework."Kyle Suarez2018-04-301-3/+45
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-271-45/+3
* SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting dec...Nick Zolnierz2018-03-021-1/+0
* Revert "SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when get...Nick Zolnierz2018-03-021-0/+1
* SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting dec...Henrik Edin2018-03-021-1/+0
* SERVER-31684 Fix unexpected "operation exceeded time limit" errorsMartin Neupauer2017-12-181-21/+3
* Revert "SERVER-31684 Fix unexpected "operation exceeded time limit" errors"Spencer Jackson2017-12-141-3/+21
* SERVER-31684 Fix unexpected "operation exceeded time limit" errorsMartin Neupauer2017-12-121-21/+3
* SERVER-29840 Add allowed features bitmask to MatchExpressionParser::parseTess Avitabile2017-08-251-1/+0
* SERVER-28743: Have WiredTiger data structures be --groupCollections aware.Daniel Gottlieb2017-06-021-1/+0
* SERVER-29235 Ripple dependency-graph resolutionsADAM David Alan Martin2017-05-161-0/+75
* SERVER-29088 Cache uuid in Collection class to fix perf regressionGeert Bosch2017-05-081-1/+2
* SERVER-28621 Parse BSON update expression into an UpdateNode treeTess Avitabile2017-04-201-1/+1
* SERVER-28600 Slice `catalog/collection` cycles.ADAM David Alan Martin2017-04-071-1348/+56
* SERVER-28025 Sever `index_access_method`'s catalog dependency.ADAM David Alan Martin2017-03-281-4/+0
* SERVER-22541 Manage aggregation cursors on global cursor manager.Charlie Swanson2017-03-151-1/+1
* SERVER-22541 Refactor RAII locking helpers.Charlie Swanson2017-03-151-0/+1
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-141/+143
* SERVER-27890 Remove tempness of cappedTruncateAfterMaria van Keulen2017-02-231-2/+2
* SERVER-27897 Remove uses of temporary RAII objectsGeert Bosch2017-02-161-2/+4
* SERVER-25932 Make MONGO_EXPORT_SERVER_PARAMETER use AtomicWord instead of std...Mark Benvenuto2017-01-051-1/+1
* SERVER-27301 converted OpObserver into an interface. ServiceContext should al...Benety Goh2016-12-071-22/+10
* SERVER-26202 Relax index constraints in oplog applicationSiyuan Zhou2016-11-081-5/+5
* Revert "SERVER-26202 Relax index constraints in oplog application"Siyuan Zhou2016-11-061-5/+5
* SERVER-26202 Relax index constraints in oplog applicationSiyuan Zhou2016-11-041-5/+5
* SERVER-26685 Tie oplog visibility to durabilityMathias Stearn2016-11-031-2/+3
* SERVER-26515 Create collection with v=2 index should include full index spec ...Tess Avitabile2016-10-281-1/+1