[COMMITTERS] pgsql: Stamp 9.2.20.

2017-02-06 Thread Tom Lane
Stamp 9.2.20. Branch -- REL9_2_STABLE Details --- http://git.postgresql.org/pg/commitdiff/06a0f6de31b35b0b11255ca84737d57fe74f3863 Modified Files -- configure| 18 +- configure.in | 2 +- doc/bug.template

[COMMITTERS] pgsql: Stamp 9.3.16.

2017-02-06 Thread Tom Lane
Stamp 9.3.16. Branch -- REL9_3_STABLE Details --- http://git.postgresql.org/pg/commitdiff/6f5e8094c2c0b829e3d00fc1e1656248457e16e6 Modified Files -- configure| 18 +- configure.in | 2 +- doc/bug.template

[COMMITTERS] pgsql: Stamp 9.4.11.

2017-02-06 Thread Tom Lane
Stamp 9.4.11. Branch -- REL9_4_STABLE Details --- http://git.postgresql.org/pg/commitdiff/01306452b1481a73a24fe7396f84797d37269865 Modified Files -- configure| 18 +- configure.in | 2 +- doc/bug.template

[COMMITTERS] pgsql: Stamp 9.5.6.

2017-02-06 Thread Tom Lane
Stamp 9.5.6. Branch -- REL9_5_STABLE Details --- http://git.postgresql.org/pg/commitdiff/bcbbc4cfc9ca163c4a562f24ff9e2fb070647786 Modified Files -- configure| 18 +- configure.in | 2 +- doc/bug.template

[COMMITTERS] pgsql: Stamp 9.6.2.

2017-02-06 Thread Tom Lane
Stamp 9.6.2. Branch -- REL9_6_STABLE Details --- http://git.postgresql.org/pg/commitdiff/6a18e4bc2d13d077c52cf90a4c6ec68343808ba7 Modified Files -- configure| 18 +- configure.in | 2 +- doc/bug.template

[COMMITTERS] pgsql: Release notes for 9.6.2, 9.5.6, 9.4.11, 9.3.16, 9.2.20.

2017-02-06 Thread Tom Lane
Release notes for 9.6.2, 9.5.6, 9.4.11, 9.3.16, 9.2.20. Branch -- REL9_5_STABLE Details --- http://git.postgresql.org/pg/commitdiff/5127c873aa52e574e8b2dd3ebf488e072a81a3ae Modified Files -- doc/src/sgml/release-9.2.sgml | 412 ++ doc/src/sgml/release-9

[COMMITTERS] pgsql: Release notes for 9.6.2, 9.5.6, 9.4.11, 9.3.16, 9.2.20.

2017-02-06 Thread Tom Lane
Release notes for 9.6.2, 9.5.6, 9.4.11, 9.3.16, 9.2.20. Branch -- REL9_4_STABLE Details --- http://git.postgresql.org/pg/commitdiff/59661896228ecd701c8f78ac6663766d740cd39e Modified Files -- doc/src/sgml/release-9.2.sgml | 412 doc/src/sgml/rel

[COMMITTERS] pgsql: Release notes for 9.6.2, 9.5.6, 9.4.11, 9.3.16, 9.2.20.

2017-02-06 Thread Tom Lane
Release notes for 9.6.2, 9.5.6, 9.4.11, 9.3.16, 9.2.20. Branch -- REL9_6_STABLE Details --- http://git.postgresql.org/pg/commitdiff/a822971173e66cde920a0a20352b823cd873db0f Modified Files -- doc/src/sgml/release-9.2.sgml | 412 doc/src/sgml/release-9.3.sgml | 44

[COMMITTERS] pgsql: Release notes for 9.6.2, 9.5.6, 9.4.11, 9.3.16, 9.2.20.

2017-02-06 Thread Tom Lane
Release notes for 9.6.2, 9.5.6, 9.4.11, 9.3.16, 9.2.20. Branch -- REL9_3_STABLE Details --- http://git.postgresql.org/pg/commitdiff/a587f69f658210b76a29b404ab2c0ad8205a0671 Modified Files -- doc/src/sgml/release-9.2.sgml | 412 ++ doc/src/sg

