postgresql/src/tools
Robert Haas 858ec11858 Introduce replication slots.
Replication slots are a crash-safe data structure which can be created
on either a master or a standby to prevent premature removal of
write-ahead log segments needed by a standby, as well as (with
hot_standby_feedback=on) pruning of tuples whose removal would cause
replication conflicts.  Slots have some advantages over existing
techniques, as explained in the documentation.

In a few places, we refer to the type of replication slots introduced
by this patch as "physical" slots, because forthcoming patches for
logical decoding will also have slots, but with somewhat different
properties.

Andres Freund and Robert Haas
2014-01-31 22:45:36 -05:00
..
editors Update Emacs configuration 2013-08-13 20:08:44 -04:00
entab entab: add new options 2014-01-31 11:05:21 -05:00
findoidjoins Update copyright for 2014 2014-01-07 16:05:30 -05:00
ifaddrs Update copyright for 2014 2014-01-07 16:05:30 -05:00
make_diff Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
msvc Provide for client-only installs with MSVC. 2014-01-26 17:03:13 -05:00
pginclude pgindent run for release 9.3 2013-05-29 16:58:43 -04:00
pgindent Introduce replication slots. 2014-01-31 22:45:36 -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 copyright for 2014 2014-01-07 16:05:30 -05:00
codelines Fix remaining stray references to CVS. 2010-09-22 19:51:39 -04:00
copyright.pl Update copyright for 2014 2014-01-07 16:05:30 -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 Update copyright for 2014 2014-01-07 16:05:30 -05:00
win32tzlist.pl Update copyright for 2014 2014-01-07 16:05:30 -05:00