pgsql: Update time zone data files to tzdata release 2020c.

2020-10-16 Thread Tom Lane
Update time zone data files to tzdata release 2020c. DST law changes in Morocco, Canadian Yukon, Fiji, Macquarie Island, Casey Station (Antarctica). Historical corrections for France, Hungary, Monaco. Branch -- REL_13_STABLE Details --- https://git.postgresql.org/pg/commitdiff/3f26dca76

pgsql: Sync our copy of the timezone library with IANA release tzcode20

2020-10-16 Thread Tom Lane
Sync our copy of the timezone library with IANA release tzcode2020c. This changes zic's default output format from "-b fat" to "-b slim". We were already using "slim" in v13/HEAD, so those branches drop the explicit -b switch in the Makefiles. Instead, add an explicit "-b fat" in v12 and before,

pgsql: Update time zone data files to tzdata release 2020c.

2020-10-16 Thread Tom Lane
Update time zone data files to tzdata release 2020c. DST law changes in Morocco, Canadian Yukon, Fiji, Macquarie Island, Casey Station (Antarctica). Historical corrections for France, Hungary, Monaco. Branch -- REL9_6_STABLE Details --- https://git.postgresql.org/pg/commitdiff/13dbf4ab8

pgsql: Update time zone data files to tzdata release 2020c.

2020-10-16 Thread Tom Lane
Update time zone data files to tzdata release 2020c. DST law changes in Morocco, Canadian Yukon, Fiji, Macquarie Island, Casey Station (Antarctica). Historical corrections for France, Hungary, Monaco. Branch -- REL9_5_STABLE Details --- https://git.postgresql.org/pg/commitdiff/c8cb243cb

pgsql: Update time zone data files to tzdata release 2020c.

2020-10-16 Thread Tom Lane
Update time zone data files to tzdata release 2020c. DST law changes in Morocco, Canadian Yukon, Fiji, Macquarie Island, Casey Station (Antarctica). Historical corrections for France, Hungary, Monaco. Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/c4a803ac7e7539d5

pgsql: Update time zone data files to tzdata release 2020c.

2020-10-16 Thread Tom Lane
Update time zone data files to tzdata release 2020c. DST law changes in Morocco, Canadian Yukon, Fiji, Macquarie Island, Casey Station (Antarctica). Historical corrections for France, Hungary, Monaco. Branch -- REL_10_STABLE Details --- https://git.postgresql.org/pg/commitdiff/aae4097b0

pgsql: Sync our copy of the timezone library with IANA release tzcode20

2020-10-16 Thread Tom Lane
Sync our copy of the timezone library with IANA release tzcode2020c. This changes zic's default output format from "-b fat" to "-b slim". We were already using "slim" in v13/HEAD, so those branches drop the explicit -b switch in the Makefiles. Instead, add an explicit "-b fat" in v12 and before,

pgsql: Sync our copy of the timezone library with IANA release tzcode20

2020-10-16 Thread Tom Lane
Sync our copy of the timezone library with IANA release tzcode2020c. This changes zic's default output format from "-b fat" to "-b slim". We were already using "slim" in v13/HEAD, so those branches drop the explicit -b switch in the Makefiles. Instead, add an explicit "-b fat" in v12 and before,

pgsql: Sync our copy of the timezone library with IANA release tzcode20

2020-10-16 Thread Tom Lane
Sync our copy of the timezone library with IANA release tzcode2020c. This changes zic's default output format from "-b fat" to "-b slim". We were already using "slim" in v13/HEAD, so those branches drop the explicit -b switch in the Makefiles. Instead, add an explicit "-b fat" in v12 and before,

pgsql: Update time zone data files to tzdata release 2020c.

2020-10-16 Thread Tom Lane
Update time zone data files to tzdata release 2020c. DST law changes in Morocco, Canadian Yukon, Fiji, Macquarie Island, Casey Station (Antarctica). Historical corrections for France, Hungary, Monaco. Branch -- REL_12_STABLE Details --- https://git.postgresql.org/pg/commitdiff/b39c94097

pgsql: Sync our copy of the timezone library with IANA release tzcode20

2020-10-16 Thread Tom Lane
Sync our copy of the timezone library with IANA release tzcode2020c. This changes zic's default output format from "-b fat" to "-b slim". We were already using "slim" in v13/HEAD, so those branches drop the explicit -b switch in the Makefiles. Instead, add an explicit "-b fat" in v12 and before,

pgsql: Sync our copy of the timezone library with IANA release tzcode20

2020-10-16 Thread Tom Lane
Sync our copy of the timezone library with IANA release tzcode2020c. This changes zic's default output format from "-b fat" to "-b slim". We were already using "slim" in v13/HEAD, so those branches drop the explicit -b switch in the Makefiles. Instead, add an explicit "-b fat" in v12 and before,

pgsql: Sync our copy of the timezone library with IANA release tzcode20

2020-10-16 Thread Tom Lane
Sync our copy of the timezone library with IANA release tzcode2020c. This changes zic's default output format from "-b fat" to "-b slim". We were already using "slim" in v13/HEAD, so those branches drop the explicit -b switch in the Makefiles. Instead, add an explicit "-b fat" in v12 and before,

pgsql: Update time zone data files to tzdata release 2020c.

