Commits
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2019-01-02 | Update copyright for 2019 | Bruce Momjian | 12.0 |
| 2018-03-27 | Allow memory contexts to have both fixed and variable ident strings. | Tom Lane | 11.0 |
| 2018-01-03 | Update copyright for 2018 | Bruce Momjian | 11.0 |
| 2017-12-13 | Rethink MemoryContext creation to improve performance. | Tom Lane | 11.0 |
| 2017-11-24 | Mostly-cosmetic improvements in memory chunk header alignment coding. | Tom Lane | 11.0 |
| 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 |