[COMMITTERS] pgsql: Release notes for 10.1, 9.6.6, 9.5.10, 9.4.15, 9.3.20, 9.2.24.

2017-11-05 Thread Tom Lane
Release notes for 10.1, 9.6.6, 9.5.10, 9.4.15, 9.3.20, 9.2.24. In the v10 branch, also back-patch the effects of 1ff01b390 and c29c57890 on these files, to reduce future maintenance issues. (I'd do it further back, except that the 9.X branches differ anyway due to xlog-to-wal link tag renaming.)

[COMMITTERS] pgsql: Release notes for 10.1, 9.6.6, 9.5.10, 9.4.15, 9.3.20, 9.2.24.

2017-11-05 Thread Tom Lane
Release notes for 10.1, 9.6.6, 9.5.10, 9.4.15, 9.3.20, 9.2.24. In the v10 branch, also back-patch the effects of 1ff01b390 and c29c57890 on these files, to reduce future maintenance issues. (I'd do it further back, except that the 9.X branches differ anyway due to xlog-to-wal link tag renaming.)

[COMMITTERS] pgsql: Release notes for 10.1, 9.6.6, 9.5.10, 9.4.15, 9.3.20, 9.2.24.

2017-11-05 Thread Tom Lane
Release notes for 10.1, 9.6.6, 9.5.10, 9.4.15, 9.3.20, 9.2.24. In the v10 branch, also back-patch the effects of 1ff01b390 and c29c57890 on these files, to reduce future maintenance issues. (I'd do it further back, except that the 9.X branches differ anyway due to xlog-to-wal link tag renaming.)

[COMMITTERS] pgsql: Release notes for 10.1, 9.6.6, 9.5.10, 9.4.15, 9.3.20, 9.2.24.

2017-11-05 Thread Tom Lane
Release notes for 10.1, 9.6.6, 9.5.10, 9.4.15, 9.3.20, 9.2.24. In the v10 branch, also back-patch the effects of 1ff01b390 and c29c57890 on these files, to reduce future maintenance issues. (I'd do it further back, except that the 9.X branches differ anyway due to xlog-to-wal link tag renaming.)

[COMMITTERS] pgsql: Release notes for 10.1, 9.6.6, 9.5.10, 9.4.15, 9.3.20, 9.2.24.

2017-11-05 Thread Tom Lane
Release notes for 10.1, 9.6.6, 9.5.10, 9.4.15, 9.3.20, 9.2.24. In the v10 branch, also back-patch the effects of 1ff01b390 and c29c57890 on these files, to reduce future maintenance issues. (I'd do it further back, except that the 9.X branches differ anyway due to xlog-to-wal link tag renaming.)

[COMMITTERS] pgsql: Release notes for 10.1, 9.6.6, 9.5.10, 9.4.15, 9.3.20, 9.2.24.

2017-11-05 Thread Tom Lane
Release notes for 10.1, 9.6.6, 9.5.10, 9.4.15, 9.3.20, 9.2.24. In the v10 branch, also back-patch the effects of 1ff01b390 and c29c57890 on these files, to reduce future maintenance issues. (I'd do it further back, except that the 9.X branches differ anyway due to xlog-to-wal link tag renaming.)

[COMMITTERS] pgsql: Release notes for 10.1, 9.6.6, 9.5.10, 9.4.15, 9.3.20, 9.2.24.

2017-11-05 Thread Tom Lane
Release notes for 10.1, 9.6.6, 9.5.10, 9.4.15, 9.3.20, 9.2.24. In the v10 branch, also back-patch the effects of 1ff01b390 and c29c57890 on these files, to reduce future maintenance issues. (I'd do it further back, except that the 9.X branches differ anyway due to xlog-to-wal link tag renaming.)

[COMMITTERS] pgsql: Ignore CatalogSnapshot when checking COPY FREEZE prerequisites.

2017-11-05 Thread Noah Misch
Ignore CatalogSnapshot when checking COPY FREEZE prerequisites. This restores the ability, essentially lost in commit ffaa44cb559db332baeee7d25dedd74a61974203, to use COPY FREEZE under REPEATABLE READ isolation. Back-patch to 9.4, like that commit. Reviewed by Tom Lane. Discussion:

[COMMITTERS] pgsql: Ignore CatalogSnapshot when checking COPY FREEZE prerequisites.

2017-11-05 Thread Noah Misch
Ignore CatalogSnapshot when checking COPY FREEZE prerequisites. This restores the ability, essentially lost in commit ffaa44cb559db332baeee7d25dedd74a61974203, to use COPY FREEZE under REPEATABLE READ isolation. Back-patch to 9.4, like that commit. Reviewed by Tom Lane. Discussion:

[COMMITTERS] pgsql: Ignore CatalogSnapshot when checking COPY FREEZE prerequisites.

2017-11-05 Thread Noah Misch
Ignore CatalogSnapshot when checking COPY FREEZE prerequisites. This restores the ability, essentially lost in commit ffaa44cb559db332baeee7d25dedd74a61974203, to use COPY FREEZE under REPEATABLE READ isolation. Back-patch to 9.4, like that commit. Reviewed by Tom Lane. Discussion:

[COMMITTERS] pgsql: Ignore CatalogSnapshot when checking COPY FREEZE prerequisites.

2017-11-05 Thread Noah Misch
Ignore CatalogSnapshot when checking COPY FREEZE prerequisites. This restores the ability, essentially lost in commit ffaa44cb559db332baeee7d25dedd74a61974203, to use COPY FREEZE under REPEATABLE READ isolation. Back-patch to 9.4, like that commit. Reviewed by Tom Lane. Discussion:

[COMMITTERS] pgsql: Ignore CatalogSnapshot when checking COPY FREEZE prerequisites.

2017-11-05 Thread Noah Misch
Ignore CatalogSnapshot when checking COPY FREEZE prerequisites. This restores the ability, essentially lost in commit ffaa44cb559db332baeee7d25dedd74a61974203, to use COPY FREEZE under REPEATABLE READ isolation. Back-patch to 9.4, like that commit. Reviewed by Tom Lane. Discussion:

[COMMITTERS] pgsql: Fix comment

2017-11-05 Thread Magnus Hagander
Fix comment Author: Bernd Helmle Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/86bc521811f381a121817fdfb096df431edb32f5 Modified Files -- src/bin/pg_basebackup/receivelog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[COMMITTERS] pgsql: Add a temp-install prerequisite to "check"-like targets not havi

2017-11-05 Thread Noah Misch
Add a temp-install prerequisite to "check"-like targets not having one. Makefile.global assigns this prerequisite to every target named "check", but similar targets must mention it explicitly. Affected targets failed, tested $PATH binaries, or tested a stale temporary installation. The

[COMMITTERS] pgsql: Add a temp-install prerequisite to "check"-like targets not havi

2017-11-05 Thread Noah Misch
Add a temp-install prerequisite to "check"-like targets not having one. Makefile.global assigns this prerequisite to every target named "check", but similar targets must mention it explicitly. Affected targets failed, tested $PATH binaries, or tested a stale temporary installation. The

[COMMITTERS] pgsql: Add a temp-install prerequisite to "check"-like targets not havi

2017-11-05 Thread Noah Misch
Add a temp-install prerequisite to "check"-like targets not having one. Makefile.global assigns this prerequisite to every target named "check", but similar targets must mention it explicitly. Affected targets failed, tested $PATH binaries, or tested a stale temporary installation. The

[COMMITTERS] pgsql: Add a temp-install prerequisite to "check"-like targets not havi

2017-11-05 Thread Noah Misch
Add a temp-install prerequisite to "check"-like targets not having one. Makefile.global assigns this prerequisite to every target named "check", but similar targets must mention it explicitly. Affected targets failed, tested $PATH binaries, or tested a stale temporary installation. The

[COMMITTERS] pgsql: Translation updates

2017-11-05 Thread Peter Eisentraut
Translation updates Source-Git-URL: git://git.postgresql.org/git/pgtranslation/messages.git Source-Git-Hash: d2182acc2b014c9348a6ab60bfd1ce2576506338 Branch -- REL9_2_STABLE Details --- https://git.postgresql.org/pg/commitdiff/f6a926757e3ebd5efb25e80d47834b57c0919c32 Modified Files

[COMMITTERS] pgsql: Translation updates

2017-11-05 Thread Peter Eisentraut
Translation updates Source-Git-URL: git://git.postgresql.org/git/pgtranslation/messages.git Source-Git-Hash: 64f85a7ee5a763d2eb6e938e1aeb90ed17dbb69f Branch -- REL9_5_STABLE Details --- https://git.postgresql.org/pg/commitdiff/4dc03c8609b5a0ca725a3ee4d6077f23f81461b8 Modified Files

[COMMITTERS] pgsql: Translation updates

2017-11-05 Thread Peter Eisentraut
Translation updates Source-Git-URL: git://git.postgresql.org/git/pgtranslation/messages.git Source-Git-Hash: 8cd11c648f4c98378ff0a2b5e1e92ab54f69a4a5 Branch -- REL9_3_STABLE Details --- https://git.postgresql.org/pg/commitdiff/1ea3f6ae0d1f2805100ce1b2e1d7e86f63b1f17b Modified Files

[COMMITTERS] pgsql: Translation updates

2017-11-05 Thread Peter Eisentraut
Translation updates Source-Git-URL: git://git.postgresql.org/git/pgtranslation/messages.git Source-Git-Hash: d30de5903d6837e6e5bb01b9ec6db0da10276077 Branch -- REL9_4_STABLE Details --- https://git.postgresql.org/pg/commitdiff/d4fcc0ceaa9029267c8605d79049e24e6fc0551b Modified Files

[COMMITTERS] pgsql: Translation updates

2017-11-05 Thread Peter Eisentraut
Translation updates Source-Git-URL: git://git.postgresql.org/git/pgtranslation/messages.git Source-Git-Hash: 58ffddb2eb9d9b32697223abc420d3e53b884b60 Branch -- REL_10_STABLE Details --- https://git.postgresql.org/pg/commitdiff/8135c3cd057415bc80fbfcf0d8f1134d8f4efc12 Modified Files

[COMMITTERS] pgsql: Translation updates

2017-11-05 Thread Peter Eisentraut
Translation updates Source-Git-URL: git://git.postgresql.org/git/pgtranslation/messages.git Source-Git-Hash: 078119e4b862f81bbb7207eff6788efc99ec4d97 Branch -- REL9_6_STABLE Details --- https://git.postgresql.org/pg/commitdiff/4077723cbf0900776a8424d0a65474f0635afe45 Modified Files