summaryrefslogtreecommitdiff
path: root/erts/emulator/beam/erl_db_util.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearRickard Green2021-12-131-1/+1
* Merge branch 'sverker/erts/ets-rename-fix'Sverker Eriksson2021-02-191-1/+1
|\
| * erts: Improve ETS_DBG_FORCE_TRAPSverker Eriksson2021-02-191-1/+1
* | erts: Remove unused MatchProg.single_variableSverker Eriksson2021-02-181-1/+0
|/
* Merge branch 'sverker/refactor-match-dbterm'Sverker Eriksson2020-10-051-2/+2
|\
| * erts: Refactor ETS matchingSverker Eriksson2020-09-221-2/+2
* | Merge 'sverker/22/ets-select_replace-compressed/ERL-1356/OTP-16874' into maintSverker Eriksson2020-09-281-0/+3
|\ \ | |/
| * Merge 'sverker/21/ets-select_replace-compressed/OTP-16874'Sverker Eriksson2020-09-211-0/+3
| |\
| | * Merge 'sverker/20/ets-select_replace-compressed/OTP-16874'Sverker Eriksson2020-09-211-0/+3
| | |\
| | | * erts: Fix bug in ets:replace/2 on compressed tableSverker Eriksson2020-09-211-0/+3
* | | | Merge branch 'maint'Rickard Green2020-03-131-1/+1
|\ \ \ \ | |/ / /
| * | | Update copyright yearRickard Green2020-03-131-1/+1
* | | | Raise system_limit exception if match-spec compile use too much stackRickard Green2020-03-111-3/+3
* | | | erts: Consume reductions in ets:insert for bag duplicate checkSverker Eriksson2020-02-041-2/+4
* | | | Make ets:insert/2 and ets:insert_new/2 yieldKjell Winblad2019-12-181-12/+30
* | | | Merge branch 'maint'Lukas Larsson2019-11-291-0/+3
|\ \ \ \ | |/ / /
| * | | erts: Optimize meta table lock to not be taken when +S 1Lukas Larsson2019-11-151-1/+2
| * | | ets: Remove table locking when using smp 1Lukas Larsson2019-11-151-0/+2
* | | | erts: Fix doxygen formattingJohn Högberg2019-10-151-3/+3
* | | | Use decentralized counters for ETS tables with write_concurrencyKjell Winblad2019-09-251-1/+1
|/ / /
* | | 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