summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/database.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-38700 unshim DatabaseBenety Goh2018-12-191-43/+0
* SERVER-38700 make Database::userCreateNS() a member functionBenety Goh2018-12-191-2/+0
* SERVER-38700 fold dropAllDatabasesExceptLocal logic into StorageInterfaceImpl...Benety Goh2018-12-191-4/+1
* SERVER-38700 convert static Database::dropDatabase to a method on DatabaseHolderBenety Goh2018-12-191-2/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-301-57/+4
* Revert "SERVER-32645 Create a shim helper framework."Kyle Suarez2018-04-301-4/+57
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-271-57/+4
* SERVER-28552 Slice deps on `Database` in Catalog.ADAM David Alan Martin2017-04-041-688/+70
* SERVER-28294 Host CollectionUUID on top of standalone UUID librarysamantharitter2017-03-221-1/+1
* SERVER-22541 Refactor RAII locking helpers.Charlie Swanson2017-03-151-2/+2
* SERVER-27987 Create and persist UUIDs for newly created collectionsGeert Bosch2017-03-081-1/+5
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-78/+80
* SERVER-25860 Allow replication rollback to drop system collectionsMathias Stearn2017-01-031-14/+24
* SERVER-23103 Move assembleResposne to its own libraryAndrew Morrow2016-12-141-1/+0
* SERVER-27301 converted OpObserver into an interface. ServiceContext should al...Benety Goh2016-12-071-6/+3
* SERVER-24563 Fix race in check for DB names that differ in case onlyGeert Bosch2016-11-181-28/+0
* SERVER-26958 Fix potential nullptr dereference in WCE retry loopGeert Bosch2016-11-091-1/+1
* SERVER-26685 register Database::AddCollectionChange in the correct orderMathias Stearn2016-11-091-3/+1
* SERVER-26243 Allow deletion of system.views and fix/test rollbackGeert Bosch2016-11-091-10/+1
* SERVER-26685 Tie oplog visibility to durabilityMathias Stearn2016-11-031-3/+4
* SERVER-26515 Create collection with v=2 index should include full index spec ...Tess Avitabile2016-10-281-10/+4
* SERVER-26425 perform dropDatabase in WriteConflictException retry loopKyle Suarez2016-10-251-1/+4
* SERVER-26514 Create command should take idIndex optionTess Avitabile2016-10-241-8/+8
* SERVER-26468 Create internalValidateFeaturesAsMaster startup parameterTess Avitabile2016-10-181-1/+2
* SERVER-25969 make slaves and secondaries always use BSON 1.1 validationDavid Storch2016-09-201-3/+3
* SERVER-25948 dbStats should indicate number of viewsJames Wahlin2016-09-161-3/+7
* SERVER-24033 Write full index spec in oplog entry for index creation.Max Hirschhorn2016-09-141-1/+13
* SERVER-25741 Move check for "collation" option into CmdCreate::run().Max Hirschhorn2016-09-091-8/+0
* SERVER-25741 Disallow collection default collation if featureCompatibilityVer...Tess Avitabile2016-09-081-0/+8
* Revert "SERVER-25741 Disallow collection default collation if featureCompatib...Tess Avitabile2016-09-071-8/+0
* SERVER-25741 Disallow collection default collation if featureCompatibilityVer...Tess Avitabile2016-09-071-0/+8
* SERVER-25186 support a default collation for viewsKyle Suarez2016-09-061-1/+1
* SERVER-24991 log redaction for bson, client, auth, catalogThomas Schubert2016-09-021-8/+8
* SERVER-25740 Prevent creation of views if featureCompatibilityVersion is 3.2Tess Avitabile2016-08-311-0/+8
* SERVER-21168 Update top on database dropKevin Albertson2016-08-191-0/+4
* SERVER-25492 mongod gracefully handles invalid views on startupKyle Suarez2016-08-171-2/+7
* SERVER-24568 Record stats and fix $collStats for viewsKevin Albertson2016-08-021-1/+3
* SERVER-24767 Replicate viewsGeert Bosch2016-08-011-7/+12
* SERVER-24823 Add admin commands, durable system.views catalogGeert Bosch2016-07-241-1/+6
* SERVER-24766 implement basic views libraryKyle Suarez2016-07-071-24/+59
* SERVER-24508 move collation serialization into the CollationSpecDavid Storch2016-06-151-8/+5
* SERVER-23761 set NR feature bit for collationDavid Storch2016-06-151-3/+5
* SERVER-24380 Fix null deref. with coll/index having "simple" collationJ. Rassi2016-06-031-2/+10
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+3
* SERVER-23945 make index builds without a collation inherit the collection def...David Storch2016-05-251-5/+19
* SERVER-16221 SERVER-22703 ObOpserver may be nullptr in testsAndrew Morrow2016-04-151-2/+7
* Revert "SERVER-16221 SERVER-22703 ObOpserver may be nullptr in tests"Judah Schvimer2016-04-151-7/+2
* SERVER-16221 SERVER-22703 ObOpserver may be nullptr in testsAndrew Morrow2016-04-151-2/+7
* SERVER-22663 Remember --shardsvr settingRandolph Tan2016-03-231-1/+1