index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
mmgr
/
slab.c
Commit message (
Expand
)
Author
Age
*
Allocate freechunks bitmap as part of SlabContext
Tomas Vondra
2020-01-17
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Allow memory contexts to have both fixed and variable ident strings.
Tom Lane
2018-03-27
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Rethink MemoryContext creation to improve performance.
Tom Lane
2017-12-13
*
Mostly-cosmetic improvements in memory chunk header alignment coding.
Tom Lane
2017-11-24
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
*
Make slab allocator work on platforms with MAXIMUM_ALIGNOF < sizeof(int).
Heikki Linnakangas
2017-05-18
*
Fix two valgrind issues in slab allocator.
Andres Freund
2017-04-04
*
Suppress compiler warning in slab.c.
Tom Lane
2017-03-08
*
Reduce size of common allocation header.
Andres Freund
2017-02-28
*
Add "Slab" MemoryContext implementation for efficient equal-sized allocations.
Andres Freund
2017-02-27