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
Commit message (
Expand
)
Author
Age
*
Fix incorrect sentinel byte logic in GenerationRealloc()
David Rowley
2024-07-06
*
Fix typos and duplicate words
Daniel Gustafsson
2024-04-18
*
Update mmgr's README to mention BumpContext
David Rowley
2024-04-17
*
Push dedicated BumpBlocks to the tail of the blocks list
David Rowley
2024-04-17
*
Remove unused BumpBlockIsValid macro
David Rowley
2024-04-10
*
Fix incorrect KeeperBlock macro in bump.c
David Rowley
2024-04-08
*
Introduce a bump memory allocator
David Rowley
2024-04-08
*
Enlarge bit-space for MemoryContextMethodID
David Rowley
2024-04-07
*
Allow specifying initial and maximum segment sizes for DSA.
Masahiko Sawada
2024-03-27
*
Make the order of the header file includes consistent
Peter Eisentraut
2024-03-13
*
Avoid recursion in MemoryContext functions
Alexander Korotkov
2024-03-08
*
Add template for adaptive radix tree
John Naylor
2024-03-07
*
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-04
*
Optimize GenerationAlloc() and SlabAlloc()
David Rowley
2024-03-04
*
Fix integer underflow in shared memory debugging
Daniel Gustafsson
2024-02-29
*
Refactor AllocSetAlloc(), separating hot and cold paths
David Rowley
2024-02-28
*
Adjust memory allocation functions to allow sibling calls
David Rowley
2024-02-27
*
Add EXPLAIN (MEMORY) to report planner memory consumption
Alvaro Herrera
2024-01-29
*
Update comment, generation mem contexts have a "keeper" block
Heikki Linnakangas
2024-01-26
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Simplify newNode() by removing special cases
Heikki Linnakangas
2023-12-19
*
Fix dsa.c with different resource owners.
Heikki Linnakangas
2023-11-15
*
Shrink memory contexts struct sizes
David Rowley
2023-07-17
*
Re-bin segment when memory pages are freed.
Thomas Munro
2023-07-04
*
Pre-beta mechanical code beautification.
Tom Lane
2023-05-19
*
Fix various typos and incorrect/outdated name references
David Rowley
2023-04-19
*
Fix various typos
David Rowley
2023-04-18
*
Adjust Valgrind macro usage to protect chunk headers
David Rowley
2023-04-15
*
Fix minor signed/unsigned mixup
Peter Eisentraut
2023-04-05
*
Fix erroneous Valgrind markings in AllocSetRealloc.
Tom Lane
2023-02-21
*
Add MSVC support for pg_leftmost_one_pos32() and friends
John Naylor
2023-02-20
*
Avoid type cheats for invalid dsa_handles and dshash_table_handles.
Tom Lane
2023-01-25
*
Fix typos in code and comments
Michael Paquier
2023-01-11
*
Fix some compiler warnings in aset.c and generation.c
David Rowley
2023-01-05
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Add palloc_aligned() to allow aligned memory allocations
David Rowley
2022-12-22
*
Fix newly introduced bug in slab.c
David Rowley
2022-12-22
*
Add copyright notices to meson files
Andrew Dunstan
2022-12-20
*
Improve the performance of the slab memory allocator
David Rowley
2022-12-20
*
Static assertions cleanup
Peter Eisentraut
2022-12-15
*
Add repalloc0 and repalloc0_array
Peter Eisentraut
2022-11-12
*
Remove AssertArg and AssertState
Peter Eisentraut
2022-10-28
*
Rename SetSingleFuncCall() to InitMaterializedSRF()
Michael Paquier
2022-10-18
*
Make some minor improvements in memory-context infrastructure.
Tom Lane
2022-10-14
*
Harden memory context allocators against bogus chunk pointers.
Tom Lane
2022-10-10
*
Improve our ability to detect bogus pointers passed to pfree et al.
Tom Lane
2022-10-06
*
Remove MemoryContextContains().
Tom Lane
2022-10-06
*
meson: Add initial version of meson based build system
Andres Freund
2022-09-21
*
Temporarily make MemoryContextContains return false
David Rowley
2022-09-09
*
Make MemoryContextContains work correctly again
David Rowley
2022-09-08
[next]