[COMMITTERS] pgsql: Release notes for 9.6.2, 9.5.6, 9.4.11, 9.3.16, 9.2.20.

2017-02-06 Thread Tom Lane
Release notes for 9.6.2, 9.5.6, 9.4.11, 9.3.16, 9.2.20. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/64ee636a5b4dc5796a582bf061d94ca2809f5ef3 Modified Files -- doc/src/sgml/release-9.2.sgml | 412 ++ doc/src/sgml/release-9.3.sgml

[COMMITTERS] pgsql: Release notes for 9.6.2, 9.5.6, 9.4.11, 9.3.16, 9.2.20.

2017-02-06 Thread Tom Lane
Release notes for 9.6.2, 9.5.6, 9.4.11, 9.3.16, 9.2.20. Branch -- REL9_2_STABLE Details --- http://git.postgresql.org/pg/commitdiff/a254f0d461db82dd930a11ea377b74e29ccd0d98 Modified Files -- doc/src/sgml/release-9.2.sgml | 412 ++ 1 file

[COMMITTERS] pgsql: Avoid permission failure in pg_sequences.last_value

2017-02-06 Thread Peter Eisentraut
Avoid permission failure in pg_sequences.last_value Before, reading pg_sequences.last_value would fail unless the user had appropriate sequence permissions, which would make the pg_sequences view cumbersome to use. Instead, return null instead of the real value when there are no permissions. Fro

[COMMITTERS] pgsql: doc: Document sequence function privileges better

2017-02-06 Thread Peter Eisentraut
doc: Document sequence function privileges better Document the privileges required for each of the sequence functions. This was already in the GRANT reference page, but also add it to the function description for easier reference. Branch -- master Details --- http://git.postgresql.org/pg

[COMMITTERS] pgsql: Release note updates.

2017-02-06 Thread Tom Lane
Release note updates. Add item for last-minute CREATE INDEX CONCURRENTLY fix. Repair a couple of misspellings of patch authors' names. Back-branch updates will follow shortly, but I thought I'd commit this separately just to make it more visible. Branch -- master Details --- http://git.

[COMMITTERS] pgsql: Avoid returning stale attribute bitmaps in RelationGetIndexAttrB

2017-02-06 Thread Tom Lane
Avoid returning stale attribute bitmaps in RelationGetIndexAttrBitmap(). The problem with the original coding here is that we might receive (and clear) a relcache invalidation signal for the target relation down inside one of the index_open calls we're doing. Since the target is open, we would no

[COMMITTERS] pgsql: Avoid returning stale attribute bitmaps in RelationGetIndexAttrB

2017-02-06 Thread Tom Lane
Avoid returning stale attribute bitmaps in RelationGetIndexAttrBitmap(). The problem with the original coding here is that we might receive (and clear) a relcache invalidation signal for the target relation down inside one of the index_open calls we're doing. Since the target is open, we would no

[COMMITTERS] pgsql: Avoid returning stale attribute bitmaps in RelationGetIndexAttrB

2017-02-06 Thread Tom Lane
Avoid returning stale attribute bitmaps in RelationGetIndexAttrBitmap(). The problem with the original coding here is that we might receive (and clear) a relcache invalidation signal for the target relation down inside one of the index_open calls we're doing. Since the target is open, we would no

[COMMITTERS] pgsql: Avoid returning stale attribute bitmaps in RelationGetIndexAttrB

2017-02-06 Thread Tom Lane
Avoid returning stale attribute bitmaps in RelationGetIndexAttrBitmap(). The problem with the original coding here is that we might receive (and clear) a relcache invalidation signal for the target relation down inside one of the index_open calls we're doing. Since the target is open, we would no

[COMMITTERS] pgsql: Avoid returning stale attribute bitmaps in RelationGetIndexAttrB

