summaryrefslogtreecommitdiff
path: root/src/backend/utils/mmgr
AgeCommit message (Expand)Author
2019-10-03Allow repalloc() to give back space when a large chunk is downsized.Tom Lane
2017-08-14Handle elog(FATAL) during ROLLBACK more robustly.Tom Lane
2017-03-08Use doubly-linked block lists in aset.c to reduce large-chunk overhead.Tom Lane
2016-03-13Report memory context stats upon out-of-memory in repalloc[_huge].Tom Lane
2015-09-04Fix subtransaction cleanup after an outer-subtransaction portal fails.Tom Lane
2015-08-04Fix bogus "out of memory" reports in tuplestore.c.Tom Lane
2015-05-14Support "expanded" objects, particularly arrays, for better performance.Tom Lane
2015-04-03Add palloc_extended for frontend and backend.Fujii Masao
2015-02-27Improve mmgr README.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-02-21Rename variable in AllocSetContextCreate to be consistent.Jeff Davis
2015-01-30Provide a way to supress the "out of memory" error when allocating.Robert Haas
2015-01-29Move out-of-memory error checks from aset.c to mcxt.cRobert Haas
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-04-04Add an Assertion that you don't palloc within a critical section.Heikki Linnakangas
2014-01-23Allow use of "z" flag in our printf calls, and use it where appropriate.Tom Lane
2014-01-11Fix possible crashes due to using elog/ereport too early in startup.Tom Lane
2014-01-07Update copyright for 2014Bruce Momjian
2013-12-28Update grammarPeter Eisentraut
2013-10-22Get rid of use of asprintf() in favor of a more portable implementation.Tom Lane
2013-10-13Add use of asprintf()Peter Eisentraut
2013-06-27Permit super-MaxAllocSize allocations with MemoryContextAllocHuge().Noah Misch
2013-06-26Cooperate with the Valgrind instrumentation framework.Noah Misch
2013-06-26Refactor aset.c and mcxt.c in preparation for Valgrind cooperation.Noah Misch
2013-02-12Create libpgcommon, and move pg_malloc et al to itAlvaro Herrera
2013-01-01Update copyrights for 2013Bruce Momjian
2012-12-01COPY FREEZE and mark committed on fresh tables.Simon Riggs
2012-10-08Fix thinko in previous commitAlvaro Herrera
2012-10-08Add support for easily declaring static inline functionsAlvaro Herrera
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-02-15Run a portal's cleanup hook immediately when pushing it to FAILED state.Tom Lane
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-09-09Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.Tom Lane
2011-05-24Cleanup for pull-up-isReset patch.Tom Lane
2011-05-21Pull up isReset flag from AllocSetContext to MemoryContext struct. ThisHeikki Linnakangas
2011-05-02Improve aset.c's space management in contexts with small maxBlockSize.Tom Lane
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2011-03-03Run a portal's cleanup hook immediately when pushing it to DONE state.Tom Lane
2011-02-27Refactor the executor's API to support data-modifying CTEs better.Tom Lane
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-07-13Oops, in the previous fix to prevent a cursor that's being used in a FORHeikki Linnakangas
2010-07-06pgindent run for 9.0, second runBruce Momjian
2010-07-05The previous fix in CVS HEAD and 8.4 for handling the case where a cursorHeikki Linnakangas