summaryrefslogtreecommitdiff
path: root/src/test/regress/sql/plancache.sql
Commit message (Expand)AuthorAgeFilesLines
* Repair bug that allowed RevalidateCachedPlan to attempt to rebuild a cachedTom Lane2007-11-301-0/+19
* Fix the plan-invalidation mechanism to treat regclass constants that refer toTom Lane2007-10-111-0/+14
* Fix plancache so that any required replanning is done with the sameTom Lane2007-03-231-0/+30
* Fix race condition in parallel regression tests. The new plancache testTom Lane2007-03-161-10/+12
* Make use of plancache module for SPI plans. In particular, since plpgsqlTom Lane2007-03-151-0/+40
* First phase of plan-invalidation project: create a plan cache managementTom Lane2007-03-131-0/+53