postgresql/src
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
..
backend Support unlogged tables. 2010-12-29 06:48:53 -05:00
bin Support unlogged tables. 2010-12-29 06:48:53 -05:00
include Support unlogged tables. 2010-12-29 06:48:53 -05:00
interfaces Fix ill-advised placement of PGRES_COPY_BOTH enum value. 2010-12-28 11:02:10 -05:00
makefiles Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
pl Corrections to patch adding SQL/MED error codes. 2010-12-26 21:35:25 -05:00
port Remove optreset from src/port/ implementations of getopt and getopt_long. 2010-12-16 16:23:05 -05:00
template
test Add REPLICATION privilege for ROLEs 2010-12-29 11:05:03 +01:00
timezone Update time zone data files to tzdata release 2010o: DST law changes in 2010-12-13 12:45:31 -05:00
tools Remove -fno-operator-names switch from cpluspluscheck. 2010-12-27 15:03:24 -05:00
tutorial Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
.gitignore Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:04 +02:00
bcc32.mak Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
DEVELOPERS
Makefile Additional fixes for parallel make 2010-11-17 08:08:41 +02:00
Makefile.global.in Only build in crashdump support on Windows if there's a working dbghelp.h. 2010-12-26 10:34:47 -05:00
Makefile.shlib Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
nls-global.mk
win32.mak Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00