2017-02-06 Thread Tom Lane
Avoid returning stale attribute bitmaps in RelationGetIndexAttrBitmap(). The problem with the original coding here is that we might receive (and clear) a relcache invalidation signal for the target relation down inside one of the index_open calls we're doing. Since the target is open, we would no

[COMMITTERS] pgsql: Avoid returning stale attribute bitmaps in RelationGetIndexAttrB

2017-02-06 Thread Tom Lane
Avoid returning stale attribute bitmaps in RelationGetIndexAttrBitmap(). The problem with the original coding here is that we might receive (and clear) a relcache invalidation signal for the target relation down inside one of the index_open calls we're doing. Since the target is open, we would no

[COMMITTERS] pgsql: Translation updates

2017-02-06 Thread Peter Eisentraut
Translation updates Source-Git-URL: git://git.postgresql.org/git/pgtranslation/messages.git Source-Git-Hash: e7df014526482b9ee2f736d01d09cf979a4e31e2 Branch -- REL9_5_STABLE Details --- http://git.postgresql.org/pg/commitdiff/a7eddfa2282d166872d131b608c1a3dacd47ee5e Modified Files -

[COMMITTERS] pgsql: Translation updates

2017-02-06 Thread Peter Eisentraut
Translation updates Source-Git-URL: git://git.postgresql.org/git/pgtranslation/messages.git Source-Git-Hash: 057c41b7234bc3fb44ea722f297167dbe4ea472c Branch -- REL9_3_STABLE Details --- http://git.postgresql.org/pg/commitdiff/fc7c21f6bf9eec5699e1138e95bf552e26d092f5 Modified Files -

[COMMITTERS] pgsql: Translation updates

2017-02-06 Thread Peter Eisentraut
Translation updates Source-Git-URL: git://git.postgresql.org/git/pgtranslation/messages.git Source-Git-Hash: 7a27441a7432f1a9d12f2b1b517497c73ee5d20d Branch -- REL9_6_STABLE Details --- http://git.postgresql.org/pg/commitdiff/5853b9493510e12d9b82bf8fe3f6a1248027be2b Modified Files -

[COMMITTERS] pgsql: Translation updates

2017-02-06 Thread Peter Eisentraut
Translation updates Source-Git-URL: git://git.postgresql.org/git/pgtranslation/messages.git Source-Git-Hash: 66e504a4b4750a86d02beb03758a81ef9f96a676 Branch -- REL9_2_STABLE Details --- http://git.postgresql.org/pg/commitdiff/e39a63ab02abd4482ffd0b6f22ba5e488fb25b14 Modified Files -

[COMMITTERS] pgsql: Translation updates

2017-02-06 Thread Peter Eisentraut
Translation updates Source-Git-URL: git://git.postgresql.org/git/pgtranslation/messages.git Source-Git-Hash: 13ec5c66ea619ad27f74e5182af5e149aa1cde27 Branch -- REL9_4_STABLE Details --- http://git.postgresql.org/pg/commitdiff/468d108f01efed029221a541eb4ceb2159712f6d Modified Files -

[COMMITTERS] pgsql: doc: Update CREATE DATABASE examples

2017-02-06 Thread Peter Eisentraut
doc: Update CREATE DATABASE examples The example of using CREATE DATABASE with the ENCODING option did not work anymore (except in special circumstances) and did not represent a good general-purpose example, so write some new examples. Reported-by: marc+pg...@milestonerdl.com Branch -- maste

[COMMITTERS] pgsql: Update comment in relcache.c.

2017-02-06 Thread Tom Lane
Update comment in relcache.c. Commit 665d1fad9 introduced rd_pkindex, and made RelationGetIndexList responsible for updating it, but didn't bother to fix RelationGetIndexList's header comment to say so. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/a59318346ef476d3

[COMMITTERS] pgsql: Add missing newline to error messages

2017-02-06 Thread Peter Eisentraut
Add missing newline to error messages Also improve the message style a bit while we're here. Branch -- REL9_5_STABLE Details --- http://git.postgresql.org/pg/commitdiff/cff0d02e8e8e26b67865967c088ef65aaeb2deff Modified Files -- src/bin/pg_dump/pg_dump.c | 6 +++--- 1 file cha

