aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/plancache.c
Commit message (Expand)AuthorAge
* Make plancache store cursor options so it can pass them to planner duringTom Lane2007-04-16
* Expose more cursor-related functionality in SPI: specifically, allowTom Lane2007-04-16
* RESET SESSION, plus related new DDL commands. Patch from Marko Kreen,Neil Conway2007-04-12
* Fix plancache's invalidation callback to do the right thing for a SITom Lane2007-03-26
* Fix plancache so that any required replanning is done with the sameTom Lane2007-03-23
* Changes pg_trigger and extend pg_rewrite in order to allow triggers andJan Wieck2007-03-19
* Make use of plancache module for SPI plans. In particular, since plpgsqlTom Lane2007-03-15
* First phase of plan-invalidation project: create a plan cache managementTom Lane2007-03-13