postgresql/src/backend
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
..
access Code review for standalone composite types, query-specified composite 2002-08-29 00:17:06 +00:00
bootstrap Reverse out XLogDir/-X write-ahead log handling, per discussion. 2002-08-17 15:12:07 +00:00
catalog Cause REINDEX to regard TOAST tables as regular relations, not system 2002-08-29 15:56:20 +00:00
commands Cause REINDEX to regard TOAST tables as regular relations, not system 2002-08-29 15:56:20 +00:00
executor Adjust nodeFunctionscan.c to reset transient memory context between calls 2002-08-29 17:14:33 +00:00
lib Update copyright to 2002. 2002-06-20 20:29:54 +00:00
libpq Remove support for version-0 FE/BE protocol, per pghackers discussion. 2002-08-29 03:22:01 +00:00
main Make sure monetary, numeric, and time locale categories are set to C and 2002-08-09 22:52:04 +00:00
nodes Code review for standalone composite types, query-specified composite 2002-08-29 00:17:06 +00:00
optimizer Push down outer qualification clauses into UNION and INTERSECT subqueries. 2002-08-29 16:03:49 +00:00
parser Remove #ifdef MULTIBYTE per hackers list discussion. 2002-08-29 07:22:30 +00:00
po Initial Spanish translation from Karim Mribti <karim@inlosa.com> 2002-08-28 21:01:14 +00:00
port Convert possibly-unsafe sprintf's to snprintf's. 2002-08-12 14:47:46 +00:00
postmaster Remove #ifdef MULTIBYTE per hackers list discussion. 2002-08-29 07:22:30 +00:00
regex Remove #ifdef MULTIBYTE per hackers list discussion. 2002-08-29 07:22:30 +00:00
rewrite Rephrase 'Cannot insert into a view' and related messages, per 2002-08-29 06:05:27 +00:00
storage This patches replaces a few more usages of strcpy() and sprintf() when 2002-08-27 03:56:35 +00:00
tcop Remove #ifdef MULTIBYTE per hackers list discussion. 2002-08-29 07:22:30 +00:00
utils Adjust nodeFunctionscan.c to reset transient memory context between calls 2002-08-29 17:14:33 +00:00
Makefile Move PO files into subdirectories separate from the source code. 2002-08-21 20:42:27 +00:00
nls.mk Initial Spanish translation from Karim Mribti <karim@inlosa.com> 2002-08-28 21:01:14 +00:00