pgsql: Translation updates

2020-08-10 Thread Peter Eisentraut
Translation updates Source-Git-URL: https://git.postgresql.org/git/pgtranslation/messages.git Source-Git-Hash: 444a6779aafc552ac452715caa65cfca0e723073 Branch -- REL_12_STABLE Details --- https://git.postgresql.org/pg/commitdiff/6346761154e1ab065aea65b52aaa3903059b39f6 Modified Files --

pgsql: Translation updates

2020-08-10 Thread Peter Eisentraut
Translation updates Source-Git-URL: https://git.postgresql.org/git/pgtranslation/messages.git Source-Git-Hash: 86ad96e347cbe45a6f0c560eccf8e7cf1b480dac Branch -- REL_10_STABLE Details --- https://git.postgresql.org/pg/commitdiff/d112c8755007d8a12b4566b8c09ef81fd154fa10 Modified Files --

pgsql: Translation updates

2020-08-10 Thread Peter Eisentraut
Translation updates Source-Git-URL: https://git.postgresql.org/git/pgtranslation/messages.git Source-Git-Hash: f7a31187f2c0d0988e21cb6f3d788957c5d59fd8 Branch -- REL9_6_STABLE Details --- https://git.postgresql.org/pg/commitdiff/145d2970483c66190b353b3826c293f39642665b Modified Files --

pgsql: Translation updates

2020-08-10 Thread Peter Eisentraut
Translation updates Source-Git-URL: https://git.postgresql.org/git/pgtranslation/messages.git Source-Git-Hash: 62652e0731507ea1a76c621e3340e23ef85abbc3 Branch -- REL9_5_STABLE Details --- https://git.postgresql.org/pg/commitdiff/76fe7ba5d8f09651751a91e357c13b8795e6e26c Modified Files --

pgsql: Translation updates

2020-08-10 Thread Peter Eisentraut
Translation updates Source-Git-URL: https://git.postgresql.org/git/pgtranslation/messages.git Source-Git-Hash: 62fe7952a0a484231828d36e40afe14de4edfc9f Branch -- REL_11_STABLE Details --- https://git.postgresql.org/pg/commitdiff/e06bbe043568199da466a41c6302af0da9ac1495 Modified Files --

pgsql: Translation updates

2020-08-10 Thread Peter Eisentraut
Translation updates Source-Git-URL: https://git.postgresql.org/git/pgtranslation/messages.git Source-Git-Hash: 42620448109473e0d2271f0f0015d3647fbbfff6 Branch -- REL_13_STABLE Details --- https://git.postgresql.org/pg/commitdiff/378bd1ed6e4314a8b8b32c555f73524c2283b016 Modified Files --

pgsql: Move connect.h from fe_utils to src/include/common.

2020-08-10 Thread Noah Misch
Move connect.h from fe_utils to src/include/common. Any libpq client can use the header. Clients include backend components postgres_fdw, dblink, and logical replication apply worker. Back-patch to v10, because another fix needs this. In released branches, just copy the header and keep the orig

pgsql: Move connect.h from fe_utils to src/include/common.

2020-08-10 Thread Noah Misch
Move connect.h from fe_utils to src/include/common. Any libpq client can use the header. Clients include backend components postgres_fdw, dblink, and logical replication apply worker. Back-patch to v10, because another fix needs this. In released branches, just copy the header and keep the orig

pgsql: Move connect.h from fe_utils to src/include/common.

2020-08-10 Thread Noah Misch
Move connect.h from fe_utils to src/include/common. Any libpq client can use the header. Clients include backend components postgres_fdw, dblink, and logical replication apply worker. Back-patch to v10, because another fix needs this. In released branches, just copy the header and keep the orig

pgsql: Move connect.h from fe_utils to src/include/common.

2020-08-10 Thread Noah Misch
Move connect.h from fe_utils to src/include/common. Any libpq client can use the header. Clients include backend components postgres_fdw, dblink, and logical replication apply worker. Back-patch to v10, because another fix needs this. In released branches, just copy the header and keep the orig

pgsql: Move connect.h from fe_utils to src/include/common.

2020-08-10 Thread Noah Misch
Move connect.h from fe_utils to src/include/common. Any libpq client can use the header. Clients include backend components postgres_fdw, dblink, and logical replication apply worker. Back-patch to v10, because another fix needs this. In released branches, just copy the header and keep the orig

pgsql: Stamp 13beta3.

2020-08-10 Thread Tom Lane
Stamp 13beta3. Branch -- REL_13_STABLE Details --- https://git.postgresql.org/pg/commitdiff/1754a71986e806330ac3ab9e8125c902286b829d Modified Files -- configure| 18 +- configure.in | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-)

pgsql: Stamp 12.4.

2020-08-10 Thread Tom Lane
Stamp 12.4. Branch -- REL_12_STABLE Details --- https://git.postgresql.org/pg/commitdiff/0ad348f38ea9aaafe51f9197c8a2498aaec70ff1 Modified Files -- configure| 18 +- configure.in | 2 +- src/include/pg_config.h.win32

pgsql: Stamp 11.9.

2020-08-10 Thread Tom Lane
Stamp 11.9. Branch -- REL_11_STABLE Details --- https://git.postgresql.org/pg/commitdiff/25180875cb90ef18e83ce45697a9a4d4686b552b Modified Files -- configure| 18 +- configure.in | 2 +- doc/bug.template

pgsql: Stamp 10.14.

2020-08-10 Thread Tom Lane
Stamp 10.14. Branch -- REL_10_STABLE Details --- https://git.postgresql.org/pg/commitdiff/a293b42e5274bb563fc10910272f30451f0857fb Modified Files -- configure| 18 +- configure.in | 2 +- doc/bug.template

pgsql: Stamp 9.6.19.

2020-08-10 Thread Tom Lane
Stamp 9.6.19. Branch -- REL9_6_STABLE Details --- https://git.postgresql.org/pg/commitdiff/03f5894b35c044f9b261bd00822ae4f009004871 Modified Files -- configure| 18 +- configure.in | 2 +- doc/bug.template

pgsql: Stamp 9.5.23.

2020-08-10 Thread Tom Lane
Stamp 9.5.23. Branch -- REL9_5_STABLE Details --- https://git.postgresql.org/pg/commitdiff/641d7cf4bc92499fdbf23f3b47112502d5720599 Modified Files -- configure| 18 +- configure.in | 2 +- doc/bug.template

pgsql: Replace remaining StrNCpy() by strlcpy()

2020-08-10 Thread Peter Eisentraut
Replace remaining StrNCpy() by strlcpy() They are equivalent, except that StrNCpy() zero-fills the entire destination buffer instead of providing just one trailing zero. For all but a tiny number of callers, that's just overhead rather than being desirable. Remove StrNCpy() as it is now unused.

pgsql: Improve tab completion of REINDEX in psql

2020-08-10 Thread Michael Paquier
Improve tab completion of REINDEX in psql This allows the tab completion of REINDEX to handle an optional parenthesized list of options. This case is more complicated than VACUUM or ANALYZE because of CONCURRENTLY and the different object types to consider with the reindex. Author: Justin Pryzby