[COMMITTERS] pgsql: Update time zone data files to tzdata release 2017c.

2017-10-23 Thread Tom Lane
Update time zone data files to tzdata release 2017c. DST law changes in Fiji, Namibia, Northern Cyprus, Sudan, Tonga, and Turks & Caicos Islands. Historical corrections for Alaska, Apia, Burma, Calcutta, Detroit, Ireland, Namibia, and Pago Pago. Branch -- REL_10_STABLE Details --- https

[COMMITTERS] pgsql: Update time zone data files to tzdata release 2017c.

2017-10-23 Thread Tom Lane
Update time zone data files to tzdata release 2017c. DST law changes in Fiji, Namibia, Northern Cyprus, Sudan, Tonga, and Turks & Caicos Islands. Historical corrections for Alaska, Apia, Burma, Calcutta, Detroit, Ireland, Namibia, and Pago Pago. Branch -- REL9_3_STABLE Details --- https

[COMMITTERS] pgsql: Update time zone data files to tzdata release 2017c.

2017-10-23 Thread Tom Lane
Update time zone data files to tzdata release 2017c. DST law changes in Fiji, Namibia, Northern Cyprus, Sudan, Tonga, and Turks & Caicos Islands. Historical corrections for Alaska, Apia, Burma, Calcutta, Detroit, Ireland, Namibia, and Pago Pago. Branch -- REL9_5_STABLE Details --- https

[COMMITTERS] pgsql: Update time zone data files to tzdata release 2017c.

2017-10-23 Thread Tom Lane
Update time zone data files to tzdata release 2017c. DST law changes in Fiji, Namibia, Northern Cyprus, Sudan, Tonga, and Turks & Caicos Islands. Historical corrections for Alaska, Apia, Burma, Calcutta, Detroit, Ireland, Namibia, and Pago Pago. Branch -- REL9_4_STABLE Details --- https

[COMMITTERS] pgsql: Update time zone data files to tzdata release 2017c.

2017-10-23 Thread Tom Lane
Update time zone data files to tzdata release 2017c. DST law changes in Fiji, Namibia, Northern Cyprus, Sudan, Tonga, and Turks & Caicos Islands. Historical corrections for Alaska, Apia, Burma, Calcutta, Detroit, Ireland, Namibia, and Pago Pago. Branch -- REL9_2_STABLE Details --- https

[COMMITTERS] pgsql: Update time zone data files to tzdata release 2017c.

2017-10-23 Thread Tom Lane
Update time zone data files to tzdata release 2017c. DST law changes in Fiji, Namibia, Northern Cyprus, Sudan, Tonga, and Turks & Caicos Islands. Historical corrections for Alaska, Apia, Burma, Calcutta, Detroit, Ireland, Namibia, and Pago Pago. Branch -- REL9_6_STABLE Details --- https

[COMMITTERS] pgsql: Update time zone data files to tzdata release 2017c.

2017-10-23 Thread Tom Lane
Update time zone data files to tzdata release 2017c. DST law changes in Fiji, Namibia, Northern Cyprus, Sudan, Tonga, and Turks & Caicos Islands. Historical corrections for Alaska, Apia, Burma, Calcutta, Detroit, Ireland, Namibia, and Pago Pago. Branch -- master Details --- https://git.

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

2017-10-23 Thread Tom Lane
Sync our copy of the timezone library with IANA release tzcode2017c. This is a trivial update containing only cosmetic changes. The point is just to get back to being synced with an official release of tzcode, rather than some ad-hoc point in their commit history, which is where commit 47f849a3c

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

2017-10-23 Thread Tom Lane
Sync our copy of the timezone library with IANA release tzcode2017c. This is a trivial update containing only cosmetic changes. The point is just to get back to being synced with an official release of tzcode, rather than some ad-hoc point in their commit history, which is where commit 47f849a3c

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