[COMMITTERS] pgsql: Add missing newline to error messages

2017-02-06 Thread Peter Eisentraut
Add missing newline to error messages Also improve the message style a bit while we're here. Branch -- REL9_2_STABLE Details --- http://git.postgresql.org/pg/commitdiff/863e70aa7f4dbfab6d94f6c708986610d62ddce3 Modified Files -- src/bin/pg_dump/pg_dump.c | 2 +- 1 file changed

[COMMITTERS] pgsql: Add missing newline to error messages

2017-02-06 Thread Peter Eisentraut
Add missing newline to error messages Also improve the message style a bit while we're here. Branch -- REL9_4_STABLE Details --- http://git.postgresql.org/pg/commitdiff/2a6bc23299d168dca7878c2dedb80667b11e9936 Modified Files -- src/bin/pg_dump/pg_dump.c | 2 +- 1 file changed

[COMMITTERS] pgsql: Add missing newline to error messages

2017-02-06 Thread Peter Eisentraut
Add missing newline to error messages Also improve the message style a bit while we're here. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/afcb0c97efc58459bcbbe795f42d8b7be414e076 Modified Files -- src/bin/pg_dump/pg_dump.c | 6 +++--- 1 file changed, 3

[COMMITTERS] pgsql: Add missing newline to error messages

2017-02-06 Thread Peter Eisentraut
Add missing newline to error messages Also improve the message style a bit while we're here. Branch -- REL9_6_STABLE Details --- http://git.postgresql.org/pg/commitdiff/d48f273b3144b72e4f6ab1e704e64cc48b4026fa Modified Files -- src/bin/pg_dump/pg_dump.c | 6 +++--- 1 file cha

[COMMITTERS] pgsql: Add missing newline to error messages

2017-02-06 Thread Peter Eisentraut
Add missing newline to error messages Also improve the message style a bit while we're here. Branch -- REL9_3_STABLE Details --- http://git.postgresql.org/pg/commitdiff/4387c9cfe41f6334a8960fc853dc86f9dc5e8a2e Modified Files -- src/bin/pg_dump/pg_dump.c | 2 +- 1 file changed

[COMMITTERS] pgsql: Fix typo also in expected output.

2017-02-06 Thread Heikki Linnakangas
Fix typo also in expected output. Commit 181bdb90ba fixed the typo in the .sql file, but forgot to update the expected output. Branch -- REL9_6_STABLE Details --- http://git.postgresql.org/pg/commitdiff/50baad4433112c60c7c901d0939c009322b6cedb Modified Files -- contrib/sepgs

[COMMITTERS] pgsql: Fix typo also in expected output.

2017-02-06 Thread Heikki Linnakangas
Fix typo also in expected output. Commit 181bdb90ba fixed the typo in the .sql file, but forgot to update the expected output. Branch -- REL9_3_STABLE Details --- http://git.postgresql.org/pg/commitdiff/822115db8f8dfa6cbd3b8b5090b9f7f990cbd402 Modified Files -- contrib/sepgs

[COMMITTERS] pgsql: Fix typo also in expected output.

2017-02-06 Thread Heikki Linnakangas
Fix typo also in expected output. Commit 181bdb90ba fixed the typo in the .sql file, but forgot to update the expected output. Branch -- REL9_5_STABLE Details --- http://git.postgresql.org/pg/commitdiff/8e93e759bbcec69f7e0e778e25aa335e72a50d91 Modified Files -- contrib/sepgs

[COMMITTERS] pgsql: Fix typo also in expected output.

2017-02-06 Thread Heikki Linnakangas
Fix typo also in expected output. Commit 181bdb90ba fixed the typo in the .sql file, but forgot to update the expected output. Branch -- REL9_4_STABLE Details --- http://git.postgresql.org/pg/commitdiff/c01b73336b23e1e6af4b5dc8e115e6eccf4fb3f8 Modified Files -- contrib/sepgs

