postgresql/src/backend
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
..
access Support unlogged tables. 2010-12-29 06:48:53 -05:00
bootstrap Generalize concept of temporary relations to "relation persistence". 2010-12-13 12:34:26 -05:00
catalog Support unlogged tables. 2010-12-29 06:48:53 -05:00
commands Support unlogged tables. 2010-12-29 06:48:53 -05:00
executor Fix typos. 2010-12-21 17:58:53 -05:00
foreign Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
lib Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
libpq Make GUC variables for syslog and SSL always visible 2010-12-18 16:53:59 +01:00
main Only build in crashdump support on Windows if there's a working dbghelp.h. 2010-12-26 10:34:47 -05:00
nodes Use memcmp() rather than strncmp() when shorter string length is known. 2010-12-21 22:11:40 -05:00
optimizer Fix up handling of simple-form CASE with constant test expression. 2010-12-19 15:30:44 -05:00
parser Support unlogged tables. 2010-12-29 06:48:53 -05:00
po Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
port Only build in crashdump support on Windows if there's a working dbghelp.h. 2010-12-26 10:34:47 -05:00
postmaster Remove unnecessary definition for autovacuum in SignalSomeChildren. 2010-12-17 15:59:19 -03:00
regex Fix comparisons of pointers with zero to compare with NULL instead. 2010-10-29 15:51:52 -04:00
replication Allow bidirectional copy messages in streaming replication mode. 2010-12-11 09:27:37 -05:00
rewrite Object access hook framework, with post-creation hook. 2010-11-25 11:50:13 -05:00
snowball Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
storage Support unlogged tables. 2010-12-29 06:48:53 -05:00
tcop set_ps_display when calling functions via fastpath 2010-12-17 18:51:22 -03:00
tsearch Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
utils Support unlogged tables. 2010-12-29 06:48:53 -05:00
.gitignore Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:04 +02:00
Makefile Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
common.mk Improved parallel make support 2010-11-12 22:15:16 +02:00
nls.mk Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00