2017-10-23 Thread Tom Lane
Sync our copy of the timezone library with IANA release tzcode2017c. This is a trivial update containing only cosmetic changes. The point is just to get back to being synced with an official release of tzcode, rather than some ad-hoc point in their commit history, which is where commit 47f849a3c

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

2017-10-23 Thread Tom Lane
Sync our copy of the timezone library with IANA release tzcode2017c. This is a trivial update containing only cosmetic changes. The point is just to get back to being synced with an official release of tzcode, rather than some ad-hoc point in their commit history, which is where commit 47f849a3c

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

2017-10-23 Thread Tom Lane
Sync our copy of the timezone library with IANA release tzcode2017c. This is a trivial update containing only cosmetic changes. The point is just to get back to being synced with an official release of tzcode, rather than some ad-hoc point in their commit history, which is where commit 47f849a3c

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

2017-10-23 Thread Tom Lane
Sync our copy of the timezone library with IANA release tzcode2017c. This is a trivial update containing only cosmetic changes. The point is just to get back to being synced with an official release of tzcode, rather than some ad-hoc point in their commit history, which is where commit 47f849a3c

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

2017-10-23 Thread Tom Lane
Sync our copy of the timezone library with IANA release tzcode2017c. This is a trivial update containing only cosmetic changes. The point is just to get back to being synced with an official release of tzcode, rather than some ad-hoc point in their commit history, which is where commit 47f849a3c

[COMMITTERS] pgsql: Fix some oversights in expression dependency recording.

2017-10-23 Thread Tom Lane
Fix some oversights in expression dependency recording. find_expr_references() neglected to record a dependency on the result type of a FieldSelect node, allowing a DROP TYPE to break a view or rule that contains such an expression. I think we'd omitted this case intentionally, reasoning that the

[COMMITTERS] pgsql: Fix some oversights in expression dependency recording.

2017-10-23 Thread Tom Lane
Fix some oversights in expression dependency recording. find_expr_references() neglected to record a dependency on the result type of a FieldSelect node, allowing a DROP TYPE to break a view or rule that contains such an expression. I think we'd omitted this case intentionally, reasoning that the

[COMMITTERS] pgsql: Fix some oversights in expression dependency recording.

2017-10-23 Thread Tom Lane
Fix some oversights in expression dependency recording. find_expr_references() neglected to record a dependency on the result type of a FieldSelect node, allowing a DROP TYPE to break a view or rule that contains such an expression. I think we'd omitted this case intentionally, reasoning that the

[COMMITTERS] pgsql: Fix some oversights in expression dependency recording.

2017-10-23 Thread Tom Lane
Fix some oversights in expression dependency recording. find_expr_references() neglected to record a dependency on the result type of a FieldSelect node, allowing a DROP TYPE to break a view or rule that contains such an expression. I think we'd omitted this case intentionally, reasoning that the

[COMMITTERS] pgsql: Fix some oversights in expression dependency recording.

2017-10-23 Thread Tom Lane
Fix some oversights in expression dependency recording. find_expr_references() neglected to record a dependency on the result type of a FieldSelect node, allowing a DROP TYPE to break a view or rule that contains such an expression. I think we'd omitted this case intentionally, reasoning that the

[COMMITTERS] pgsql: Fix some oversights in expression dependency recording.

2017-10-23 Thread Tom Lane
Fix some oversights in expression dependency recording. find_expr_references() neglected to record a dependency on the result type of a FieldSelect node, allowing a DROP TYPE to break a view or rule that contains such an expression. I think we'd omitted this case intentionally, reasoning that the

[COMMITTERS] pgsql: Fix some oversights in expression dependency recording.

2017-10-23 Thread Tom Lane
Fix some oversights in expression dependency recording. find_expr_references() neglected to record a dependency on the result type of a FieldSelect node, allowing a DROP TYPE to break a view or rule that contains such an expression. I think we'd omitted this case intentionally, reasoning that the