Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-13 | Merge branch 'maint' | Zandra Hird | |
2015-02-13 | Merge branch 'emauton/mnesia_create_table_docfix' into maint | Zandra Hird | |
* emauton/mnesia_create_table_docfix: Fix index for #person.address in create_table/2 | |||
2015-02-13 | Merge branch 'maint' | Zandra Hird | |
2015-02-13 | Merge branch 'crownedgrouse/fix_mnesia_subscribe_doc' into maint | Zandra Hird | |
* crownedgrouse/fix_mnesia_subscribe_doc: Fix xml doc return value mnesia:(un)subscribe | |||
2015-02-11 | Merge branch 'richcarl/dcd-dumps' | Zandra Hird | |
* richcarl/dcd-dumps: Make Mnesia DCD dump behaviour available via API Make Mnesia DCD dump behaviour available via configuration OTP-12481 | |||
2015-01-18 | Fix index for #person.address in create_table/2 | Cian Synnott | |
{index, [2]} refers to #person.name rather than #person.address, which caused a little confusion in #erlang today. {index, [4]} is the correct "hard coded" field for #person.address. | |||
2015-01-17 | Fix xml doc return value mnesia:(un)subscribe | crownedgrouse | |
2014-12-26 | Fix grammar | Derek Brown | |
2014-12-22 | Make Mnesia DCD dump behaviour available via configuration | Ulf Wiger | |
Setting the new Mnesia parameter 'dump_disc_copies_at_startup' to 'false' will completely disable the DCD dumping while tables are being loaded. If it is set to 'true' (the default), the same test will now be performed as for normal dumps, i.e., using the 'dc_dump_limit' parameter. Previously, the test performed at load time was different from the one used at runtime, and caused a lot of unnecessary dumping which slowed down the startup. | |||
2014-12-09 | Prepare release | Erlang/OTP | |
2014-10-28 | Fix a typo in the mnesia documentation | Sina Samavati | |
2014-09-15 | Update release notes | Erlang/OTP | |
2014-08-29 | Prepare release | Erlang/OTP | |
2014-06-19 | Prepare release | Erlang/OTP | |
2014-04-07 | Update release notes | Erlang/OTP | |
2014-02-20 | mnesia: Add explicit sync_log command | Dan Gudmundsson | |
For performance reasons the file data is not synced to disk in mnesia, data loss can happen between each dump. mnesia:dump_log() can be used explicitly to ensure data is written to disk. But that can take a long time, so mnesia:sync_log() which just sync the log have been added. | |||
2013-12-10 | Merge tag 'OTP_R16B03' | Magnus Lidén | |
The R16B03 release Conflicts: lib/sasl/vsn.mk | |||
2013-12-09 | Prepare releaseOTP_R16B03 | Erlang/OTP | |
2013-09-17 | Merge tag 'OTP_R16B02' | Magnus Lidén | |
The R16B02 release Conflicts: lib/sasl/vsn.mk | |||
2013-09-16 | Prepare releaseOTP_R16B02 | Erlang/OTP | |
2013-09-06 | Change encoding of troublesome notes.xml files to utf-8 | Björn Gustavsson | |
Most notes.xml files will be updated in every release and cause the kind of the problems described in the previous commit. | |||
2013-06-18 | Merge tag 'OTP_R16B01' | Björn-Egil Dahlberg | |
The R16B01 release Conflicts: lib/sasl/vsn.mk | |||
2013-06-17 | Prepare releaseOTP_R16B01 | Erlang/OTP | |
2013-04-19 | Convert XML files to UTF-8 | Hans Bolinder | |
2013-04-19 | Convert XML files to UTF-8, where needed | Hans Bolinder | |
2013-04-08 | Remove unused Postscript files | Hans Bolinder | |
2013-02-22 | Update copyright years | Björn-Egil Dahlberg | |
2013-01-29 | Prepare releaseOTP_R16A_RELEASE_CANDIDATE | Erlang/OTP | |
2012-09-03 | Prepare releaseOTP_R15B02 | Erlang/OTP | |
2012-08-31 | Update copyright years | Björn-Egil Dahlberg | |
2012-06-05 | Update to work with whitespace in exec path | Lukas Larsson | |
OTP-10106 OTP-10107 | |||
2012-04-01 | Prepare releaseOTP_R15B01 | Erlang/OTP | |
2012-02-08 | [mnesia] Fix warning in example code | Dan Gudmundsson | |
2011-12-12 | Prepare release | Erlang/OTP | |
2011-12-09 | Update copyright years | Björn-Egil Dahlberg | |
2011-11-28 | [mnesia] Add possibility for implementation dependent storage options to ↵ | Dan Gudmundsson | |
create_table | |||
2011-11-11 | Merge branch 'maint-r14' | Dan Gudmundsson | |
2011-11-10 | Update release notes | Erlang/OTP | |
2011-10-27 | Remove unused */doc/src/make.dep files | Björn Gustavsson | |
These dependency files was once used when building the documentation, but are no longer needed. | |||
2011-10-27 | doc Makefiles: Eliminate DOCSUPPORT ifdefs | Björn Gustavsson | |
Some applications still have support for an ancient documentation build system. Eliminate the DOCSUPPORT define in otp.mk.in and the not taken arm of the ifdefs in the Makefiles. | |||
2011-10-04 | Prepare releaseOTP_R14B04 | Erlang/OTP | |
2011-09-26 | Correct XML files | Hans Bolinder | |
2011-05-24 | Prepare releaseOTP_R14B03 | Erlang/OTP | |
2011-05-20 | Update copyright years | Björn-Egil Dahlberg | |
2011-05-17 | Merge branch 'uw/mnesia-majority' into dev | Henrik Nord | |
* uw/mnesia-majority: dialyzer warning on mnesia_tm Add documentation text about majority checking add mnesia_majority_test suite where_to_wlock optimization + change_table_majority/2 bug in mnesia_tm:needs_majority/2 optimize sticky_lock maj. check check majority for sticky locks Write locks now check majority when needed. Add {majority, boolean()} per-table option. OTP-9304 | |||
2011-05-16 | Add documentation text about majority checking | Ulf Wiger | |
2011-04-12 | Merge branch 'dev' into bmk/inets/inet56_integration | Micael Karlberg | |
2011-04-04 | Update release notes | Erlang/OTP | |
2011-03-17 | Merge branch 'dev' into ↵ | Micael Karlberg | |
bmk/inets/ftp/missing_spec_causes_dialyxer_problems/OTP-9114 Also fixed a bunch of "end-years" (was 2010 but should have been 2011, which the commit hook not happy with). | |||
2011-03-14 | Prepare releaseOTP_R14B02 | Erlang/OTP | |