postgresql/src/backend/executor
Tom Lane 0d54d6ac44 Clean up handling of tuple descriptors so that result-tuple descriptors
allocated by plan nodes are not leaked at end of query.  This doesn't
really matter for normal queries, but it sure does for queries invoked
repetitively inside SQL functions.  Clean up some other grotty code
associated with tupdescs, and fix a few other memory leaks exposed by
tests with simple SQL functions.
2001-01-29 00:39:20 +00:00
..
_deadcode Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00
execAmi.c Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00
execFlatten.c Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00
execJunk.c Clean up handling of tuple descriptors so that result-tuple descriptors 2001-01-29 00:39:20 +00:00
execMain.c Clean up handling of tuple descriptors so that result-tuple descriptors 2001-01-29 00:39:20 +00:00
execProcnode.c Clean up handling of tuple descriptors so that result-tuple descriptors 2001-01-29 00:39:20 +00:00
execQual.c Clean up handling of tuple descriptors so that result-tuple descriptors 2001-01-29 00:39:20 +00:00
execScan.c Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00
execTuples.c Clean up handling of tuple descriptors so that result-tuple descriptors 2001-01-29 00:39:20 +00:00
execUtils.c Clean up handling of tuple descriptors so that result-tuple descriptors 2001-01-29 00:39:20 +00:00
functions.c Clean up handling of tuple descriptors so that result-tuple descriptors 2001-01-29 00:39:20 +00:00
Makefile Re-implement LIMIT/OFFSET as a plan node type, instead of a hack in 2000-10-26 21:38:24 +00:00
nodeAgg.c Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00
nodeAppend.c Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00
nodeGroup.c Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00
nodeHash.c Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00
nodeHashjoin.c Clean up handling of tuple descriptors so that result-tuple descriptors 2001-01-29 00:39:20 +00:00
nodeIndexscan.c Clean up handling of tuple descriptors so that result-tuple descriptors 2001-01-29 00:39:20 +00:00
nodeLimit.c Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00
nodeMaterial.c Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00
nodeMergejoin.c Clean up handling of tuple descriptors so that result-tuple descriptors 2001-01-29 00:39:20 +00:00
nodeNestloop.c Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00
nodeResult.c Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00
nodeSeqscan.c Clean up handling of tuple descriptors so that result-tuple descriptors 2001-01-29 00:39:20 +00:00
nodeSetOp.c Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00
nodeSort.c Clean up handling of tuple descriptors so that result-tuple descriptors 2001-01-29 00:39:20 +00:00
nodeSubplan.c Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00
nodeSubqueryscan.c Clean up handling of tuple descriptors so that result-tuple descriptors 2001-01-29 00:39:20 +00:00
nodeTidscan.c Clean up handling of tuple descriptors so that result-tuple descriptors 2001-01-29 00:39:20 +00:00
nodeUnique.c Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00
spi.c Repair guaranteed core dump in SPI_exec(). Guess this routine wasn't 2001-01-04 02:36:52 +00:00