index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
mmgr
Commit message (
Expand
)
Author
Age
*
Add palloc_extended for frontend and backend.
Fujii Masao
2015-04-03
*
Improve mmgr README.
Tom Lane
2015-02-27
*
Redefine MemoryContextReset() as deleting, not resetting, child contexts.
Tom Lane
2015-02-27
*
Invent a memory context reset/delete callback mechanism.
Tom Lane
2015-02-27
*
Rename variable in AllocSetContextCreate to be consistent.
Jeff Davis
2015-02-21
*
Provide a way to supress the "out of memory" error when allocating.
Robert Haas
2015-01-30
*
Move out-of-memory error checks from aset.c to mcxt.c
Robert Haas
2015-01-29
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Fix and enhance the assertion of no palloc's in a critical section.
Heikki Linnakangas
2014-06-30
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Add an Assertion that you don't palloc within a critical section.
Heikki Linnakangas
2014-04-04
*
Allow use of "z" flag in our printf calls, and use it where appropriate.
Tom Lane
2014-01-23
*
Fix possible crashes due to using elog/ereport too early in startup.
Tom Lane
2014-01-11
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Update grammar
Peter Eisentraut
2013-12-28
*
Get rid of use of asprintf() in favor of a more portable implementation.
Tom Lane
2013-10-22
*
Add use of asprintf()
Peter Eisentraut
2013-10-13
*
Permit super-MaxAllocSize allocations with MemoryContextAllocHuge().
Noah Misch
2013-06-27
*
Cooperate with the Valgrind instrumentation framework.
Noah Misch
2013-06-26
*
Refactor aset.c and mcxt.c in preparation for Valgrind cooperation.
Noah Misch
2013-06-26
*
Create libpgcommon, and move pg_malloc et al to it
Alvaro Herrera
2013-02-12
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
COPY FREEZE and mark committed on fresh tables.
Simon Riggs
2012-12-01
*
Fix thinko in previous commit
Alvaro Herrera
2012-10-08
*
Add support for easily declaring static inline functions
Alvaro Herrera
2012-10-08
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Run a portal's cleanup hook immediately when pushing it to FAILED state.
Tom Lane
2012-02-15
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Redesign the plancache mechanism for more flexibility and efficiency.
Tom Lane
2011-09-16
*
Invent a new memory context primitive, MemoryContextSetParent.
Tom Lane
2011-09-11
*
Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.
Tom Lane
2011-09-09
*
Cleanup for pull-up-isReset patch.
Tom Lane
2011-05-24
*
Pull up isReset flag from AllocSetContext to MemoryContext struct. This
Heikki Linnakangas
2011-05-21
*
Improve aset.c's space management in contexts with small maxBlockSize.
Tom Lane
2011-05-02
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Run a portal's cleanup hook immediately when pushing it to DONE state.
Tom Lane
2011-03-03
*
Refactor the executor's API to support data-modifying CTEs better.
Tom Lane
2011-02-27
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Remove useless whitespace at end of lines
Peter Eisentraut
2010-11-23
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Oops, in the previous fix to prevent a cursor that's being used in a FOR
Heikki Linnakangas
2010-07-13
*
pgindent run for 9.0, second run
Bruce Momjian
2010-07-06
*
The previous fix in CVS HEAD and 8.4 for handling the case where a cursor
Heikki Linnakangas
2010-07-05
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
*
Force READY portals into FAILED state when a transaction or subtransaction
Tom Lane
2010-02-18
*
Support inlining various small performance-critical functions on non-GCC
Tom Lane
2010-02-13
*
Fix portalmem.c to avoid keeping a dangling pointer to a cached plan list
Tom Lane
2010-01-18
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
Silence compiler warning on 64-bit windows build
Magnus Hagander
2010-01-01
*
Previous fix for temporary file management broke returning a set from
Heikki Linnakangas
2009-12-29
[next]