summaryrefslogtreecommitdiff
path: root/src/include/nodes/memnodes.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Improve performance of and reduce overheads of memory managementDavid Rowley2022-08-291-3/+4
* Mark PlanState as an abstract node type.Tom Lane2022-07-091-0/+2
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Add function to log the memory contexts of specified backend process.Fujii Masao2021-04-061-2/+4
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Revert "Specialize MemoryContextMemAllocated()."Jeff Davis2020-03-191-1/+1
* Specialize MemoryContextMemAllocated().Jeff Davis2020-03-181-1/+1
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Use Size instead of int64 to track allocated memoryTomas Vondra2019-10-041-1/+1
* Add transparent block-level memory accountingTomas Vondra2019-10-011-0/+1
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Allow memory contexts to have both fixed and variable ident strings.Tom Lane2018-03-271-3/+8
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Rethink MemoryContext creation to improve performance.Tom Lane2017-12-131-3/+2
* Generational memory allocatorSimon Riggs2017-11-231-1/+3
* Phase 2 of pgindent updates.Tom Lane2017-06-211-3/+3
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-211-1/+1
* Add "Slab" MemoryContext implementation for efficient equal-sized allocations.Andres Freund2017-02-271-1/+1
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Improve performance in freeing memory contextsKevin Grittner2015-12-081-0/+1
* Limit the verbosity of memory context statistics dumps.Tom Lane2015-08-251-1/+20
* Move memory context callback declarations into palloc.h.Tom Lane2015-03-011-16/+0
* Invent a memory context reset/delete callback mechanism.Tom Lane2015-02-271-4/+20
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Fix and enhance the assertion of no palloc's in a critical section.Heikki Linnakangas2014-06-301-0/+3
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Pull up isReset flag from AllocSetContext to MemoryContext struct. ThisHeikki Linnakangas2011-05-211-0/+1
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Make backend header files C++ safePeter Eisentraut2009-07-161-2/+2
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Adjust the output of MemoryContextStats() so that the stats for aNeil Conway2007-08-071-2/+2
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Add some marginal tweaks to eliminate memory leakages associated withTom Lane2004-09-161-1/+2
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* Change memory-space accounting mechanism in tuplesort.c and tuplestore.cTom Lane2002-08-121-2/+3
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-2/+2
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-2/+1
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-8/+8