Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Update copyright notices for year 2012. | Bruce Momjian | 2012-01-01 |
| | |||
* | Change debug message from ereport to elog | Peter Eisentraut | 2011-07-19 |
| | |||
* | pgindent run before PG 9.1 beta 1. | Bruce Momjian | 2011-04-10 |
| | |||
* | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 |
| | |||
* | Support unlogged tables. | Robert Haas | 2010-12-29 |
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. |