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
REL_18_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
Age
Commit message (
Expand
)
Author
3 days
Create infrastructure to reliably prevent leakage of PGresults.
Tom Lane
2025-07-02
Add GetNamedDSA() and GetNamedDSHash().
Nathan Bossart
2025-05-23
Fix AlignedAllocRealloc to cope sanely with OOM.
Tom Lane
2025-05-23
Revert function to get memory context stats for processes
Daniel Gustafsson
2025-05-22
Revert "Don't lock partitions pruned by initial pruning"
Amit Langote
2025-05-11
Fix incorrect "return NULL" in BumpAllocLarge().
Tom Lane
2025-04-30
Convert strncpy to strlcpy
Daniel Gustafsson
2025-04-30
Typo and doc fixups for memory context reporting
Daniel Gustafsson
2025-04-30
Add missing string terminator
Daniel Gustafsson
2025-04-21
MemoryContextCreate: assert parent is valid and different from node.
Tom Lane
2025-04-20
Fix a few duplicate words in comments
David Rowley
2025-04-19
Fix typos and grammar in the code
Michael Paquier
2025-04-17
Make levels 1-based in pg_log_backend_memory_contexts()
David Rowley
2025-04-12
Harmonize function parameter names for Postgres 18.
Peter Geoghegan
2025-04-10
Rename global variable backing DSA area
Daniel Gustafsson
2025-04-08
Add function to get memory context stats for processes
Daniel Gustafsson
2025-03-29
Use PRI?64 instead of "ll?" in format strings (continued).
Peter Eisentraut
2025-03-13
pg_noreturn to replace pg_attribute_noreturn()
Peter Eisentraut
2025-03-04
Add more assertions in palloc0() and palloc_extended()
Michael Paquier
2025-02-20
Don't lock partitions pruned by initial pruning
Amit Langote
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-11-28
Remove useless casts to (void *)
Peter Eisentraut
2024-10-06
Ignore not-yet-defined Portals in pg_cursors view.
Tom Lane
2024-07-06
Fix incorrect sentinel byte logic in GenerationRealloc()
David Rowley
2024-07-01
Preserve CurrentMemoryContext across Start/CommitTransactionCommand.
Tom Lane
2024-04-18
Fix typos and duplicate words
Daniel Gustafsson
2024-04-16
Update mmgr's README to mention BumpContext
David Rowley
2024-04-16
Push dedicated BumpBlocks to the tail of the blocks list
David Rowley
2024-04-09
Remove unused BumpBlockIsValid macro
David Rowley
2024-04-07
Fix incorrect KeeperBlock macro in bump.c
David Rowley
2024-04-07
Introduce a bump memory allocator
David Rowley
2024-04-07
Enlarge bit-space for MemoryContextMethodID
David Rowley
2024-03-27
Allow specifying initial and maximum segment sizes for DSA.
Masahiko Sawada
2024-03-13
Make the order of the header file includes consistent
Peter Eisentraut
2024-03-08
Avoid recursion in MemoryContext functions
Alexander Korotkov
2024-03-07
Add template for adaptive radix tree
John Naylor
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-04
Optimize GenerationAlloc() and SlabAlloc()
David Rowley
2024-02-29
Fix integer underflow in shared memory debugging
Daniel Gustafsson
2024-02-28
Refactor AllocSetAlloc(), separating hot and cold paths
David Rowley
2024-02-27
Adjust memory allocation functions to allow sibling calls
David Rowley
2024-01-29
Add EXPLAIN (MEMORY) to report planner memory consumption
Alvaro Herrera
2024-01-25
Update comment, generation mem contexts have a "keeper" block
Heikki Linnakangas
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-12-19
Simplify newNode() by removing special cases
Heikki Linnakangas
2023-11-15
Fix dsa.c with different resource owners.
Heikki Linnakangas
2023-07-16
Shrink memory contexts struct sizes
David Rowley
2023-07-04
Re-bin segment when memory pages are freed.
Thomas Munro
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-04-19
Fix various typos and incorrect/outdated name references
David Rowley
[next]