summaryrefslogtreecommitdiff
path: root/src/include/utils/memutils.h
AgeCommit message (Expand)Author
2023-01-02Update copyright for 2023Bruce Momjian
2022-10-06Remove MemoryContextContains().Tom Lane
2022-08-29Improve performance of and reduce overheads of memory managementDavid Rowley
2022-04-04Improve the generation memory allocatorDavid Rowley
2022-01-08Update copyright for 2022Bruce Momjian
2021-04-06Add function to log the memory contexts of specified backend process.Fujii Masao
2021-01-02Update copyright for 2021Bruce Momjian
2020-01-01Update copyrights for 2020Bruce Momjian
2019-10-05Change MemoryContextMemAllocated to return SizeTomas Vondra
2019-10-01Add transparent block-level memory accountingTomas Vondra
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-01-02Update copyright for 2019Bruce Momjian
2018-10-12Simplify use of AllocSetContextCreate() wrapper macro.Tom Lane
2018-04-06Rename MemoryContextCopySetIdentifier() for clarityPeter Eisentraut
2018-03-27Allow memory contexts to have both fixed and variable ident strings.Tom Lane
2018-01-03Update copyright for 2018Bruce Momjian
2017-12-13Rethink MemoryContext creation to improve performance.Tom Lane
2017-11-29Update typedefs.list and re-run pgindentRobert Haas
2017-11-22Generational memory allocatorSimon Riggs
2017-09-01Ensure SIZE_MAX can be used throughout our code.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-03-01Reduce size of common allocation header.Andres Freund
2017-02-27Add "Slab" MemoryContext implementation for efficient equal-sized allocations.Andres Freund
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-08-27Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian
2015-08-25Limit the verbosity of memory context statistics dumps.Tom Lane
2015-08-04Fix bogus "out of memory" reports in tuplestore.c.Tom Lane
2015-03-01Move memory context callback declarations into palloc.h.Tom Lane
2015-02-27Redefine MemoryContextReset() as deleting, not resetting, child contexts.Tom Lane
2015-02-27Invent a memory context reset/delete callback mechanism.Tom Lane
2015-01-06Update copyright for 2015Bruce Momjian
2014-06-30Fix and enhance the assertion of no palloc's in a critical section.Heikki Linnakangas
2014-05-06pgindent run for 9.4Bruce Momjian
2014-01-07Update copyright for 2014Bruce Momjian
2013-06-27Permit super-MaxAllocSize allocations with MemoryContextAllocHuge().Noah Misch
2013-01-01Update copyrights for 2013Bruce Momjian
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-09-16Redesign the plancache mechanism for more flexibility and efficiency.Tom Lane
2011-09-11Invent a new memory context primitive, MemoryContextSetParent.Tom Lane
2011-02-15Fix obsolete comment.Tom Lane
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-01-01Update copyright for 2009.Bruce Momjian
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-07-25Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict withMagnus Hagander
2007-03-13First phase of plan-invalidation project: create a plan cache managementTom Lane
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian