]> granicus.if.org Git - postgresql/history - src/backend/utils/mmgr
Replace the XLogInsert slots with regular LWLocks.
[postgresql] / src / backend / utils / mmgr /
2014-01-23 Tom LaneAllow use of "z" flag in our printf calls, and use...
2014-01-11 Tom LaneFix possible crashes due to using elog/ereport too...
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-12-29 Peter EisentrautUpdate grammar
2013-10-22 Tom LaneGet rid of use of asprintf() in favor of a more portabl...
2013-10-13 Peter EisentrautAdd use of asprintf()
2013-06-27 Noah MischPermit super-MaxAllocSize allocations with MemoryContex...
2013-06-27 Noah MischCooperate with the Valgrind instrumentation framework.
2013-06-26 Noah MischRefactor aset.c and mcxt.c in preparation for Valgrind...
2013-02-12 Alvaro HerreraCreate libpgcommon, and move pg_malloc et al to it
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-01 Simon RiggsCOPY FREEZE and mark committed on fresh tables.
2012-10-08 Alvaro HerreraFix thinko in previous commit
2012-10-08 Alvaro HerreraAdd support for easily declaring static inline functions
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-02-15 Tom LaneRun a portal's cleanup hook immediately when pushing...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-09-16 Tom LaneRedesign the plancache mechanism for more flexibility...
2011-09-11 Tom LaneInvent a new memory context primitive, MemoryContextSet...
2011-09-09 Tom LaneMove Timestamp/Interval typedefs and basic macros into...
2011-05-24 Tom LaneCleanup for pull-up-isReset patch.
2011-05-21 Heikki LinnakangasPull up isReset flag from AllocSetContext to MemoryCont...
2011-05-02 Tom LaneImprove aset.c's space management in contexts with...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-03-03 Tom LaneRun a portal's cleanup hook immediately when pushing...
2011-02-27 Tom LaneRefactor the executor's API to support data-modifying...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-11-23 Peter EisentrautRemove useless whitespace at end of lines
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-07-13 Heikki LinnakangasOops, in the previous fix to prevent a cursor that...
2010-07-06 Bruce Momjianpgindent run for 9.0, second run
2010-07-05 Heikki LinnakangasThe previous fix in CVS HEAD and 8.4 for handling the...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-18 Tom LaneForce READY portals into FAILED state when a transactio...
2010-02-13 Tom LaneSupport inlining various small performance-critical...
2010-01-18 Tom LaneFix portalmem.c to avoid keeping a dangling pointer...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2010-01-01 Magnus HaganderSilence compiler warning on 64-bit windows build
2009-12-29 Heikki LinnakangasPrevious fix for temporary file management broke return...
2009-07-21 Tom LaneSpeed up AllocSetFreeIndex, which is a significant...
2009-07-16 Peter EisentrautMake backend header files C++ safe
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-10-29 Tom LaneBe more tense about not creating tuplestores with rando...
2008-07-18 Tom LaneAdjust things so that the query_string of a cached...
2008-06-28 Tom LaneIf pnstrdup is going to be promoted to a generally...
2008-06-18 Bruce MomjianMove wchar2char() and char2wchar() from tsearch into...
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-04-11 Tom LaneAdd some debug support code to try to catch future...
2008-04-09 Bruce MomjianSmall wording improvements for source code READMEs.
2008-04-09 Bruce MomjianRevert README cleanups.
2008-04-09 Bruce MomjianRevert sentence removal from nickname in FAQ.
2008-04-02 Tom LaneRevert my bad decision of about a year ago to make...
2008-03-25 Tom LaneSimplify and standardize conversions between TEXT datum...
2008-03-25 Neil ConwayAdd a new tuplestore API function, tuplestore_putvalues...
2008-03-20 Bruce MomjianMake source code READMEs more consistent. Add CVS...
2008-02-19 Peter EisentrautRefactor backend makefiles to remove lots of duplicate...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce MomjianRe-run pgindent with updated list of typedefs. (Update...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-08-12 Tom LaneRemove an "optimization" I installed in 2001, to make...
2007-08-07 Neil ConwayAdjust the output of MemoryContextStats() so that the...
2007-07-25 Magnus HaganderRename DLLIMPORT macro to PGDLLIMPORT to avoid conflict...
2007-05-29 Neil Conwaymmgr README tweak: "either" is no longer correct. The...
2007-04-30 Tom LaneMarginal performance hack: remove the loop that used...
2007-04-26 Tom LaneFix dynahash.c to suppress hash bucket splits while...
2007-04-26 Neil ConwayRename the newly-added commands for discarding session...
2007-04-12 Neil ConwayRESET SESSION, plus related new DDL commands. Patch...
2007-03-13 Tom LaneFirst phase of plan-invalidation project: create a...
2007-02-20 Tom LaneRemove the Query structure from the executor's API...
2007-01-20 Peter EisentrautRemove remains of old depend target.
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-12-27 Tom LaneImprove memory management code to avoid inefficient...
2006-11-23 Tom LaneSeveral changes to reduce the probability of running...
2006-11-08 Tom LaneModify aset.c to track the next intended block allocati...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-27 Tom LaneReplace strncpy with strlcpy in selected places that...
2006-09-07 Tom LaneClean up logging for extended-query-protocol operations...
2006-08-29 Bruce MomjianNow bind displays prepare as detail, and execute displa...
2006-08-14 Tom LaneFix oversight in initial implementation of PORTAL_ONE_R...
2006-08-08 Bruce MomjianFor protocol-level prepare/bind/execute:
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-07-13 Bruce MomjianAllow include files to compile own their own.
2006-06-28 Neil ConwayFix typo in comment.
2006-06-20 Tom LaneRemove redundant gettimeofday() calls to the extent...
2006-04-25 Bruce MomjianBack out RESET CONNECTION until there is more discussion.
2006-04-25 Bruce MomjianAdd RESET CONNECTION, to reset all aspects of a session.
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-02-14 Tom LaneAllocSetStats should probably be using unsigned format...
2006-01-18 Neil ConwayAdd a new system view, pg_cursors, that displays the...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-09-01 Tom LaneShort-circuit AllocSetReset if nothing has been palloc...
2005-06-17 Tom LaneTwo-phase commit. Original patch by Heikki Linnakangas...
2005-06-04 Bruce MomjianBack out patch:
2005-06-04 Bruce MomjianTom Lane <tgl@sss.pgh.pa.us> writes:
2005-05-29 Tom LaneModify hash_search() API to prevent future occurrences...
2005-05-14 Tom LaneFurther marginal speed hacking: in MemoryContextReset...
2005-05-14 Tom LaneMinor speed hacks in AllocSetReset: avoid clearing...
2005-05-11 Bruce MomjianThis patch will ensure that the hash table iteration...
next