pgsql: Translation updates

2023-05-08 Thread Peter Eisentraut
Translation updates Source-Git-URL: https://git.postgresql.org/git/pgtranslation/messages.git Source-Git-Hash: 065d7cf91c92e3fcda94bad2003377c0d455ca33 Branch -- REL_11_STABLE Details --- https://git.postgresql.org/pg/commitdiff/625acd098b98fb955473bf87c78f49afd20eb7c9 Modified Files --

pgsql: Translation updates

2023-05-08 Thread Peter Eisentraut
Translation updates Source-Git-URL: https://git.postgresql.org/git/pgtranslation/messages.git Source-Git-Hash: 5880bed52cbf5fb44921c4a42b23e3251575dcdb Branch -- REL_13_STABLE Details --- https://git.postgresql.org/pg/commitdiff/c8cdde66de612e3694ed8e17d581487f5d71becd Modified Files --

pgsql: Translation updates

2023-05-08 Thread Peter Eisentraut
Translation updates Source-Git-URL: https://git.postgresql.org/git/pgtranslation/messages.git Source-Git-Hash: fcdead94ee7316c716c08d25a59e8ddc083b28a9 Branch -- REL_15_STABLE Details --- https://git.postgresql.org/pg/commitdiff/8229bfe91def5878b498996ab24b62950edd9e40 Modified Files --

pgsql: Translation updates

2023-05-08 Thread Peter Eisentraut
Translation updates Source-Git-URL: https://git.postgresql.org/git/pgtranslation/messages.git Source-Git-Hash: 0ef8754efd61f40389ef749bb6ffecd6abc1555b Branch -- REL_14_STABLE Details --- https://git.postgresql.org/pg/commitdiff/76a3e1d7a8cb66a6f5f827623b37ea7bb22c1970 Modified Files --

pgsql: Translation updates

2023-05-08 Thread Peter Eisentraut
Translation updates Source-Git-URL: https://git.postgresql.org/git/pgtranslation/messages.git Source-Git-Hash: 438a2f5d29665ae0dd54f5ccd4f73f1360530c82 Branch -- REL_12_STABLE Details --- https://git.postgresql.org/pg/commitdiff/93f9b3766b787c8169b8c493be3a17eae8a83fed Modified Files --

pgsql: ICU: do not convert locale 'C' to 'en-US-u-va-posix'.

2023-05-08 Thread Jeff Davis
ICU: do not convert locale 'C' to 'en-US-u-va-posix'. The conversion was intended to be for convenience, but it's more likely to be confusing than useful. The user can still directly specify 'en-US-u-va-posix' if desired. Discussion: https://postgr.es/m/f83f089ee1e9acd5dbbbf3353294d24e1f196e95.

pgsql: Doc: update VACUUM FREEZE query conflict guidance.

2023-05-08 Thread Peter Geoghegan
Doc: update VACUUM FREEZE query conflict guidance. Commit 1de58df4, which added page-level freezing, taught VACUUM to reuse each page's "set-visibility-map" snapshotConflictHorizon for freezing (at least in the vast majority of cases where freezing went ahead). This made VACUUM FREEZE much less pr

pgsql: Stamp 15.3.

2023-05-08 Thread Tom Lane
Stamp 15.3. Branch -- REL_15_STABLE Details --- https://git.postgresql.org/pg/commitdiff/8382864eb5c9f9ebe962ac20b3392be5ae304d23 Modified Files -- configure| 18 +- configure.ac | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-)

pgsql: Stamp 14.8.

2023-05-08 Thread Tom Lane
Stamp 14.8. Branch -- REL_14_STABLE Details --- https://git.postgresql.org/pg/commitdiff/b6cf730e80e8571066c0ce76e76ce99b9144c149 Modified Files -- configure| 18 +- configure.ac | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-)

pgsql: Stamp 13.11.

2023-05-08 Thread Tom Lane
Stamp 13.11. Branch -- REL_13_STABLE Details --- https://git.postgresql.org/pg/commitdiff/2faab87390b03929a8cbb5a9336a04faa45a27c5 Modified Files -- configure| 18 +- configure.in | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-)

pgsql: Stamp 12.15.

2023-05-08 Thread Tom Lane
Stamp 12.15. Branch -- REL_12_STABLE Details --- https://git.postgresql.org/pg/commitdiff/117dd58fd9cd01e661a2c36977e16a2722306a6d Modified Files -- configure| 18 +- configure.in | 2 +- src/include/pg_config.h.win32

pgsql: Stamp 11.20.

2023-05-08 Thread Tom Lane
Stamp 11.20. Branch -- REL_11_STABLE Details --- https://git.postgresql.org/pg/commitdiff/f96e531b1c079ae148b927a204845c7150a573f8 Modified Files -- configure| 18 +- configure.in | 2 +- doc/bug.template

pgsql: Revert "ICU: do not convert locale 'C' to 'en-US-u-va-posix'."

2023-05-08 Thread Jeff Davis
Revert "ICU: do not convert locale 'C' to 'en-US-u-va-posix'." This reverts commit f7faa9976cc0504c027a20ed66ceca9018041dd4. Discussion: https://postgr.es/m/483826.1683582...@sss.pgh.pa.us Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/455f948b0d03a556533a7e4a1a8a

pgsql: Fix invalid memory access during the shutdown of the parallel ap

2023-05-08 Thread Amit Kapila
Fix invalid memory access during the shutdown of the parallel apply worker. The callback function pa_shutdown() accesses MyLogicalRepWorker which may not be initialized if there is an error during the initialization of the parallel apply worker. The other problem is that by the time it is invoked