pgsql: Reorganize format options of psql in alphabetical order

2018-11-05 Thread Michael Paquier
Reorganize format options of psql in alphabetical order This makes the addition of new formats easier, and documentation lookups easier. Author: Daniel Vérité Reviewed-by: Fabien Coelho Discussion: https://postgr.es/m/alpine.DEB.2.20.1803081004241.2916@lancre Branch -- master Details --

pgsql: Switch pg_promote to be parallel-safe

2018-11-05 Thread Michael Paquier
Switch pg_promote to be parallel-safe pg_promote uses nothing relying on a global state, so it is fine to mark it as parallel-safe, conclusion based on a detailed analysis from Robert Haas. This also fixes an inconsistency where pg_proc.dat missed to mark the function with its previous value for

pgsql: Remove dsm_resize() and dsm_remap().

2018-11-05 Thread Thomas Munro
Remove dsm_resize() and dsm_remap(). These interfaces were never used in core, didn't handle failure of posix_fallocate() correctly and weren't supported on all platforms. We agreed to remove them in 12. Author: Thomas Munro Reported-by: Andres Freund Discussion: https://postgr.es/m/CAA4eK1%2B%3

pgsql: Stamp 9.3.25.

2018-11-05 Thread Tom Lane
Stamp 9.3.25. Branch -- REL9_3_STABLE Details --- https://git.postgresql.org/pg/commitdiff/c10bb239d29017ba66eca88a24b84a1d4db36a6c Modified Files -- configure| 18 +- configure.in | 2 +- doc/bug.template

pgsql: Stamp 9.4.20.

2018-11-05 Thread Tom Lane
Stamp 9.4.20. Branch -- REL9_4_STABLE Details --- https://git.postgresql.org/pg/commitdiff/4f0bf3359faee12317808634024627a824d658f5 Modified Files -- configure| 18 +- configure.in | 2 +- doc/bug.template

pgsql: Stamp 9.5.15.

2018-11-05 Thread Tom Lane
Stamp 9.5.15. Branch -- REL9_5_STABLE Details --- https://git.postgresql.org/pg/commitdiff/0b09804544cb51e0d90c874f62a1d600ca9321d6 Modified Files -- configure| 18 +- configure.in | 2 +- doc/bug.template

pgsql: Stamp 9.6.11.

2018-11-05 Thread Tom Lane
Stamp 9.6.11. Branch -- REL9_6_STABLE Details --- https://git.postgresql.org/pg/commitdiff/518d5492911d445b126e9d5c669a83b5cae43e50 Modified Files -- configure| 18 +- configure.in | 2 +- doc/bug.template

pgsql: Stamp 10.6.

2018-11-05 Thread Tom Lane
Stamp 10.6. Branch -- REL_10_STABLE Details --- https://git.postgresql.org/pg/commitdiff/c63d9ebb5940bf3d24a6ecdc300ca9e95e29ddbe Modified Files -- configure| 18 +- configure.in | 2 +- doc/bug.template

pgsql: Stamp 11.1.

2018-11-05 Thread Tom Lane
Stamp 11.1. Branch -- REL_11_STABLE Details --- https://git.postgresql.org/pg/commitdiff/fef63a80bba7048b5a7e642cc5e6a5b9d25589a1 Modified Files -- configure| 18 +- configure.in | 2 +- doc/bug.template

pgsql: Last-minute updates for release notes.

2018-11-05 Thread Tom Lane
Last-minute updates for release notes. I removed the item about the pg_stat_statements change from release-11.sgml, as part of a sweep to delete items already committed in 11.0; but actually we'd best keep it to ensure that people who've pg_upgraded their databases will take the requisite action.

pgsql: Last-minute updates for release notes.

2018-11-05 Thread Tom Lane
Last-minute updates for release notes. I removed the item about the pg_stat_statements change from release-11.sgml, as part of a sweep to delete items already committed in 11.0; but actually we'd best keep it to ensure that people who've pg_upgraded their databases will take the requisite action.

pgsql: Last-minute updates for release notes.

2018-11-05 Thread Tom Lane
Last-minute updates for release notes. I removed the item about the pg_stat_statements change from release-11.sgml, as part of a sweep to delete items already committed in 11.0; but actually we'd best keep it to ensure that people who've pg_upgraded their databases will take the requisite action.

pgsql: Fix copy-paste error in errhint() introduced in 691d79a07933.

2018-11-05 Thread Andres Freund
Fix copy-paste error in errhint() introduced in 691d79a07933. Reported-By: Petr Jelinek Discussion: https://postgr.es/m/c95a620b-34f0-7930-aeb5-f7ab804f2...@2ndquadrant.com Backpatch: 9.4-, like the previous commit Branch -- REL_11_STABLE Details --- https://git.postgresql.org/pg/commit

pgsql: Fix copy-paste error in errhint() introduced in 691d79a07933.

2018-11-05 Thread Andres Freund
Fix copy-paste error in errhint() introduced in 691d79a07933. Reported-By: Petr Jelinek Discussion: https://postgr.es/m/c95a620b-34f0-7930-aeb5-f7ab804f2...@2ndquadrant.com Backpatch: 9.4-, like the previous commit Branch -- REL9_4_STABLE Details --- https://git.postgresql.org/pg/commit

