aboutsummaryrefslogtreecommitdiffstats
path: root/lib/mnesia/src/mnesia.erl
AgeCommit message (Expand)Author
2017-11-27Fix type create_option() in mnesiaAndras Boroska
2017-09-05mnesia: Improve handling of UnicodeHans Bolinder
2017-05-22mnesia: Correct a type declarationHans Bolinder
2017-01-25mnesia: Remove mnesia_frag_old_hash hash moduleBjörn-Egil Dahlberg
2016-12-05Merge branch 'maint'Dan Gudmundsson
2016-11-18Preserve key order in mnesia:table_infoRichard Carlsson
2016-11-17Add basic spec and typesDan Gudmundsson
2016-10-29Make a separate application module for MnesiaRichard Carlsson
2016-10-06Allow reusing mnesia select continuationsDániel Szoboszlay
2016-05-09Merge branch 'dgud/mnesia/ext-backend/PR-858/OTP-13058'Dan Gudmundsson
2016-05-09mnesia_ext: Create schema functionalityUlf Wiger
2016-05-09mnesia_ext: Refactor record_validation codeUlf Wiger
2016-05-09mnesia_ext: Add supervisor and behaviour modulesUlf Wiger
2016-03-15update copyright-yearHenrik Nord
2015-06-18Change license text to APLv2Bruce Yinhe
2015-05-06mnesia: dirty error messages did not behave as documentedDan Gudmundsson
2015-03-27Merge branch 'dgud/mnesia/try-catch'Dan Gudmundsson
2015-03-27mnesia: Replace catch with try-catchDan Gudmundsson
2015-03-20Replace usage of erlang:now() with usage of new APIDan Gudmundsson
2014-11-12mnesia: Fix match_object bugDan Gudmundsson
2014-02-20mnesia: cleanup some dialyzer unmatched return warningsDan Gudmundsson
2014-02-20mnesia: Add explicit sync_log commandDan Gudmundsson
2013-01-25Update copyright yearsBjörn-Egil Dahlberg
2013-01-16Remove what remains of the Mnemosyne codeLoïc Hoguin
2011-12-06[mnesia] Whitespace fixesDan Gudmundsson
2011-05-16where_to_wlock optimization + change_table_majority/2Ulf Wiger
2011-05-16Write locks now check majority when needed.Ulf Wiger
2011-03-02Mnesia dialyzer fixesDan Gudmundsson
2010-02-03Merge branch 'is/mnesia-send-compressed' into ccase/r13b04_devErlang/OTP
2010-02-02Add option to compress data when copying tables between Mnesia nodesIgor Ribeiro Sucupira
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP