aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/mmgr/mcxt.c
Commit message (Expand)AuthorAge
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* Revert "Specialize MemoryContextMemAllocated()."Jeff Davis2020-03-19
* Specialize MemoryContextMemAllocated().Jeff Davis2020-03-18
* Update copyrights for 2020Bruce Momjian2020-01-01
* Change MemoryContextMemAllocated to return SizeTomas Vondra2019-10-05
* Add transparent block-level memory accountingTomas Vondra2019-10-01
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Update copyright for 2019Bruce Momjian2019-01-02
* Simplify use of AllocSetContextCreate() wrapper macro.Tom Lane2018-10-12
* Improve out-of-memory error reports by including memory context name.Tom Lane2018-03-30
* Allow memory contexts to have both fixed and variable ident strings.Tom Lane2018-03-27
* Update copyright for 2018Bruce Momjian2018-01-02
* Rethink MemoryContext creation to improve performance.Tom Lane2017-12-13
* Rewrite strnlen replacement implementation from 8a241792f96.Andres Freund2017-10-10
* Fix pnstrdup() to not memcpy() the maximum allowed length.Andres Freund2017-10-09
* Reduce excessive dereferencing of function pointersPeter Eisentraut2017-09-07
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Fix assertion failure due to over-eager code deduplication.Andres Freund2017-02-28
* Reduce size of common allocation header.Andres Freund2017-02-28
* chomp PQerrorMessage() in backend usesPeter Eisentraut2017-02-27
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane2016-08-27
* Report memory context stats upon out-of-memory in repalloc[_huge].Tom Lane2016-03-13
* Update copyright for 2016Bruce Momjian2016-01-02
* Improve performance in freeing memory contextsKevin Grittner2015-12-08
* Limit the verbosity of memory context statistics dumps.Tom Lane2015-08-25
* Rely on inline functions even if that causes warnings in older compilers.Andres Freund2015-08-05
* Support "expanded" objects, particularly arrays, for better performance.Tom Lane2015-05-14
* Add palloc_extended for frontend and backend.Fujii Masao2015-04-03
* Redefine MemoryContextReset() as deleting, not resetting, child contexts.Tom Lane2015-02-27
* Invent a memory context reset/delete callback mechanism.Tom Lane2015-02-27
* Provide a way to supress the "out of memory" error when allocating.Robert Haas2015-01-30
* Move out-of-memory error checks from aset.c to mcxt.cRobert Haas2015-01-29
* Update copyright for 2015Bruce Momjian2015-01-06
* Fix and enhance the assertion of no palloc's in a critical section.Heikki Linnakangas2014-06-30
* pgindent run for 9.4Bruce Momjian2014-05-06
* Add an Assertion that you don't palloc within a critical section.Heikki Linnakangas2014-04-04
* Allow use of "z" flag in our printf calls, and use it where appropriate.Tom Lane2014-01-23
* Fix possible crashes due to using elog/ereport too early in startup.Tom Lane2014-01-11
* Update copyright for 2014Bruce Momjian2014-01-07
* Get rid of use of asprintf() in favor of a more portable implementation.Tom Lane2013-10-22
* Add use of asprintf()Peter Eisentraut2013-10-13
* Permit super-MaxAllocSize allocations with MemoryContextAllocHuge().Noah Misch2013-06-27
* Cooperate with the Valgrind instrumentation framework.Noah Misch2013-06-26
* Refactor aset.c and mcxt.c in preparation for Valgrind cooperation.Noah Misch2013-06-26
* Create libpgcommon, and move pg_malloc et al to itAlvaro Herrera2013-02-12
* Update copyrights for 2013Bruce Momjian2013-01-01
* Fix thinko in previous commitAlvaro Herrera2012-10-08
* Add support for easily declaring static inline functionsAlvaro Herrera2012-10-08
* Update copyright notices for year 2012.Bruce Momjian2012-01-01