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
/
mcxt.c
Commit message (
Expand
)
Author
Age
*
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
*
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
*
Fix thinko in previous commit
Alvaro Herrera
2012-10-08
*
Add support for easily declaring static inline functions
Alvaro Herrera
2012-10-08
*
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
*
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
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Support inlining various small performance-critical functions on non-GCC
Tom Lane
2010-02-13
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
Make backend header files C++ safe
Peter Eisentraut
2009-07-16
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
If pnstrdup is going to be promoted to a generally available function,
Tom Lane
2008-06-28
*
Move wchar2char() and char2wchar() from tsearch into /mb to be easier to
Bruce Momjian
2008-06-18
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
*
Adjust the output of MemoryContextStats() so that the stats for a
Neil Conway
2007-08-07
*
Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict with
Magnus Hagander
2007-07-25
*
First phase of plan-invalidation project: create a plan cache management
Tom Lane
2007-03-13
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
*
Remove 576 references of include files that were not needed.
Bruce Momjian
2006-07-14
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
*
Further marginal speed hacking: in MemoryContextReset, don't call
Tom Lane
2005-05-14
*
Convert MemoryContextSwitchTo() into an inline function when using GCC.
Tom Lane
2005-02-18
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
*
Fix some typos.
Bruce Momjian
2004-10-17
*
Add some marginal tweaks to eliminate memory leakages associated with
Tom Lane
2004-09-16
*
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
*
Several Cygwin fixes pointed out by Reini Urban.
Bruce Momjian
2004-08-29
*
Allow libpgport to call memory allocation routines even though
Bruce Momjian
2004-08-08
*
Nested transactions. There is still much left to do, especially on the
Tom Lane
2004-07-01
*
Tweak palloc/repalloc to allow zero bytes to be requested, as per recent
Tom Lane
2004-06-05
*
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-11-29
*
Update copyrights to 2003.
Bruce Momjian
2003-08-04
*
pgindent run.
Bruce Momjian
2003-08-04
[next]