postgresql/src/backend/utils/cache
Robert Haas 53dbc27c62 Support unlogged tables.
The contents of an unlogged table are WAL-logged; thus, they are not
available on standby servers and are truncated whenever the database
system enters recovery.  Indexes on unlogged tables are also unlogged.
Unlogged GiST indexes are not currently supported.
2010-12-29 06:48:53 -05:00
..
attoptcache.c Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
catcache.c Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
inval.c Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
lsyscache.c Create core infrastructure for KNNGIST. 2010-12-02 20:51:37 -05:00
Makefile Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
plancache.c Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
relcache.c Support unlogged tables. 2010-12-29 06:48:53 -05:00
relmapper.c Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
spccache.c Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
syscache.c Create the system catalog infrastructure needed for KNNGIST. 2010-11-24 14:22:17 -05:00
ts_cache.c Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
typcache.c Provide hashing support for arrays. 2010-10-30 21:56:11 -04:00