postgresql/src/backend/utils/cache
Tom Lane 055467d504 Marginal hack to use a specialized hash function for dynahash hashtables
whose keys are OIDs.  The only one that looks particularly performance
critical is the relcache hashtable, but as long as we've got the function
we may as well use it wherever it's applicable.
2005-04-14 20:32:43 +00:00
..
catcache.c Completion of project to use fixed OIDs for all system catalogs and 2005-04-14 20:03:27 +00:00
inval.c First phase of project to use fixed OIDs for all system catalogs and 2005-04-14 01:38:22 +00:00
lsyscache.c Completion of project to use fixed OIDs for all system catalogs and 2005-04-14 20:03:27 +00:00
Makefile $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
relcache.c Marginal hack to use a specialized hash function for dynahash hashtables 2005-04-14 20:32:43 +00:00
syscache.c Completion of project to use fixed OIDs for all system catalogs and 2005-04-14 20:03:27 +00:00
typcache.c Marginal hack to use a specialized hash function for dynahash hashtables 2005-04-14 20:32:43 +00:00