index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
mmgr
/
generation.c
Age
Commit message (
Expand
)
Author
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-07-06
Fix incorrect sentinel byte logic in GenerationRealloc()
David Rowley
2024-04-18
Fix typos and duplicate words
Daniel Gustafsson
2024-03-13
Make the order of the header file includes consistent
Peter Eisentraut
2024-03-04
Optimize GenerationAlloc() and SlabAlloc()
David Rowley
2024-02-27
Adjust memory allocation functions to allow sibling calls
David Rowley
2024-01-25
Update comment, generation mem contexts have a "keeper" block
Heikki Linnakangas
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-07-16
Shrink memory contexts struct sizes
David Rowley
2023-04-19
Fix various typos and incorrect/outdated name references
David Rowley
2023-04-14
Adjust Valgrind macro usage to protect chunk headers
David Rowley
2023-01-04
Fix some compiler warnings in aset.c and generation.c
David Rowley
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-15
Static assertions cleanup
Peter Eisentraut
2022-10-28
Remove AssertArg and AssertState
Peter Eisentraut
2022-10-10
Harden memory context allocators against bogus chunk pointers.
Tom Lane
2022-09-07
Make more effort to put a sentinel at the end of allocated memory
David Rowley
2022-08-29
Improve performance of and reduce overheads of memory management
David Rowley
2022-04-13
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-11
Fix various typos and spelling mistakes in code comments
David Rowley
2022-04-04
Improve the generation memory allocator
David Rowley
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-12-22
Fix incorrect format placeholders
Peter Eisentraut
2021-04-06
Add function to log the memory contexts of specified backend process.
Fujii Masao
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-04-23
Remove useless (and broken) logging logic in memory context functions.
Tom Lane
2020-03-19
Revert "Specialize MemoryContextMemAllocated()."
Jeff Davis
2020-03-18
Specialize MemoryContextMemAllocated().
Jeff Davis
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-10-04
Use Size instead of int64 to track allocated memory
Tomas Vondra
2019-10-01
Add transparent block-level memory accounting
Tomas Vondra
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-03-27
Allow memory contexts to have both fixed and variable ident strings.
Tom Lane
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-12-13
Rethink MemoryContext creation to improve performance.
Tom Lane
2017-11-29
Update typedefs.list and re-run pgindent
Robert Haas
2017-11-25
Improve valgrind logic in aset.c, and fix multiple issues in generation.c.
Tom Lane
2017-11-24
Mostly-cosmetic improvements in memory chunk header alignment coding.
Tom Lane
2017-11-24
Fix bug in generation.c's valgrind support.
Tom Lane
2017-11-23
Ensure sizeof(GenerationChunk) is maxaligned.
Tom Lane
2017-11-22
Tweak code for older compilers
Simon Riggs
2017-11-22
Generational memory allocator
Simon Riggs