summaryrefslogtreecommitdiff
path: root/src/backend/utils/mmgr
Commit message (Expand)AuthorAgeFilesLines
* Report memory context stats upon out-of-memory in repalloc[_huge].Tom Lane2016-03-131-0/+6
* Comment on dead code in AtAbort_Portals() and AtSubAbort_Portals().Noah Misch2016-02-051-4/+16
* Update copyright for 2016Bruce Momjian2016-01-023-3/+3
* Improve performance in freeing memory contextsKevin Grittner2015-12-081-12/+14
* Fix subtransaction cleanup after an outer-subtransaction portal fails.Tom Lane2015-09-041-8/+74
* Limit the verbosity of memory context statistics dumps.Tom Lane2015-08-252-20/+121
* Rely on inline functions even if that causes warnings in older compilers.Andres Freund2015-08-051-3/+0
* Fix bogus "out of memory" reports in tuplestore.c.Tom Lane2015-08-041-3/+8
* Support "expanded" objects, particularly arrays, for better performance.Tom Lane2015-05-141-0/+4
* Add palloc_extended for frontend and backend.Fujii Masao2015-04-031-0/+37
* Improve mmgr README.Tom Lane2015-02-271-111/+123
* Redefine MemoryContextReset() as deleting, not resetting, child contexts.Tom Lane2015-02-272-27/+30
* Invent a memory context reset/delete callback mechanism.Tom Lane2015-02-271-8/+63
* Rename variable in AllocSetContextCreate to be consistent.Jeff Davis2015-02-211-17/+17
* Provide a way to supress the "out of memory" error when allocating.Robert Haas2015-01-301-0/+40
* Move out-of-memory error checks from aset.c to mcxt.cRobert Haas2015-01-292-26/+79
* Update copyright for 2015Bruce Momjian2015-01-063-3/+3
* Fix and enhance the assertion of no palloc's in a critical section.Heikki Linnakangas2014-06-301-8/+32
* pgindent run for 9.4Bruce Momjian2014-05-063-25/+25
* Add an Assertion that you don't palloc within a critical section.Heikki Linnakangas2014-04-041-0/+24
* Allow use of "z" flag in our printf calls, and use it where appropriate.Tom Lane2014-01-232-29/+18
* Fix possible crashes due to using elog/ereport too early in startup.Tom Lane2014-01-111-1/+5
* Update copyright for 2014Bruce Momjian2014-01-073-3/+3
* Update grammarPeter Eisentraut2013-12-281-3/+3
* Get rid of use of asprintf() in favor of a more portable implementation.Tom Lane2013-10-221-49/+0
* Add use of asprintf()Peter Eisentraut2013-10-131-0/+49
* Permit super-MaxAllocSize allocations with MemoryContextAllocHuge().Noah Misch2013-06-272-8/+71
* Cooperate with the Valgrind instrumentation framework.Noah Misch2013-06-262-5/+178
* Refactor aset.c and mcxt.c in preparation for Valgrind cooperation.Noah Misch2013-06-262-38/+73
* Create libpgcommon, and move pg_malloc et al to itAlvaro Herrera2013-02-121-36/+42
* Update copyrights for 2013Bruce Momjian2013-01-013-3/+3
* COPY FREEZE and mark committed on fresh tables.Simon Riggs2012-12-011-0/+19
* Fix thinko in previous commitAlvaro Herrera2012-10-081-3/+3
* Add support for easily declaring static inline functionsAlvaro Herrera2012-10-081-22/+3
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-1/+1
* Run a portal's cleanup hook immediately when pushing it to FAILED state.Tom Lane2012-02-151-7/+46
* Update copyright notices for year 2012.Bruce Momjian2012-01-013-3/+3
* Redesign the plancache mechanism for more flexibility and efficiency.Tom Lane2011-09-162-3/+15
* Invent a new memory context primitive, MemoryContextSetParent.Tom Lane2011-09-111-19/+63
* Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.Tom Lane2011-09-091-0/+1
* Cleanup for pull-up-isReset patch.Tom Lane2011-05-242-11/+12
* Pull up isReset flag from AllocSetContext to MemoryContext struct. ThisHeikki Linnakangas2011-05-212-25/+18
* Improve aset.c's space management in contexts with small maxBlockSize.Tom Lane2011-05-021-8/+17
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-102-9/+9
* Run a portal's cleanup hook immediately when pushing it to DONE state.Tom Lane2011-03-031-0/+26
* Refactor the executor's API to support data-modifying CTEs better.Tom Lane2011-02-271-99/+82
* Stamp copyrights for year 2011.Bruce Momjian2011-01-013-3/+3
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-231-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-205-5/+5
* Oops, in the previous fix to prevent a cursor that's being used in a FORHeikki Linnakangas2010-07-131-1/+12