postgresql/src/backend/access
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
..
common Refactor typenameTypeId() 2010-10-25 21:44:49 +03:00
gin Support unlogged tables. 2010-12-29 06:48:53 -05:00
gist Support unlogged tables. 2010-12-29 06:48:53 -05:00
hash Support unlogged tables. 2010-12-29 06:48:53 -05:00
heap Generalize concept of temporary relations to "relation persistence". 2010-12-13 12:34:26 -05:00
index Create core infrastructure for KNNGIST. 2010-12-02 20:51:37 -05:00
nbtree Support unlogged tables. 2010-12-29 06:48:53 -05:00
transam Support unlogged tables. 2010-12-29 06:48:53 -05:00
Makefile Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00