postgresql/src/backend/utils/cache
Tom Lane 782c16c6a1 SQL-language functions are now callable in ordinary fmgr contexts ...
for example, an SQL function can be used in a functional index.  (I make
no promises about speed, but it'll work ;-).)  Clean up and simplify
handling of functions returning sets.
2000-08-24 03:29:15 +00:00
..
catcache.c Ensure that catcache 'busy' flags are reset at transaction abort. 2000-08-06 04:17:47 +00:00
fcache.c SQL-language functions are now callable in ordinary fmgr contexts ... 2000-08-24 03:29:15 +00:00
inval.c Mark ImmediateSharedRelationCacheInvalidate as NOT_USED. 2000-06-08 19:51:06 +00:00
lsyscache.c Clean up handling of variable-free qual clauses. System now does the 2000-08-13 02:50:35 +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 Toast all the system-table columns that seem to need it. It turns out 2000-08-06 04:40:08 +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 Can you please apply the following patch to current CVS 2000-07-12 18:04:47 +00:00