postgresql/src/backend/utils/cache
Tom Lane 5bb2300b59 Revise handling of oldstyle/newstyle functions per recent discussions
in pghackers list.  Support for oldstyle internal functions is gone
(no longer needed, since conversion is complete) and pg_language entry
'internal' now implies newstyle call convention.  pg_language entry
'newC' is gone; both old and newstyle dynamically loaded C functions
are now called language 'C'.  A newstyle function must be identified
by an associated info routine.  See src/backend/utils/fmgr/README.
2000-11-20 20:36:57 +00:00
..
catcache.c Change SearchSysCache coding conventions so that a reference count is 2000-11-16 22:30:52 +00:00
fcache.c SQL-language functions are now callable in ordinary fmgr contexts ... 2000-08-24 03:29:15 +00:00
inval.c Make DROP TABLE rollback-able: postpone physical file delete until commit. 2000-11-08 22:10:03 +00:00
lsyscache.c Revise handling of oldstyle/newstyle functions per recent discussions 2000-11-20 20:36:57 +00:00
Makefile Fix relative path references so that make knowns which dependencies refer 2000-08-31 16:12:35 +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 Clean up syscache so that recursive invocation is safe, and remove error 2000-11-10 00:33:12 +00:00
syscache.c Change SearchSysCache coding conventions so that a reference count is 2000-11-16 22:30:52 +00:00
temprel.c Change SearchSysCache coding conventions so that a reference count is 2000-11-16 22:30:52 +00:00