postgresql/src/backend/utils/cache
Tom Lane e0c9301c87 Install infrastructure for shared-memory free space map. Doesn't actually
do anything yet, but it has the necessary connections to initialization
and so forth.  Make some gestures towards allowing number of blocks in
a relation to be BlockNumber, ie, unsigned int, rather than signed int.
(I doubt I got all the places that are sloppy about it, yet.)  On the
way, replace the hardwired NLOCKS_PER_XACT fudge factor with a GUC
variable.
2001-06-27 23:31:40 +00:00
..
catcache.c Statistical system views (yet without the config stuff, but 2001-06-22 19:16:24 +00:00
fcache.c pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
inval.c Clean up some longstanding problems in shared-cache invalidation. 2001-06-19 19:42:16 +00:00
lsyscache.c has_table_privilege functions from Joe Conway (with some kibitzing from 2001-06-14 01:09:22 +00:00
Makefile Fix relative path references so that make knowns which dependencies refer 2000-08-31 16:12:35 +00:00
rel.c Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00
relcache.c Install infrastructure for shared-memory free space map. Doesn't actually 2001-06-27 23:31:40 +00:00
syscache.c Do some restructuring to improve performance of the catcaches. Teach 2001-06-18 03:35:07 +00:00
temprel.c pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00