Re: PATCH: logical_work_mem and logical streaming of large in-progress transactions

From: Tomas Vondra <tomas(dot)vondra(at)2ndquadrant(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: PATCH: logical_work_mem and logical streaming of large in-progress transactions
Date: 2018-01-19 14:34:05
Message-ID: bc83b847-2fc7-6561-4ef1-a3c9d154cc31@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Attached is v5, fixing a silly bug in part 0006, causing segfault when
creating a subscription.

regards

--
Tomas Vondra http://www.2ndQuadrant.com
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Attachment Content-Type Size
0001-Introduce-logical_work_mem-to-limit-ReorderBuffer-v5.patch.gz application/gzip 9.9 KB
0002-Issue-XLOG_XACT_ASSIGNMENT-with-wal_level-logical-v5.patch.gz application/gzip 2.7 KB
0003-Issue-individual-invalidations-with-wal_level-log-v5.patch.gz application/gzip 4.8 KB
0004-Extend-the-output-plugin-API-with-stream-methods-v5.patch.gz application/gzip 5.3 KB
0005-Implement-streaming-mode-in-ReorderBuffer-v5.patch.gz application/gzip 10.8 KB
0006-Add-support-for-streaming-to-built-in-replication-v5.patch.gz application/gzip 18.3 KB
0007-Track-statistics-for-streaming-spilling-v5.patch.gz application/gzip 4.3 KB
0008-BUGFIX-make-sure-subxact-is-marked-as-is_known_as-v5.patch.gz application/gzip 570 bytes
0009-BUGFIX-set-final_lsn-for-subxacts-before-cleanup-v5.patch.gz application/gzip 630 bytes

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2018-01-19 14:34:17 Re: Logical Decoding and HeapTupleSatisfiesVacuum assumptions
Previous Message Stephen Frost 2018-01-19 14:28:33 Re: Add default role 'pg_access_server_files'