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
/
mcxt.c
Age
Commit message (
Expand
)
Author
3 days
Create infrastructure to reliably prevent leakage of PGresults.
Tom Lane
2025-05-23
Revert function to get memory context stats for processes
Daniel Gustafsson
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-04
Add more assertions in palloc0() and palloc_extended()
Michael Paquier
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-11-28
Remove useless casts to (void *)
Peter Eisentraut
2024-07-01
Preserve CurrentMemoryContext across Start/CommitTransactionCommand.
Tom Lane
2024-04-07
Introduce a bump memory allocator
David Rowley
2024-04-07
Enlarge bit-space for MemoryContextMethodID
David Rowley
2024-03-08
Avoid recursion in MemoryContext functions
Alexander Korotkov
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
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-04
Update copyright for 2024
Bruce Momjian
2023-12-19
Simplify newNode() by removing special cases
Heikki Linnakangas
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-04-18
Fix various typos
David Rowley
2023-04-14
Adjust Valgrind macro usage to protect chunk headers
David Rowley
2023-04-05
Fix minor signed/unsigned mixup
Peter Eisentraut
2023-01-11
Fix typos in code and comments
Michael Paquier
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-22
Add palloc_aligned() to allow aligned memory allocations
David Rowley
2022-11-12
Add repalloc0 and repalloc0_array
Peter Eisentraut
2022-10-28
Remove AssertArg and AssertState
Peter Eisentraut
2022-10-14
Make some minor improvements in memory-context infrastructure.
Tom Lane
2022-10-07
Improve our ability to detect bogus pointers passed to pfree et al.
Tom Lane
2022-10-06
Remove MemoryContextContains().
Tom Lane
2022-09-08
Temporarily make MemoryContextContains return false
David Rowley
2022-09-07
Make MemoryContextContains work correctly again
David Rowley
2022-08-29
Improve performance of and reduce overheads of memory management
David Rowley
2022-01-28
Prevent memory context logging from sending log message to connected client.
Fujii Masao
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-09-04
remove redundant initializations
Bruce Momjian
2020-08-26
Move codes for pg_backend_memory_contexts from mmgr/mcxt.c to adt/mcxtfuncs.c.
Fujii Masao
2020-08-19
Add pg_backend_memory_contexts system view.
Fujii Masao
2020-05-14
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-03-19
Revert "Specialize MemoryContextMemAllocated()."
Jeff Davis
[next]