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
/
mcxt.c
Commit message (
Expand
)
Author
Age
*
Avoid recursion in MemoryContext functions
Alexander Korotkov
2024-03-08
*
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-04
*
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 copyright for 2024
Bruce Momjian
2024-01-03
*
Simplify newNode() by removing special cases
Heikki Linnakangas
2023-12-19
*
Pre-beta mechanical code beautification.
Tom Lane
2023-05-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 typos in code and comments
Michael Paquier
2023-01-11
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Add palloc_aligned() to allow aligned memory allocations
David Rowley
2022-12-22
*
Add repalloc0 and repalloc0_array
Peter Eisentraut
2022-11-12
*
Remove AssertArg and AssertState
Peter Eisentraut
2022-10-28
*
Make some minor improvements in memory-context infrastructure.
Tom Lane
2022-10-14
*
Improve our ability to detect bogus pointers passed to pfree et al.
Tom Lane
2022-10-06
*
Remove MemoryContextContains().
Tom Lane
2022-10-06
*
Temporarily make MemoryContextContains return false
David Rowley
2022-09-09
*
Make MemoryContextContains work correctly again
David Rowley
2022-09-08
*
Improve performance of and reduce overheads of memory management
David Rowley
2022-08-29
*
Prevent memory context logging from sending log message to connected client.
Fujii Masao
2022-01-28
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Fix incorrect format placeholders
Peter Eisentraut
2021-12-22
*
Add function to log the memory contexts of specified backend process.
Fujii Masao
2021-04-06
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
remove redundant initializations
Bruce Momjian
2020-09-03
*
Move codes for pg_backend_memory_contexts from mmgr/mcxt.c to adt/mcxtfuncs.c.
Fujii Masao
2020-08-26
*
Add pg_backend_memory_contexts system view.
Fujii Masao
2020-08-19
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
*
Revert "Specialize MemoryContextMemAllocated()."
Jeff Davis
2020-03-19
*
Specialize MemoryContextMemAllocated().
Jeff Davis
2020-03-18
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Change MemoryContextMemAllocated to return Size
Tomas Vondra
2019-10-05
*
Add transparent block-level memory accounting
Tomas Vondra
2019-10-01
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Simplify use of AllocSetContextCreate() wrapper macro.
Tom Lane
2018-10-12
*
Improve out-of-memory error reports by including memory context name.
Tom Lane
2018-03-30
*
Allow memory contexts to have both fixed and variable ident strings.
Tom Lane
2018-03-27
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Rethink MemoryContext creation to improve performance.
Tom Lane
2017-12-13
*
Rewrite strnlen replacement implementation from 8a241792f96.
Andres Freund
2017-10-10
*
Fix pnstrdup() to not memcpy() the maximum allowed length.
Andres Freund
2017-10-09
*
Reduce excessive dereferencing of function pointers
Peter Eisentraut
2017-09-07
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Fix assertion failure due to over-eager code deduplication.
Andres Freund
2017-02-28
*
Reduce size of common allocation header.
Andres Freund
2017-02-28
*
chomp PQerrorMessage() in backend uses
Peter Eisentraut
2017-02-27
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
[next]