postgresql/src/backend/utils
Tom Lane e4186762ff Adjust nodeFunctionscan.c to reset transient memory context between calls
to the table function, thus preventing memory leakage accumulation across
calls.  This means that SRFs need to be careful to distinguish permanent
and local storage; adjust code and documentation accordingly.  Patch by
Joe Conway, very minor tweaks by Tom Lane.
2002-08-29 17:14:33 +00:00
..
adt Adjust nodeFunctionscan.c to reset transient memory context between calls 2002-08-29 17:14:33 +00:00
cache Code review for standalone composite types, query-specified composite 2002-08-29 00:17:06 +00:00
error Remove #ifdef MULTIBYTE per hackers list discussion. 2002-08-29 07:22:30 +00:00
fmgr Adjust nodeFunctionscan.c to reset transient memory context between calls 2002-08-29 17:14:33 +00:00
hash Update copyright to 2002. 2002-06-20 20:29:54 +00:00
init Remove #ifdef MULTIBYTE per hackers list discussion. 2002-08-29 07:22:30 +00:00
mb Remove #ifdef MULTIBYTE per hackers list discussion. 2002-08-29 07:22:30 +00:00
misc Adjust nodeFunctionscan.c to reset transient memory context between calls 2002-08-29 17:14:33 +00:00
mmgr Change memory-space accounting mechanism in tuplesort.c and tuplestore.c 2002-08-12 00:36:12 +00:00
sort The cstring datatype can now be copied, passed around, etc. The typlen 2002-08-24 15:00:47 +00:00
time This patch fixes one serious bug (runaway INSERT) and a few rare (and 2002-07-30 16:08:33 +00:00
.cvsignore Cleanup to ensure good state of derived files in tarballs. 2000-06-09 02:38:36 +00:00
Gen_fmgrtab.sh Remove unused system table columns: 2002-07-24 19:11:14 +00:00
Makefile Fix failure to relink postmaster executable in the first make run if only a 2002-08-10 17:59:28 +00:00