aboutsummaryrefslogtreecommitdiffstats
path: root/lib/mnesia/src/mnesia_controller.erl
AgeCommit message (Expand)Author
2019-06-28mnesia: Fix deadlock caused by add_table_copyDan Gudmundsson
2018-08-10Merge branch 'maint-20' into maintRickard Green
2018-08-09Merge branch 'dgud/mnesia/add_table_copy_ram/OTP-15226' into maint-20Erlang/OTP
2018-08-09Relax add_table_copy restrictionDan Gudmundsson
2018-08-08Do NOT disc_load from ram_copies when master_node is setDan Gudmundsson
2018-06-18Update copyright yearHenrik Nord
2018-02-06mnesia: Do not call erlang:get_stacktrace() (cont)Hans Bolinder
2017-09-05mnesia: Improve handling of UnicodeHans Bolinder
2017-06-14Update copyright yearHans Nilsson
2017-05-31mnesia: Print tables with ~ts to support unicode atomsDan Gudmundsson
2016-10-11mnesia: Fix double blocked tables which could cause a crashDan Gudmundsson
2016-05-09Merge branch 'dgud/mnesia/ext-backend/PR-858/OTP-13058'Dan Gudmundsson
2016-05-09mnesia_ext: Add ext copies to recordsUlf Wiger
2016-03-15update copyright-yearHenrik Nord
2016-02-09mnesia: let loader check if tablelock is neededDan Gudmundsson
2015-06-18Change license text to APLv2Bruce Yinhe
2015-03-27Merge branch 'dgud/mnesia/try-catch'Dan Gudmundsson
2015-03-27mnesia: Replace catch with try-catchDan Gudmundsson
2015-02-11Merge branch 'richcarl/dcd-dumps'Zandra Hird
2014-12-22Make Mnesia DCD dump behaviour available via APIUlf Wiger
2014-08-28Avoid timing issue in schema transaction when node is stoppingDan Gudmundsson
2014-05-26Merge branch 'dgud/mnesia/force-load-hangs/OTP-11948' into maintDan Gudmundsson
2014-04-24mnesia: Handle failed net_loads betterDan Gudmundsson
2014-02-20mnesia: cleanup some dialyzer unmatched return warningsDan Gudmundsson
2013-01-25Update copyright yearsBjörn-Egil Dahlberg
2012-10-01mnesia: Use chained send_after instead of send_intervalJames Wheare
2011-12-09Merge branch 'dgud/mnesia/read-sticky-bug/OTP-9786'Dan Gudmundsson
2011-12-06[mnesia] Whitespace fixesDan Gudmundsson
2011-11-28[mnesia] Add possibility for implementation dependent storage options to crea...Dan Gudmundsson
2011-11-07[mnesia] Make all schema operations protocol awareDan Gudmundsson
2011-09-15[mnesia] Fix schema conversion to previous versionsDan Gudmundsson
2011-09-15[mnesia] Mnesia schema merge tested with 2 nodes, r13b04 -> r14b (dev)Ulf Wiger
2011-05-16where_to_wlock optimization + change_table_majority/2Ulf Wiger
2011-04-04Mnesia sometimes failed to tell all nodes that it had started.Dan Gudmundsson
2010-09-15mnesia: Do not auto-import error/2Tuncer Ayaz
2010-06-04Merge branch 'uw/mnesia-overload' into devErlang/OTP
2010-06-04Merge branch 'uw/mnesia-schema-merge' into devErlang/OTP
2010-06-02Allow a user_defined function to wrap mnesia_schema:merge_schema()Ulf Wiger
2010-05-09Enable continuous monitoring of mnesia overload statusUlf Wiger
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP