postgresql/src/backend/tcop
Tom Lane 5bab36e9f6 Revise executor APIs so that all per-query state structure is built in
a per-query memory context created by CreateExecutorState --- and destroyed
by FreeExecutorState.  This provides a final solution to the longstanding
problem of memory leaked by various ExecEndNode calls.
2002-12-15 16:17:59 +00:00
..
dest.c
fastpath.c
Makefile
postgres.c Re-addd Rod's ALTER DOMAIN patch. 2002-12-06 05:00:34 +00:00
pquery.c Revise executor APIs so that all per-query state structure is built in 2002-12-15 16:17:59 +00:00
utility.c Re-addd Rod's ALTER DOMAIN patch. 2002-12-06 05:00:34 +00:00