2020-10-16 Thread Tom Lane
Update time zone data files to tzdata release 2020c. DST law changes in Morocco, Canadian Yukon, Fiji, Macquarie Island, Casey Station (Antarctica). Historical corrections for France, Hungary, Monaco. Branch -- REL_11_STABLE Details --- https://git.postgresql.org/pg/commitdiff/2b9166dbc

pgsql: Add missing error check in pgcrypto/crypt-md5.c.

2020-10-16 Thread Tom Lane
Add missing error check in pgcrypto/crypt-md5.c. In theory, the second px_find_digest call in px_crypt_md5 could fail even though the first one succeeded, since resource allocation is required. Don't skip testing for a failure. (If one did happen, the likely result would be a crash rather than c

pgsql: Add missing error check in pgcrypto/crypt-md5.c.

2020-10-16 Thread Tom Lane
Add missing error check in pgcrypto/crypt-md5.c. In theory, the second px_find_digest call in px_crypt_md5 could fail even though the first one succeeded, since resource allocation is required. Don't skip testing for a failure. (If one did happen, the likely result would be a crash rather than c

pgsql: Add missing error check in pgcrypto/crypt-md5.c.

2020-10-16 Thread Tom Lane
Add missing error check in pgcrypto/crypt-md5.c. In theory, the second px_find_digest call in px_crypt_md5 could fail even though the first one succeeded, since resource allocation is required. Don't skip testing for a failure. (If one did happen, the likely result would be a crash rather than c

pgsql: Add missing error check in pgcrypto/crypt-md5.c.

2020-10-16 Thread Tom Lane
Add missing error check in pgcrypto/crypt-md5.c. In theory, the second px_find_digest call in px_crypt_md5 could fail even though the first one succeeded, since resource allocation is required. Don't skip testing for a failure. (If one did happen, the likely result would be a crash rather than c

pgsql: Add missing error check in pgcrypto/crypt-md5.c.

2020-10-16 Thread Tom Lane
Add missing error check in pgcrypto/crypt-md5.c. In theory, the second px_find_digest call in px_crypt_md5 could fail even though the first one succeeded, since resource allocation is required. Don't skip testing for a failure. (If one did happen, the likely result would be a crash rather than c

pgsql: Add missing error check in pgcrypto/crypt-md5.c.

2020-10-16 Thread Tom Lane
Add missing error check in pgcrypto/crypt-md5.c. In theory, the second px_find_digest call in px_crypt_md5 could fail even though the first one succeeded, since resource allocation is required. Don't skip testing for a failure. (If one did happen, the likely result would be a crash rather than c

pgsql: Add missing error check in pgcrypto/crypt-md5.c.

2020-10-16 Thread Tom Lane
Add missing error check in pgcrypto/crypt-md5.c. In theory, the second px_find_digest call in px_crypt_md5 could fail even though the first one succeeded, since resource allocation is required. Don't skip testing for a failure. (If one did happen, the likely result would be a crash rather than c

pgsql: Doc: tweak column widths in synchronous-commit-matrix table.

2020-10-16 Thread Tom Lane
Doc: tweak column widths in synchronous-commit-matrix table. Commit a97e85f2b caused "exceed the available area" warnings in PDF builds. Fine-tune colwidth values to avoid that. Back-patch to 9.6, like the prior patch. (This is of dubious value before v13, since we were far from free of such wa

pgsql: Doc: tweak column widths in synchronous-commit-matrix table.

2020-10-16 Thread Tom Lane
Doc: tweak column widths in synchronous-commit-matrix table. Commit a97e85f2b caused "exceed the available area" warnings in PDF builds. Fine-tune colwidth values to avoid that. Back-patch to 9.6, like the prior patch. (This is of dubious value before v13, since we were far from free of such wa

pgsql: Doc: tweak column widths in synchronous-commit-matrix table.

2020-10-16 Thread Tom Lane
Doc: tweak column widths in synchronous-commit-matrix table. Commit a97e85f2b caused "exceed the available area" warnings in PDF builds. Fine-tune colwidth values to avoid that. Back-patch to 9.6, like the prior patch. (This is of dubious value before v13, since we were far from free of such wa

pgsql: Doc: tweak column widths in synchronous-commit-matrix table.

2020-10-16 Thread Tom Lane
Doc: tweak column widths in synchronous-commit-matrix table. Commit a97e85f2b caused "exceed the available area" warnings in PDF builds. Fine-tune colwidth values to avoid that. Back-patch to 9.6, like the prior patch. (This is of dubious value before v13, since we were far from free of such wa

pgsql: Doc: tweak column widths in synchronous-commit-matrix table.

2020-10-16 Thread Tom Lane
Doc: tweak column widths in synchronous-commit-matrix table. Commit a97e85f2b caused "exceed the available area" warnings in PDF builds. Fine-tune colwidth values to avoid that. Back-patch to 9.6, like the prior patch. (This is of dubious value before v13, since we were far from free of such wa

pgsql: Doc: tweak column widths in synchronous-commit-matrix table.

2020-10-16 Thread Tom Lane
Doc: tweak column widths in synchronous-commit-matrix table. Commit a97e85f2b caused "exceed the available area" warnings in PDF builds. Fine-tune colwidth values to avoid that. Back-patch to 9.6, like the prior patch. (This is of dubious value before v13, since we were far from free of such wa