pgsql: Translation updates

2021-02-08 Thread Peter Eisentraut
Translation updates Source-Git-URL: https://git.postgresql.org/git/pgtranslation/messages.git Source-Git-Hash: 1ffd28d39fa86fe118814dba78945fb2e4322ae0 Branch -- REL9_5_STABLE Details --- https://git.postgresql.org/pg/commitdiff/c20a8efa6e2a7374f4cddb76e76213f63b7d7ac5 Modified Files --

pgsql: Translation updates

2021-02-08 Thread Peter Eisentraut
Translation updates Source-Git-URL: https://git.postgresql.org/git/pgtranslation/messages.git Source-Git-Hash: c1022f89a3531073349e8954e4f4fae64fe34552 Branch -- REL9_6_STABLE Details --- https://git.postgresql.org/pg/commitdiff/e641bce57deb2bcbd25f04fe8f56fddaeb7757ea Modified Files --

pgsql: Translation updates

2021-02-08 Thread Peter Eisentraut
Translation updates Source-Git-URL: https://git.postgresql.org/git/pgtranslation/messages.git Source-Git-Hash: 4ddd4dc891ebc9345b4e4542726750189fa3b2d9 Branch -- REL_11_STABLE Details --- https://git.postgresql.org/pg/commitdiff/790567a741cfec6663193084a18890bd05c9e4be Modified Files --

pgsql: Translation updates

2021-02-08 Thread Peter Eisentraut
Translation updates Source-Git-URL: https://git.postgresql.org/git/pgtranslation/messages.git Source-Git-Hash: 08f1c10dca3d7b8efc365107c737b87c1c3a82ee Branch -- REL_12_STABLE Details --- https://git.postgresql.org/pg/commitdiff/73844356cfab995b9314f2a66e1de38bc8365f3f Modified Files --

pgsql: Translation updates

2021-02-08 Thread Peter Eisentraut
Translation updates Source-Git-URL: https://git.postgresql.org/git/pgtranslation/messages.git Source-Git-Hash: dde3cdf8d0aa350a829bda50a0fb498b25ea19d1 Branch -- REL_10_STABLE Details --- https://git.postgresql.org/pg/commitdiff/019a3a90bdde362b3b97c6d8b333bd0cccd37711 Modified Files --

pgsql: Translation updates

2021-02-08 Thread Peter Eisentraut
Translation updates Source-Git-URL: https://git.postgresql.org/git/pgtranslation/messages.git Source-Git-Hash: 0da38e9f43d2b931a5efb3b64aac53c2beccd3b6 Branch -- REL_13_STABLE Details --- https://git.postgresql.org/pg/commitdiff/0f966d56b0d7496663296d56432ac055c8d716b5 Modified Files --

pgsql: Stamp 13.2.

2021-02-08 Thread Tom Lane
Stamp 13.2. Branch -- REL_13_STABLE Details --- https://git.postgresql.org/pg/commitdiff/3fb4c75e857adee3da4386e947ba58a75f3e74b7 Modified Files -- configure| 18 +- configure.in | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-)

pgsql: Stamp 12.6.

2021-02-08 Thread Tom Lane
Stamp 12.6. Branch -- REL_12_STABLE Details --- https://git.postgresql.org/pg/commitdiff/1b9eb7cde7e9cdacd62d206b75ab66bfe6a9a0a4 Modified Files -- configure| 18 +- configure.in | 2 +- src/include/pg_config.h.win32

pgsql: Stamp 11.11.

2021-02-08 Thread Tom Lane
Stamp 11.11. Branch -- REL_11_STABLE Details --- https://git.postgresql.org/pg/commitdiff/db5b64b978290e2c2bb0a18edbf2447c1405ccad Modified Files -- configure| 18 +- configure.in | 2 +- doc/bug.template

pgsql: Stamp 10.16.

2021-02-08 Thread Tom Lane
Stamp 10.16. Branch -- REL_10_STABLE Details --- https://git.postgresql.org/pg/commitdiff/5aa3189116ae8f6099b9f1a374978282e38edd43 Modified Files -- configure| 18 +- configure.in | 2 +- doc/bug.template

pgsql: Stamp 9.6.21.

2021-02-08 Thread Tom Lane
Stamp 9.6.21. Branch -- REL9_6_STABLE Details --- https://git.postgresql.org/pg/commitdiff/43b434edefdae5607000bb044caec1cf5e0c25c4 Modified Files -- configure| 18 +- configure.in | 2 +- doc/bug.template

pgsql: Stamp 9.5.25.

2021-02-08 Thread Tom Lane
Stamp 9.5.25. Branch -- REL9_5_STABLE Details --- https://git.postgresql.org/pg/commitdiff/202c587e2f28bc295f6935d044e20680b627e7a1 Modified Files -- configure| 18 +- configure.in | 2 +- doc/bug.template

pgsql: Correct pgstattuple B-Tree page comments.

2021-02-08 Thread Peter Geoghegan
Correct pgstattuple B-Tree page comments. Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/5fd590021d268190e4c8f377370c7e7f1e7d9229 Modified Files -- contrib/pgstattuple/pgstattuple.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

pgsql: Add option PROCESS_TOAST to VACUUM

2021-02-08 Thread Michael Paquier
Add option PROCESS_TOAST to VACUUM This option controls if toast tables associated with a relation are vacuumed or not when running a manual VACUUM. It was already possible to trigger a manual VACUUM on a toast relation without processing its main relation, but a manual vacuum on a main relation