postgresql/src/backend
Neil Conway 546d6848ca Add a comment noting that heap_copytuple_with_tuple() results in a
HeapTuple that is no longer allocated as a single palloc() block; if
used carelessly, this might result in a subsequent memory leak after
heap_freetuple().
2006-11-23 05:27:18 +00:00
..
access Add a comment noting that heap_copytuple_with_tuple() results in a 2006-11-23 05:27:18 +00:00
bootstrap On systems that have setsid(2) (which should be just about everything except 2006-11-21 20:59:53 +00:00
catalog Message fix 2006-11-16 14:41:49 +00:00
commands Several changes to reduce the probability of running out of memory during 2006-11-23 01:14:59 +00:00
executor Prevent intratransaction memory leak when a subtransaction is aborted 2006-11-21 22:35:29 +00:00
lib Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
libpq Minor fix for LDAP authentication: if an error occurs, we need to 2006-11-06 01:27:52 +00:00
main pgindent run for 8.2. 2006-10-04 00:30:14 +00:00
nodes Fix recently-understood problems with handling of XID freezing, particularly 2006-11-05 22:42:10 +00:00
optimizer Suppress a few 'uninitialized variable' warnings that gcc emits only at 2006-11-11 01:14:19 +00:00
parser Fix recently-understood problems with handling of XID freezing, particularly 2006-11-05 22:42:10 +00:00
po Translations update 2006-10-21 21:03:04 +00:00
port Fix infinite sleep and failes of send in Win32. 2006-10-13 13:59:47 +00:00
postmaster On systems that have setsid(2) (which should be just about everything except 2006-11-21 20:59:53 +00:00
regex Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:17:34 +00:00
rewrite Message style improvements 2006-10-06 17:14:01 +00:00
storage On systems that have setsid(2) (which should be just about everything except 2006-11-21 20:59:53 +00:00
tcop On systems that have setsid(2) (which should be just about everything except 2006-11-21 20:59:53 +00:00
utils Several changes to reduce the probability of running out of memory during 2006-11-23 01:14:59 +00:00
Makefile On Windows, we know the backend stack size limit because we have to 2006-10-08 17:15:34 +00:00
nls.mk Add _ to gettext triggers. Must have been forgotten here when it was introduced. 2005-10-04 11:14:03 +00:00