summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/mobile
Commit message (Expand)AuthorAgeFilesLines
* Apply formatting per `clang-format-7.0.1`clang-format-7.0.12019-07-261-2/+2
* SERVER-41861 Replace 'all_committed' with 'all_durable'Gregory Wlodarek2019-07-261-1/+1
* SERVER-39936 Use PeriodicRunner handles to simplify shutdown orderingBen Caimano2019-07-252-2/+2
* SERVER-41865 Change naming and location of KVCatalog and StorageEngineImplXiangyu Yao2019-07-022-3/+3
* SERVER-41819 Move methods from KVCollectionCatalogEntry to KVCatalogXiangyu Yao2019-06-282-0/+2
* SERVER-40478 Merge StorageEngine class with KVStorageEngineXiangyu Yao2019-06-212-4/+4
* SERVER-39813 add oldest required timestamp to server statusBenety Goh2019-05-221-0/+4
* SERVER-39860 Separate reporting of RSTL and PBWM locks metrics in serverStatu...Dianna2019-05-141-4/+2
* SERVER-40125 Fix dynamic builds when mobile storage engine is enabledHenrik Edin2019-04-251-2/+3
* SERVER-40125 Add a periodic job that runs incremental vacuum on the mobile st...Henrik Edin2019-04-2417-198/+261
* SERVER-39515 Remove DatabaseCatalogEntryXiangyu Yao2019-04-101-1/+2
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-092-2/+2
* SERVER-32709 Correctly pass cache_size to SQLite.Henrik Edin2019-04-051-4/+8
* SERVER-32709 Fix duplicate error codeHenrik Edin2019-04-051-1/+1
* SERVER-32709 Improve performance with the mobile storage engine.Henrik Edin2019-04-0510-154/+307
* SERVER-40444 IndexCatalogEntry to use NamespaceString instead of plain string...Henrik Edin2019-04-032-5/+5
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-282-5/+6
* SERVER-40124 Mobile SE: Make All SQLite Pragmas ConfigurableMatt Lord2019-03-228-80/+120
* SERVER-39259 Mobile SE: Adjust SQLite Pragmas for Improved PerformanceMatt Lord2019-03-159-17/+277
* SERVER-38886 Refactor RecordStore::validate implementationsDivjot Arora2019-02-262-93/+16
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-1320-20/+0
* SERVER-38176 Compile with /permissive- on MSVC to make the compiler strictly ...Henrik Edin2019-02-011-1/+1
* SERVER-36644 remove AtomicWord typedefsBilly Donahue2019-01-076-6/+6
* SERVER-38453 SortedDataInterface should expose a method to determine whether ...Louis Williams2018-12-132-28/+9
* SERVER-38333 Support partial indexes in BiggieSEGregory Wlodarek2018-12-031-1/+1
* SERVER-35713 Add oldestOpenReadTimestamp to serverStatus outputJason Chan2018-11-301-1/+1
* SERVER-35449 Return the oldest read timestamp used by any open transactionJason Chan2018-11-291-0/+4
* SERVER-30815 Remove the mongodmain libraryAndrew Morrow2018-11-271-5/+5
* SERVER-38187 Ability to create temporary RecordStore without a collectionLouis Williams2018-11-202-0/+11
* SERVER-37867 Cleanup the RecordStore insertRecord(s)/dataFor APIKaloian Manassiev2018-11-012-27/+23
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-2220-160/+200
* SERVER-14801 Add field names to duplicate key error messagesXiangyu Yao2018-09-142-14/+21
* SERVER-37070 Improve duplicate key error messages for all storage enginesr4.1.3Xiangyu Yao2018-09-133-23/+44
* Revert "SERVER-37070 Improve duplicate key error messages for all storage eng...Xiangyu Yao2018-09-133-44/+23
* SERVER-37070 Improve duplicate key error messages for all storage enginesXiangyu Yao2018-09-133-23/+44
* SERVER-36662 Delete UpdateNotifier.David Storch2018-08-292-8/+2
* SERVER-16857 Delete MMAPv1 diskloc invalidations.David Storch2018-08-291-0/+5
* SERVER-36280 Create a feature tracker bit indicating the existence of KeyStri...Xiangyu Yao2018-08-242-43/+50
* Revert "SERVER-36280 Create a feature tracker bit indicating the existence of...Eric Milkie2018-08-231-7/+1
* SERVER-36280 Create a feature tracker bit indicating the existence of KeyStri...Xiangyu Yao2018-08-221-1/+7
* SERVER-36278 Remove the 1KB index key size limit in FCV42Xiangyu Yao2018-08-152-25/+1
* SERVER-35860 Maintain multikey metadata keys for allPaths indexesBernard Gorman2018-08-091-3/+3
* SERVER-35473 Fix writeconflict issues with cursor restartsSulabh Mahajan2018-07-295-18/+61
* SERVER-36055 Return a proper error for unsupported compact on mobileSulabh Mahajan2018-07-232-14/+2
* SERVER-35626 remove old MMAP 'enforceQuota' codeDianna Hohensee2018-07-132-7/+6
* Revert "SERVER-28734 Provide a way to recover data files when lacking WiredTi...Xiangyu Yao2018-07-131-7/+0
* SERVER-28734 Provide a way to recover data files when lacking WiredTiger meta...Louis Williams2018-07-101-0/+7
* SERVER-35112 Remove MMAPv1 codeGeert Bosch2018-07-061-6/+0
* SERVER-32509 Report error for unsupported startup-options with Mobile SESulabh Mahajan2018-07-051-0/+6
* SERVER-34579 Do NOT populate indexDetails for mobile SESulabh Mahajan2018-06-282-14/+1