summaryrefslogtreecommitdiff
path: root/src/test/regress/sql/plancache.sql
AgeCommit message (Expand)Author
2020-07-20Add generic_plans and custom_plans fields into pg_prepared_statements.Fujii Masao
2018-07-16Add plan_cache_mode settingPeter Eisentraut
2018-03-15Clean up duplicate table and function names in regression tests.Tom Lane
2017-09-08Allow a partitioned table to have a default partition.Robert Haas
2013-01-25Change plan caching to honor, not resist, changes in search_path.Tom Lane
2007-11-30Repair bug that allowed RevalidateCachedPlan to attempt to rebuild a cachedTom Lane
2007-10-11Fix the plan-invalidation mechanism to treat regclass constants that refer toTom Lane
2007-03-23Fix plancache so that any required replanning is done with the sameTom Lane
2007-03-16Fix race condition in parallel regression tests. The new plancache testTom Lane
2007-03-15Make use of plancache module for SPI plans. In particular, since plpgsqlTom Lane
2007-03-13First phase of plan-invalidation project: create a plan cache managementTom Lane