Commits
Showing commits that first shipped in 10 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2022-09-01 | Fix some possibly latent bugs in slab.c | David Rowley | 10.23 |
| 2020-01-17 | Allocate freechunks bitmap as part of SlabContext | Tomas Vondra | 10.12 |
| 2017-06-21 | Phase 2 of pgindent updates. | Tom Lane | 10.0 |
| 2017-06-21 | Initial pgindent run with pg_bsd_indent version 2.0. | Tom Lane | 10.0 |
| 2017-05-18 | Make slab allocator work on platforms with MAXIMUM_ALIGNOF < sizeof(int). | Heikki Linnakangas | 10.0 |
| 2017-04-04 | Fix two valgrind issues in slab allocator. | Andres Freund | 10.0 |
| 2017-03-08 | Suppress compiler warning in slab.c. | Tom Lane | 10.0 |
| 2017-03-01 | Reduce size of common allocation header. | Andres Freund | 10.0 |
| 2017-02-27 | Add "Slab" MemoryContext implementation for efficient equal-sized allocations. | Andres Freund | 10.0 |