[COMMITTERS] pgsql: Fix leaking of small spilled subtransactions during logical deco

2017-06-18 Thread Andres Freund
Fix leaking of small spilled subtransactions during logical decoding. When, during logical decoding, a transaction gets too big, it's contents get spilled to disk. Not just the top-transaction gets spilled, but *also* all of its subtransactions, even if they're not that large themselves. Unfortun

[COMMITTERS] pgsql: Fix leaking of small spilled subtransactions during logical deco

2017-06-18 Thread Andres Freund
Fix leaking of small spilled subtransactions during logical decoding. When, during logical decoding, a transaction gets too big, it's contents get spilled to disk. Not just the top-transaction gets spilled, but *also* all of its subtransactions, even if they're not that large themselves. Unfortun

[COMMITTERS] pgsql: Fix leaking of small spilled subtransactions during logical deco

2017-06-18 Thread Andres Freund
Fix leaking of small spilled subtransactions during logical decoding. When, during logical decoding, a transaction gets too big, it's contents get spilled to disk. Not just the top-transaction gets spilled, but *also* all of its subtransactions, even if they're not that large themselves. Unfortun

[COMMITTERS] pgsql: Fix leaking of small spilled subtransactions during logical deco

2017-06-18 Thread Andres Freund
Fix leaking of small spilled subtransactions during logical decoding. When, during logical decoding, a transaction gets too big, it's contents get spilled to disk. Not just the top-transaction gets spilled, but *also* all of its subtransactions, even if they're not that large themselves. Unfortun

[COMMITTERS] pgsql: Improve PostgreSQL 10.0 release note regarding pg_current_logfil

2017-06-18 Thread Tatsuo Ishii
Improve PostgreSQL 10.0 release note regarding pg_current_logfile(). Author: Yugo Nagata Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/b4166a8df914f56b3b7d2dc1b74897e7525c5cea Modified Files -- doc/src/sgml/release-10.sgml | 2 +- 1 file changed, 1 ins

[COMMITTERS] pgsql: Documentation spell checking and markup improvements

2017-06-18 Thread Peter Eisentraut
Documentation spell checking and markup improvements Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/bbaf9e8f840acb8e4a52dc1809bd2c9b320e9df8 Modified Files -- doc/src/sgml/adminpack.sgml | 2 +- doc/src/sgml/amcheck.sgml | 4 +

[COMMITTERS] pgsql: Fix copy/paste error in docs

2017-06-18 Thread Magnus Hagander
Fix copy/paste error in docs Author: Julien Rouhaud Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/81a4dcf2f2f92dc01ce0cf318dc9fabfb3021bd7 Modified Files -- doc/src/sgml/ref/drop_publication.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(