postgresql/src/backend/utils/cache
Tom Lane cdeca5f590 Make toast-table creation and deletion work somewhat reliably.
Don't go through pg_exec_query_dest(), but directly to the execution
routines.  Also, extend parameter lists so that there's no need to
change the global setting of allowSystemTableMods, a hack that was
certain to cause trouble in the event of any error.
2000-07-04 06:11:54 +00:00
..
catcache.c Don't run in CacheMemoryContext more than necessary. 2000-07-02 05:38:40 +00:00
fcache.c init_fcache was being careless about using SearchSysCacheTuple result 2000-06-06 17:44:25 +00:00
inval.c Mark ImmediateSharedRelationCacheInvalidate as NOT_USED. 2000-06-08 19:51:06 +00:00
lsyscache.c Attached is a new patch which addresses this problem. (oids in 2000-07-02 22:01:27 +00:00
Makefile Generated header files parse.h and fmgroids.h are now copied into 2000-05-29 05:45:56 +00:00
rel.c Fix problems seen in parallel regress tests when SI buffer overruns (causing 2000-01-31 04:35:57 +00:00
relcache.c Use a private memory context to store rule information in each relcache 2000-06-30 07:04:23 +00:00
syscache.c Fix handling of type tuple associated with a temp relation. We have 2000-06-20 01:41:22 +00:00
temprel.c Make toast-table creation and deletion work somewhat reliably. 2000-07-04 06:11:54 +00:00