pgsql: Fix copy-paste error in errhint() introduced in 691d79a07933.

2018-11-05 Thread Andres Freund
Fix copy-paste error in errhint() introduced in 691d79a07933. Reported-By: Petr Jelinek Discussion: https://postgr.es/m/c95a620b-34f0-7930-aeb5-f7ab804f2...@2ndquadrant.com Backpatch: 9.4-, like the previous commit Branch -- REL9_5_STABLE Details --- https://git.postgresql.org/pg/commit

pgsql: Fix copy-paste error in errhint() introduced in 691d79a07933.

2018-11-05 Thread Andres Freund
Fix copy-paste error in errhint() introduced in 691d79a07933. Reported-By: Petr Jelinek Discussion: https://postgr.es/m/c95a620b-34f0-7930-aeb5-f7ab804f2...@2ndquadrant.com Backpatch: 9.4-, like the previous commit Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/a3

pgsql: Fix copy-paste error in errhint() introduced in 691d79a07933.

2018-11-05 Thread Andres Freund
Fix copy-paste error in errhint() introduced in 691d79a07933. Reported-By: Petr Jelinek Discussion: https://postgr.es/m/c95a620b-34f0-7930-aeb5-f7ab804f2...@2ndquadrant.com Backpatch: 9.4-, like the previous commit Branch -- REL9_6_STABLE Details --- https://git.postgresql.org/pg/commit

pgsql: Fix copy-paste error in errhint() introduced in 691d79a07933.

2018-11-05 Thread Andres Freund
Fix copy-paste error in errhint() introduced in 691d79a07933. Reported-By: Petr Jelinek Discussion: https://postgr.es/m/c95a620b-34f0-7930-aeb5-f7ab804f2...@2ndquadrant.com Backpatch: 9.4-, like the previous commit Branch -- REL_10_STABLE Details --- https://git.postgresql.org/pg/commit

pgsql: Remove unreferenced pg_opfamily entry.

2018-11-05 Thread Tom Lane
Remove unreferenced pg_opfamily entry. The entry with OID 4035, for GIST jsonb_ops, is unused; apparently it was added in preparation for index support that never materialized. Remove it, and add a regression test case to detect future mistakes of the same kind. Discussion: https://postgr.es/m/17

pgsql: Translation updates

2018-11-05 Thread Peter Eisentraut
Translation updates Source-Git-URL: https://git.postgresql.org/git/pgtranslation/messages.git Source-Git-Hash: fa2a38c6d1759866a6840952dd2fbd71b9a69955 Branch -- REL9_5_STABLE Details --- https://git.postgresql.org/pg/commitdiff/9096bf3e7ec7355f26ccd6c579406c7fd68a0ca2 Modified Files --

pgsql: Translation updates

2018-11-05 Thread Peter Eisentraut
Translation updates Source-Git-URL: https://git.postgresql.org/git/pgtranslation/messages.git Source-Git-Hash: 8e48d753b142594b95b0e149ce0cd5b3317a42cc Branch -- REL9_3_STABLE Details --- https://git.postgresql.org/pg/commitdiff/1394a48db9db1dcc4a02739b228cebf54c4827f2 Modified Files --

pgsql: Translation updates

2018-11-05 Thread Peter Eisentraut
Translation updates Source-Git-URL: https://git.postgresql.org/git/pgtranslation/messages.git Source-Git-Hash: 707f81a8bc147ef576cbddd13069c7ae97c76307 Branch -- REL_11_STABLE Details --- https://git.postgresql.org/pg/commitdiff/af5ab115bce2cacf2bc8e8d5a9674b07c7e89272 Modified Files --

pgsql: Translation updates

2018-11-05 Thread Peter Eisentraut
Translation updates Source-Git-URL: https://git.postgresql.org/git/pgtranslation/messages.git Source-Git-Hash: 4aac9391521d21fdecc378db4750a59795350b33 Branch -- REL_10_STABLE Details --- https://git.postgresql.org/pg/commitdiff/5d846a2dd7b1d3e61f8bb813e1f7b7e1ad18607b Modified Files --

pgsql: Translation updates

2018-11-05 Thread Peter Eisentraut
Translation updates Source-Git-URL: https://git.postgresql.org/git/pgtranslation/messages.git Source-Git-Hash: 23063751d2d17da76d34ddfdead3f633041a6cbe Branch -- REL9_4_STABLE Details --- https://git.postgresql.org/pg/commitdiff/92154ef47730fad0528c48305df8726db1653059 Modified Files --

pgsql: Translation updates

2018-11-05 Thread Peter Eisentraut
Translation updates Source-Git-URL: https://git.postgresql.org/git/pgtranslation/messages.git Source-Git-Hash: 0c3afa7194c2708cf0b1f6f3de858ed69b60abba Branch -- REL9_6_STABLE Details --- https://git.postgresql.org/pg/commitdiff/1dc05482fee545279951af06c3f0a17500b1b41f Modified Files --