postgresql/src/backend/utils/cache
Alvaro Herrera a3540b0f65 Improve our #include situation by moving pointer types away from the
corresponding struct definitions.  This allows other headers to avoid including
certain highly-loaded headers such as rel.h and relscan.h, instead using just
relcache.h, heapam.h or genam.h, which are more lightweight and thus cause less
unnecessary dependencies.
2008-06-19 00:46:06 +00:00
..
catcache.c Improve our #include situation by moving pointer types away from the 2008-06-19 00:46:06 +00:00
inval.c Improve our #include situation by moving pointer types away from the 2008-06-19 00:46:06 +00:00
lsyscache.c Since createplan.c no longer cares whether index operators are lossy, it has 2008-04-13 20:51:21 +00:00
Makefile Refactor backend makefiles to remove lots of duplicate code 2008-02-19 10:30:09 +00:00
plancache.c Improve snapshot manager by keeping explicit track of snapshots. 2008-05-12 20:02:02 +00:00
relcache.c Restructure some header files a bit, in particular heapam.h, by removing some 2008-05-12 00:00:54 +00:00
syscache.c Improve our #include situation by moving pointer types away from the 2008-06-19 00:46:06 +00:00
ts_cache.c Create new routines systable_beginscan_ordered, systable_getnext_ordered, 2008-04-12 23:14:21 +00:00
typcache.c Improve our #include situation by moving pointer types away from the 2008-06-19 00:46:06 +00:00