summaryrefslogtreecommitdiff
path: root/src/ejabberd_mnesia.erl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright datesEvgeniy Khramtsov2018-01-051-1/+1
|
* Fix race introduced by ffdaff374 on ejabberd_mnesia initChristophe Romain2017-09-281-0/+2
|
* Make ejabberd_cluster modularEvgeniy Khramtsov2017-07-061-2/+0
| | | | | For setting the cluster backend new global option 'cluster_backend' is introduced. The default and only available value at the moment is 'mnesia'
* Improve Mnesia tables creation and transformationEvgeniy Khramtsov2017-04-231-100/+304
|
* Speedup Mnesia tables initializationEvgeniy Khramtsov2017-04-211-4/+84
|
* Don't warn if custom schema is not availableChristophe Romain2017-01-311-0/+3
|
* Fix typoChristophe Romain2017-01-181-2/+2
|
* Reset table only if new def change from runtimeChristophe Romain2017-01-181-5/+5
|
* Improve check of mnesia schema opearationsChristophe Romain2017-01-181-37/+54
|
* Fix index processing (#1461)Christophe Romain2017-01-171-4/+7
|
* Speedup table setup, no io if EJABBERD_SCHEMA_PATH not set (#1461)Christophe Romain2017-01-171-13/+9
|
* Update copyright date automatically (#1442)Badlop2017-01-021-1/+1
|
* Fix typo introduced by 92db9ff changesChristophe Romain2016-11-301-1/+1
|
* Improve handling of mnesia schemaChristophe Romain2016-11-301-0/+169