logical changeset generation v6

Поиск
Список
Период
Сортировка
От Andres Freund
Тема logical changeset generation v6
Дата
Msg-id 20130914204913.GA4071@awork2.anarazel.de
обсуждение исходный текст
Ответы Re: logical changeset generation v6  (Peter Eisentraut <peter_e@gmx.net>)
Re: logical changeset generation v6  (Peter Eisentraut <peter_e@gmx.net>)
Re: logical changeset generation v6.1  (Andres Freund <andres@2ndquadrant.com>)
Re: logical changeset generation v6.2  (Andres Freund <andres@2ndquadrant.com>)
Re: logical changeset generation v6.4  (Andres Freund <andres@2ndquadrant.com>)
Re: logical changeset generation v6.5  (Andres Freund <andres@2ndquadrant.com>)
Re: logical changeset generation v6.6  (Andres Freund <andres@2ndquadrant.com>)
Список pgsql-hackers
Hi!

Attached you can find the newest version of the logical changeset
generation patchset. Reduced by a couple of patches because the have
been committed last round. Hurray! and thanks.

The explanation of how to use the patch from last time:
http://archives.postgresql.org/message-id/20130614224817.GA19641%40awork2.anarazel.de
still holds true, so I am not going to repeat it here.

The individual patches are:
0001 wal_decoding: Allow walsender's to connect to a specific database
    One logical decoding operation can only decode content from one
    database at a time. Because of that the walsender needs to connect
    to a specific database. The earlier "replication=on/off" parameter
    now also has a valid parameter "database" which allows that.

0002 wal_decoding: Log xl_running_xact's at a higher frequency than checkpoints are done
    Imo relatively unproblematic and even useful without changeset extraction.

0003 wal_decoding: Add information about a tables primary key to struct RelationData
    Not much comments on this in the past. Kevin thinks we might want to
    choose the best candidate key in a more elaborate manner.

0004 wal_decoding: Introduce wal decoding via catalog timetravel
    The actual feature. Got cleaned up and shrunk since the last submission.

0005 wal_decoding: test_decoding: Add a simple decoding module in contrib
    Example output plugin that's also used for testing.

0006 wal_decoding: pg_receivellog: Introduce pg_receivexlog equivalent for logical changes
    Commandline utility to receive the changestream and manipulate slots.

0007 wal_decoding: test_logical_decoding: Add extension for easier testing of logical decoding
    Allows to not only create and destroy logical slots which is part of
    0005, but also receive the changestream via an SQL SRF.

Greetings,

Andres Freund

--
 Andres Freund                       http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services


--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Marko Tiikkaja
Дата:
Сообщение: Re: Assertions in PL/PgSQL
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: Assertions in PL/PgSQL