aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/mmgr
Commit message (Expand)AuthorAge
* Allow use of "z" flag in our printf calls, and use it where appropriate.Tom Lane2014-01-23
* Fix possible crashes due to using elog/ereport too early in startup.Tom Lane2014-01-11
* Update copyright for 2014Bruce Momjian2014-01-07
* Update grammarPeter Eisentraut2013-12-28
* Get rid of use of asprintf() in favor of a more portable implementation.Tom Lane2013-10-22
* Add use of asprintf()Peter Eisentraut2013-10-13
* Permit super-MaxAllocSize allocations with MemoryContextAllocHuge().Noah Misch2013-06-27
* Cooperate with the Valgrind instrumentation framework.Noah Misch2013-06-26
* Refactor aset.c and mcxt.c in preparation for Valgrind cooperation.Noah Misch2013-06-26
* Create libpgcommon, and move pg_malloc et al to itAlvaro Herrera2013-02-12
* Update copyrights for 2013Bruce Momjian2013-01-01
* COPY FREEZE and mark committed on fresh tables.Simon Riggs2012-12-01
* Fix thinko in previous commitAlvaro Herrera2012-10-08
* Add support for easily declaring static inline functionsAlvaro Herrera2012-10-08
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Run a portal's cleanup hook immediately when pushing it to FAILED state.Tom Lane2012-02-15
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Redesign the plancache mechanism for more flexibility and efficiency.Tom Lane2011-09-16
* Invent a new memory context primitive, MemoryContextSetParent.Tom Lane2011-09-11
* Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.Tom Lane2011-09-09
* Cleanup for pull-up-isReset patch.Tom Lane2011-05-24
* Pull up isReset flag from AllocSetContext to MemoryContext struct. ThisHeikki Linnakangas2011-05-21
* Improve aset.c's space management in contexts with small maxBlockSize.Tom Lane2011-05-02
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Run a portal's cleanup hook immediately when pushing it to DONE state.Tom Lane2011-03-03
* Refactor the executor's API to support data-modifying CTEs better.Tom Lane2011-02-27
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-23
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Oops, in the previous fix to prevent a cursor that's being used in a FORHeikki Linnakangas2010-07-13
* pgindent run for 9.0, second runBruce Momjian2010-07-06
* The previous fix in CVS HEAD and 8.4 for handling the case where a cursorHeikki Linnakangas2010-07-05
* pgindent run for 9.0Bruce Momjian2010-02-26
* Force READY portals into FAILED state when a transaction or subtransactionTom Lane2010-02-18
* Support inlining various small performance-critical functions on non-GCCTom Lane2010-02-13
* Fix portalmem.c to avoid keeping a dangling pointer to a cached plan listTom Lane2010-01-18
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Silence compiler warning on 64-bit windows buildMagnus Hagander2010-01-01
* Previous fix for temporary file management broke returning a set fromHeikki Linnakangas2009-12-29
* Speed up AllocSetFreeIndex, which is a significant cost in palloc and pfree,Tom Lane2009-07-21
* Make backend header files C++ safePeter Eisentraut2009-07-16
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Update copyright for 2009.Bruce Momjian2009-01-01
* Be more tense about not creating tuplestores with randomAccess = true unlessTom Lane2008-10-29
* Adjust things so that the query_string of a cached plan and the sourceText ofTom Lane2008-07-18
* If pnstrdup is going to be promoted to a generally available function,Tom Lane2008-06-28
* Move wchar2char() and char2wchar() from tsearch into /mb to be easier toBruce Momjian2008-06-18
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-12
* Add some debug support code to try to catch future mistakes in the area ofTom Lane2008-04-11
* Small wording improvements for source code READMEs.Bruce Momjian2008-04-09