postgresql/src/backend/utils/cache
Tom Lane b69bde7749 Remove pg_plan_queries()'s now-useless needSnapshot parameter. It's useless
in 8.3, too, but I'm not back-patching this change since it would break any
extension modules that might be calling that function.
2008-12-13 02:29:22 +00:00
..
catcache.c Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple, 2008-11-02 01:45:28 +00:00
inval.c Improve the plan cache invalidation mechanism to make it invalidate plans 2008-09-09 18:58:09 +00:00
lsyscache.c Add hooks to let plugins override the planner's lookups in pg_statistic. 2008-09-28 19:51:40 +00:00
Makefile Refactor backend makefiles to remove lots of duplicate code 2008-02-19 10:30:09 +00:00
plancache.c Remove pg_plan_queries()'s now-useless needSnapshot parameter. It's useless 2008-12-13 02:29:22 +00:00
relcache.c Introduce visibility map. The visibility map is a bitmap with one bit per 2008-12-03 13:05:22 +00:00
syscache.c Improve our #include situation by moving pointer types away from the 2008-06-19 00:46:06 +00:00
ts_cache.c Improve the plan cache invalidation mechanism to make it invalidate plans 2008-09-09 18:58:09 +00:00
typcache.c Improve our #include situation by moving pointer types away from the 2008-06-19 00:46:06 +00:00