[COMMITTERS] pgsql: Fix typo also in expected output.

2017-02-06 Thread Heikki Linnakangas
Fix typo also in expected output. Commit 181bdb90ba fixed the typo in the .sql file, but forgot to update the expected output. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/d93b7535a68b03cb8126b930af796af469fdd109 Modified Files -- contrib/sepgsql/expe

[COMMITTERS] pgsql: Fix typo also in expected output.

2017-02-06 Thread Heikki Linnakangas
Fix typo also in expected output. Commit 181bdb90ba fixed the typo in the .sql file, but forgot to update the expected output. Branch -- REL9_2_STABLE Details --- http://git.postgresql.org/pg/commitdiff/16b74c472157527b297d19838dd33e3474287207 Modified Files -- contrib/sepgs

[COMMITTERS] pgsql: Fix typo in variable name.

2017-02-06 Thread Heikki Linnakangas
Fix typo in variable name. Masahiko Sawada Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/d02d985349cad066330786bd38e186a569415751 Modified Files -- src/backend/replication/logical/launcher.c | 8 1 file changed, 4 insertions(+), 4 deletions(-)

[COMMITTERS] pgsql: Fix typos in comments.

2017-02-06 Thread Heikki Linnakangas
Fix typos in comments. Backpatch to all supported versions, where applicable, to make backpatching of future fixes go more smoothly. Josh Soref Discussion: https://www.postgresql.org/message-id/caczqfqcf+5qrztlpgmmosr-b0ye4srwzzw_mo4c_8_b_mtj...@mail.gmail.com Branch -- REL9_4_STABLE Deta

[COMMITTERS] pgsql: Fix typos in comments.

2017-02-06 Thread Heikki Linnakangas
Fix typos in comments. Backpatch to all supported versions, where applicable, to make backpatching of future fixes go more smoothly. Josh Soref Discussion: https://www.postgresql.org/message-id/caczqfqcf+5qrztlpgmmosr-b0ye4srwzzw_mo4c_8_b_mtj...@mail.gmail.com Branch -- REL9_2_STABLE Deta

[COMMITTERS] pgsql: Fix typos in comments.

2017-02-06 Thread Heikki Linnakangas
Fix typos in comments. Backpatch to all supported versions, where applicable, to make backpatching of future fixes go more smoothly. Josh Soref Discussion: https://www.postgresql.org/message-id/caczqfqcf+5qrztlpgmmosr-b0ye4srwzzw_mo4c_8_b_mtj...@mail.gmail.com Branch -- REL9_6_STABLE Deta

[COMMITTERS] pgsql: Fix typos in comments.

2017-02-06 Thread Heikki Linnakangas
Fix typos in comments. Backpatch to all supported versions, where applicable, to make backpatching of future fixes go more smoothly. Josh Soref Discussion: https://www.postgresql.org/message-id/caczqfqcf+5qrztlpgmmosr-b0ye4srwzzw_mo4c_8_b_mtj...@mail.gmail.com Branch -- REL9_3_STABLE Deta

[COMMITTERS] pgsql: Fix typos in comments.

2017-02-06 Thread Heikki Linnakangas
Fix typos in comments. Backpatch to all supported versions, where applicable, to make backpatching of future fixes go more smoothly. Josh Soref Discussion: https://www.postgresql.org/message-id/caczqfqcf+5qrztlpgmmosr-b0ye4srwzzw_mo4c_8_b_mtj...@mail.gmail.com Branch -- REL9_5_STABLE Deta

[COMMITTERS] pgsql: Fix typos in comments.

2017-02-06 Thread Heikki Linnakangas
Fix typos in comments. Backpatch to all supported versions, where applicable, to make backpatching of future fixes go more smoothly. Josh Soref Discussion: https://www.postgresql.org/message-id/caczqfqcf+5qrztlpgmmosr-b0ye4srwzzw_mo4c_8_b_mtj...@mail.gmail.com Branch -- master Details ---