postgresql/src/backend/tcop
Tom Lane 42dc4b66e6 Make plancache store cursor options so it can pass them to planner during
a replan.  I had originally thought this was not necessary, but the new
SPI facilities create a path whereby queries planned with non-default
options can get into the cache, so it is necessary.
2007-04-16 18:21:07 +00:00
..
Makefile Remove remains of old depend target. 2007-01-20 17:16:17 +00:00
dest.c Update CVS HEAD for 2007 copyright. Back branches are typically not 2007-01-05 22:20:05 +00:00
fastpath.c Add resetStringInfo(), which clears the content of a StringInfo, and 2007-03-03 19:32:55 +00:00
postgres.c Make plancache store cursor options so it can pass them to planner during 2007-04-16 18:21:07 +00:00
pquery.c First phase of plan-invalidation project: create a plan cache management 2007-03-13 00:33:44 +00:00
utility.c RESET SESSION, plus related new DDL commands. Patch from Marko Kreen, 2007-04-12 06:53:49 +00:00