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
*
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
*
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-08-27
*
Report memory context stats upon out-of-memory in repalloc[_huge].
Tom Lane
2016-03-13
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Improve performance in freeing memory contexts
Kevin Grittner
2015-12-08
*
Limit the verbosity of memory context statistics dumps.
Tom Lane
2015-08-25
*
Rely on inline functions even if that causes warnings in older compilers.
Andres Freund
2015-08-05
*
Support "expanded" objects, particularly arrays, for better performance.
Tom Lane
2015-05-14
*
Add palloc_extended for frontend and backend.
Fujii Masao
2015-04-03
*
Redefine MemoryContextReset() as deleting, not resetting, child contexts.
Tom Lane
2015-02-27
*
Invent a memory context reset/delete callback mechanism.
Tom Lane
2015-02-27
*
Provide a way to supress the "out of memory" error when allocating.
Robert Haas
2015-01-30
*
Move out-of-memory error checks from aset.c to mcxt.c
Robert Haas
2015-01-29
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Fix and enhance the assertion of no palloc's in a critical section.
Heikki Linnakangas
2014-06-30
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Add an Assertion that you don't palloc within a critical section.
Heikki Linnakangas
2014-04-04
*
Allow use of "z" flag in our printf calls, and use it where appropriate.
Tom Lane
2014-01-23
*
Fix possible crashes due to using elog/ereport too early in startup.
Tom Lane
2014-01-11
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Get rid of use of asprintf() in favor of a more portable implementation.
Tom Lane
2013-10-22
*
Add use of asprintf()
Peter Eisentraut
2013-10-13
*
Permit super-MaxAllocSize allocations with MemoryContextAllocHuge().
Noah Misch
2013-06-27
*
Cooperate with the Valgrind instrumentation framework.
Noah Misch
2013-06-26
*
Refactor aset.c and mcxt.c in preparation for Valgrind cooperation.
Noah Misch
2013-06-26
*
Create libpgcommon, and move pg_malloc et al to it
Alvaro Herrera
2013-02-12
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Fix thinko in previous commit
Alvaro Herrera
2012-10-08
*
Add support for easily declaring static inline functions
Alvaro Herrera
2012-10-08
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
[next]