Commits

DateSubjectAuthorReleases
2026-05-13 Pre-beta mechanical code beautification, step 1: run pgindent. Tom Lane 19 (unreleased)
2026-05-11 Make palloc_array() and friends safe against integer overflow. Tom Lane 14.23
2026-05-11 Make palloc_array() and friends safe against integer overflow. Tom Lane 15.18
2026-05-11 Make palloc_array() and friends safe against integer overflow. Tom Lane 16.14
2026-05-11 Make palloc_array() and friends safe against integer overflow. Tom Lane 17.10
2026-05-11 Make palloc_array() and friends safe against integer overflow. Tom Lane 18.4
2026-05-11 Make palloc_array() and friends safe against integer overflow. Tom Lane 19 (unreleased)
2025-07-25 Create infrastructure to reliably prevent leakage of PGresults. Tom Lane 19 (unreleased)
2022-10-14 Make some minor improvements in memory-context infrastructure. Tom Lane 16.0
2019-05-22 Phase 2 pgindent run for v12. Tom Lane 12.0
2017-06-21 Phase 2 of pgindent updates. Tom Lane 10.0
2015-03-26 Tweak __attribute__-wrapping macros for better pgindent results. Tom Lane 9.5.0
2015-03-01 Move memory context callback declarations into palloc.h. Tom Lane 9.5.0
2014-04-28 Can't completely get rid of #ifndef FRONTEND in palloc.h :-( Tom Lane 9.3.5
2014-04-28 Can't completely get rid of #ifndef FRONTEND in palloc.h :-( Tom Lane 9.4.0
2014-04-26 Don't #include utils/palloc.h in common/fe_memutils.h. Tom Lane 9.3.5
2014-04-26 Don't #include utils/palloc.h in common/fe_memutils.h. Tom Lane 9.4.0
2013-10-25 Use improved vsnprintf calling logic in more places. Tom Lane 9.4.0
2013-10-22 Get rid of use of asprintf() in favor of a more portable implementation. Tom Lane 9.4.0
2010-02-13 Don't expose the inline definition of MemoryContextSwitchTo when FRONTEND is Tom Lane 9.0.0
2010-02-13 Support inlining various small performance-critical functions on non-GCC Tom Lane 9.0.0
2008-06-28 If pnstrdup is going to be promoted to a generally available function, Tom Lane 8.4.0
2005-02-18 Convert MemoryContextSwitchTo() into an inline function when using GCC. Tom Lane 8.1.0
2004-08-08 If these are ifdef WIN32 in the .c file, should be so in .h as well. Tom Lane 8.0.0
2002-12-16 Code review for palloc0 patch --- avoid dangerous and unnecessary Tom Lane 7.4.1