aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/mmgr/mcxt.c
Commit message (Expand)AuthorAge
* Avoid recursion in MemoryContext functionsAlexander Korotkov2024-03-08
* Remove unused #include's from backend .c filesPeter Eisentraut2024-03-04
* Adjust memory allocation functions to allow sibling callsDavid Rowley2024-02-27
* Add EXPLAIN (MEMORY) to report planner memory consumptionAlvaro Herrera2024-01-29
* Update copyright for 2024Bruce Momjian2024-01-03
* Simplify newNode() by removing special casesHeikki Linnakangas2023-12-19
* Pre-beta mechanical code beautification.Tom Lane2023-05-19
* Fix various typosDavid Rowley2023-04-18
* Adjust Valgrind macro usage to protect chunk headersDavid Rowley2023-04-15
* Fix minor signed/unsigned mixupPeter Eisentraut2023-04-05
* Fix typos in code and commentsMichael Paquier2023-01-11
* Update copyright for 2023Bruce Momjian2023-01-02
* Add palloc_aligned() to allow aligned memory allocationsDavid Rowley2022-12-22
* Add repalloc0 and repalloc0_arrayPeter Eisentraut2022-11-12
* Remove AssertArg and AssertStatePeter Eisentraut2022-10-28
* Make some minor improvements in memory-context infrastructure.Tom Lane2022-10-14
* Improve our ability to detect bogus pointers passed to pfree et al.Tom Lane2022-10-06
* Remove MemoryContextContains().Tom Lane2022-10-06
* Temporarily make MemoryContextContains return falseDavid Rowley2022-09-09
* Make MemoryContextContains work correctly againDavid Rowley2022-09-08
* Improve performance of and reduce overheads of memory managementDavid Rowley2022-08-29
* Prevent memory context logging from sending log message to connected client.Fujii Masao2022-01-28
* Update copyright for 2022Bruce Momjian2022-01-07
* Fix incorrect format placeholdersPeter Eisentraut2021-12-22
* Add function to log the memory contexts of specified backend process.Fujii Masao2021-04-06
* Update copyright for 2021Bruce Momjian2021-01-02
* remove redundant initializationsBruce Momjian2020-09-03
* Move codes for pg_backend_memory_contexts from mmgr/mcxt.c to adt/mcxtfuncs.c.Fujii Masao2020-08-26
* Add pg_backend_memory_contexts system view.Fujii Masao2020-08-19
* 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