Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-18 | Update copyright year | Henrik Nord | |
2018-02-06 | mnesia: Do not call erlang:get_stacktrace() | Hans Bolinder | |
The remaining call (in module mnesia_lib) is taken care of in the following commit. | |||
2017-09-05 | mnesia: Improve handling of Unicode | Hans Bolinder | |
2016-05-09 | mnesia_ext: Backup handling | Ulf Wiger | |
2016-05-09 | mnesia_ext: Create schema functionality | Ulf Wiger | |
Add ext to table/system information Add add_backend_type | |||
2016-02-22 | Fix a few dialyzer warnings | Hans Bolinder | |
2015-10-02 | mnesia: Fix mnesia:restore/2 which caused a disk_log leak | Dan Gudmundsson | |
Introduced a leak of disk_log processes in the rewrite to try-catch. | |||
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2015-03-27 | Merge branch 'dgud/mnesia/try-catch' | Dan Gudmundsson | |
* dgud/mnesia/try-catch: mnesia: Replace catch with try-catch | |||
2015-03-27 | mnesia: Replace catch with try-catch | Dan Gudmundsson | |
Avoids building stacktraces where it is not needed and do not mask errors, i.e. only catch the relevant classes in each try. | |||
2015-03-20 | Replace usage of erlang:now() with usage of new API | Dan Gudmundsson | |
2013-08-16 | mnesia: fix removal of bup file if not mnesia is started | Fredrik Gustafsson | |
2011-12-06 | [mnesia] Whitespace fixes | Dan Gudmundsson | |
2011-11-07 | [mnesia] Make all schema operations protocol aware | Dan Gudmundsson | |
Allow schema operation even if not all nodes are upgraded to latest version. | |||
2011-03-02 | Mnesia dialyzer fixes | Dan Gudmundsson | |
With help from Kostis | |||
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |