postgresql/src/tools
Robert Haas e55704d8b2 Add new wal_level, logical, sufficient for logical decoding.
When wal_level=logical, we'll log columns from the old tuple as
configured by the REPLICA IDENTITY facility added in commit
07cacba983.  This makes it possible
a properly-configured logical replication solution to correctly
follow table updates even if they change the chosen key columns,
or, with REPLICA IDENTITY FULL, even if the table has no key at
all.  Note that updates which do not modify the replica identity
column won't log anything extra, making the choice of a good key
(i.e. one that will rarely be changed) important to performance
when wal_level=logical is configured.

Each insert, update, or delete to a catalog table will also log
the CMIN and/or CMAX values of stamped by the current transaction.
This is necessary because logical decoding will require access to
historical snapshots of the catalog in order to decode some data
types, and the CMIN/CMAX values that we may need in order to judge
row visibility may have been overwritten by the time we need them.

Andres Freund, reviewed in various versions by myself, Heikki
Linnakangas, KONDO Mitsumasa, and many others.
2013-12-10 19:01:40 -05:00
..
editors Update Emacs configuration 2013-08-13 20:08:44 -04:00
entab Modernize entab source code 2013-06-19 12:31:26 -04:00
findoidjoins Get rid of pg_class.reltoastidxid. 2013-07-04 03:24:09 +09:00
ifaddrs Update copyrights for 2013 2013-01-01 17:15:01 -05:00
make_diff Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
msvc Fix whitespace 2013-11-13 21:25:52 -05:00
pginclude pgindent run for release 9.3 2013-05-29 16:58:43 -04:00
pgindent Add new wal_level, logical, sufficient for logical decoding. 2013-12-10 19:01:40 -05:00
FAQ2txt Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
RELEASE_CHANGES Fix whitespace issues found by git diff --check, add gitattributes 2013-11-10 14:48:29 -05:00
ccsym Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
check_bison_recursion.pl Update copyrights for 2013 2013-01-01 17:15:01 -05:00
codelines Fix remaining stray references to CVS. 2010-09-22 19:51:39 -04:00
copyright.pl Fix whitespace issues found by git diff --check, add gitattributes 2013-11-10 14:48:29 -05:00
find_badmacros Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
find_static Adjust find_status for newer Linux 'nm' output format. 2012-11-13 21:08:07 -05:00
find_typedef Remove BSD/OS (BSDi) port. There are no known users upgrading to 2012-05-03 10:58:44 -04:00
git-external-diff Add comment to tools/git-external-diff. 2011-03-11 05:06:31 -05:00
git_changelog Increase git_changelog's timestamp_slop from 10 min to 1 day. 2013-12-02 11:33:49 -05:00
make_ctags Mention original ctags option name. 2012-02-24 16:19:18 -05:00
make_etags Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
make_mkid Add another pgdefine path check, and a cvs-git change. 2011-08-26 21:52:35 -04:00
pgtest pgtest: allow passing parameters, e.g. -s/--silent 2013-08-05 19:59:52 -04:00
valgrind.supp Prevent using strncpy with src == dest in TupleDescInitEntry. 2013-10-28 20:49:24 -04:00
version_stamp.pl Stamp HEAD as 9.4devel. 2013-06-14 14:41:28 -04:00
win32tzlist.pl Update copyrights for 2013 2013-01-01 17:15:01 -05:00