Re: changeset generation v5-01 - Patches & git tree

From: Andres Freund <andres(at)2ndquadrant(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: changeset generation v5-01 - Patches & git tree
Date: 2013-06-14 22:51:47
Message-ID: 20130614225147.GB19641@awork2.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

The git tree is at:
git://git.postgresql.org/git/users/andresfreund/postgres.git branch xlog-decoding-rebasing-cf4
http://git.postgresql.org/gitweb/?p=users/andresfreund/postgres.git;a=shortlog;h=refs/heads/xlog-decoding-rebasing-cf4

On 2013-06-15 00:48:17 +0200, Andres Freund wrote:
> Overview of the attached patches:
> 0001: indirect toast tuples; required but submitted independently
> 0002: functions for testing; not required,
> 0003: (tablespace, filenode) syscache; required
> 0004: RelationMapFilenodeToOid: required, simple
> 0005: pg_relation_by_filenode() function; not required but useful
> 0006: Introduce InvalidCommandId: required, simple
> 0007: Adjust Satisfies* interface: required, mechanical,
> 0008: Allow walsender to attach to a database: required, needs review
> 0009: New GetOldestXmin() parameter; required, pretty boring
> 0010: Log xl_running_xact regularly in the bgwriter: required
> 0011: make fsync_fname() public; required, needs to be in a different file
> 0012: Relcache support for an Relation's primary key: required
> 0013: Actual changeset extraction; required
> 0014: Output plugin demo; not required (except for testing) but useful
> 0015: Add pg_receivellog program: not required but useful
> 0016: Add test_logical_decoding extension; not required, but contains
> the tests for the feature. Uses 0014
> 0017: Snapshot building docs; not required

Version v5-01 attached

Greetings,

Andres Freund

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

Attachment Content-Type Size
0001-Add-support-for-multiple-kinds-of-external-toast-dat.patch text/x-patch 15.9 KB
0002-wal_decoding-Add-pg_xlog_wait_remote_-apply-receive-.patch text/x-patch 4.0 KB
0003-wal_decoding-Add-a-new-RELFILENODE-syscache-to-fetch.patch text/x-patch 2.7 KB
0004-wal_decoding-Add-RelationMapFilenodeToOid-function-t.patch text/x-patch 2.7 KB
0005-wal_decoding-Add-pg_relation_by_filenode-to-lookup-u.patch text/x-patch 6.3 KB
0006-wal_decoding-Introduce-InvalidCommandId-and-declare-.patch text/x-patch 1.8 KB
0007-wal_decoding-Adjust-all-Satisfies-routines-to-take-a.patch text/x-patch 18.7 KB
0008-wal_decoding-Allow-walsender-s-to-connect-to-a-speci.patch text/x-patch 7.9 KB
0009-wal_decoding-Add-alreadyLocked-parameter-to-GetOldes.patch text/x-patch 6.8 KB
0010-wal_decoding-Log-xl_running_xact-s-at-a-higher-frequ.patch text/x-patch 6.3 KB
0011-wal_decoding-copydir-make-fsync_fname-public.patch text/x-patch 1.5 KB
0012-wal_decoding-Add-information-about-a-tables-primary-.patch text/x-patch 4.2 KB
0013-wal_decoding-Introduce-wal-decoding-via-catalog-time.patch text/x-patch 332.2 KB
0014-wal_decoding-test_decoding-Add-a-simple-decoding-mod.patch text/x-patch 10.1 KB
0015-wal_decoding-pg_receivellog-Introduce-pg_receivexlog.patch text/x-patch 24.6 KB
0016-wal_decoding-test_logical_decoding-Add-extension-for.patch text/x-patch 379.4 KB
0017-wal_decoding-design-document-v2.4-and-snapshot-build.patch text/x-patch 38.9 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alexander Korotkov 2013-06-14 22:55:17 GIN improvements part2: fast scan
Previous Message Andres Freund 2013-06-14 22:48:17 logical changeset generation v5