summaryrefslogtreecommitdiff
path: root/erts/emulator/beam/erl_db_util.h
Commit message (Expand)AuthorAgeFilesLines
* erts: Fix ets compressed offheap inspectionsSverker Eriksson2019-09-051-0/+30
* erts: Add ets:info(_, binary)Rickard Green2019-08-291-0/+7
* Fix broken ETS test caseKjell Winblad2019-04-181-0/+1
* Decentralized counters for ETS ordered_set with write_concurrencyKjell Winblad2019-04-101-4/+15
* erts: Fix ets:select table fixation leak at owner changeSverker Eriksson2019-03-111-9/+26
* erts: Refactor DbUpdateHandle with nicer typesSverker Eriksson2018-10-231-3/+10
* erts: Add erts_debug feature 'ets_force_split'Sverker Eriksson2018-10-231-0/+2
* Add a more scalable ETS ordered_set implementationKjell Winblad2018-09-051-12/+17
* Update copyright yearHenrik Nord2018-06-181-1/+1
* erts: Rename untrapping db_free_*empty*_tableSverker Eriksson2018-05-081-1/+1
* erts: Cleanup ets codeSverker Eriksson2018-05-081-1/+1
* erts: Make atomic ets:delete_all_objects yieldSverker Eriksson2018-05-081-5/+7
* Merge branch 'maint'Sverker Eriksson2017-09-121-0/+3
|\
| * erts: Fix faulty ASSERT of table fixation counterSverker Eriksson2017-09-051-0/+3
* | erts: Replace usage of all erts_smp prefixes to just ertsLukas Larsson2017-07-171-7/+7
* | erts: Remove ERTS_SMP and USE_THREAD definesLukas Larsson2017-07-171-2/+0
|/
* Update copyright yearRaimo Niskanen2017-05-041-1/+1
* erts: Introduce struct binary_internalsSverker Eriksson2017-04-121-3/+3
* Use ETS table id references on select_replaceGuilherme Andrade2017-03-221-0/+1
* Reject unsafe matchspecs on ets:select_replace/2Guilherme Andrade2017-03-221-0/+1
* ETS: Allow for matchspec-based replacementGuilherme Andrade2017-03-221-0/+8
* erts: Improve reduction count during table cleanupSverker Eriksson2017-03-221-1/+1
* erts: Cleanup table status bitsSverker Eriksson2017-03-221-13/+11
* erts: Remove now redundant 'id' from DbTableCommonRickard Green2017-03-221-2/+3
* erts: Remove meta_main_tabSverker Eriksson2017-03-221-11/+0
* erts: Pass tid argument down to trapping functionsSverker Eriksson2017-03-221-6/+10
* erts: Replace meta_pid_to{_fixed}_tab with linked listsSverker Eriksson2017-03-221-4/+16
* Implement ets:all() using scheduler specific dataRickard Green2017-03-021-3/+6
* Rename fixation count in ets table to avoid confusionRickard Green2017-03-021-2/+2
* Introduce references as table identifiersRickard Green2017-03-021-0/+2
* erts: Add deallocation veto for magic destructorsSverker Eriksson2017-02-141-1/+1
* Use magic refs for compiled match specsRickard Green2017-02-061-4/+39
* Atomic reference count of binaries also in non-SMPRickard Green2017-02-061-2/+2
* erts: Refactor crash dumping with cbprintfSverker Eriksson2016-11-171-1/+1
* erts: Fix deadlock in ets:update_counter/4Sverker Eriksson2016-07-111-0/+1
* erts: Add matchspec restrictions for 'receive' traceSverker Eriksson2016-05-041-0/+5
* erts: Add matchspec to 'receive' traceSverker Eriksson2016-05-041-1/+2
* update copyright-yearHenrik Nord2016-03-151-1/+1
* Merge branch 'maint'Rickard Green2016-02-021-1/+4
|\
| * Introduce time warp safe replacement for safe_fixed optionRickard Green2016-01-201-1/+4
* | erts: Remove halfword bases in ETSBjörn-Egil Dahlberg2015-06-241-1/+1
* | erts: Remove halfword object manipulationBjörn-Egil Dahlberg2015-06-241-3/+3
* | erts: Remove halfword heap relative comparisionsBjörn-Egil Dahlberg2015-06-241-2/+2
* | erts: Remove halfword basic relative heap operationsBjörn-Egil Dahlberg2015-06-241-1/+1
* | erts: Remove HALFWORD_HEAP definitionBjörn-Egil Dahlberg2015-06-241-3/+0
|/
* Change license text to APLv2Bruce Yinhe2015-06-181-9/+10
* erts: ETS ordered_set cannot use it's optimization with MapsBjörn-Egil Dahlberg2015-05-071-0/+1
* Create new BIF ets:update_counter/4Anthony Ramine2015-03-121-9/+11
* Implement ets:take/2Anthony Ramine2014-05-301-0/+1
* erts: Remove ASSERT_EXPR macroSverker Eriksson2013-09-301-1/+1