[COMMITTERS] pgsql: Fix typo.

2016-02-05 Thread Robert Haas
Fix typo. Amit Kapila Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/78bea62ab0b16a0c7aaa1e460064c32f9f35041d Modified Files -- src/include/storage/lwlock.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- Sent via pgsql-committers mailing

[COMMITTERS] pgsql: Fix small goof in comment.

2016-02-05 Thread Robert Haas
Fix small goof in comment. Peter Geoghegan Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/63f39b9148319c2e399dd827941b4d579b79f18b Modified Files -- src/backend/utils/adt/varlena.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Sent via pgsq

[COMMITTERS] pgsql: Remove parallel-safety check from GetExistingLocalJoinPath.

2016-02-05 Thread Robert Haas
Remove parallel-safety check from GetExistingLocalJoinPath. Commit a104a017fc5f67ff5d9c374cd831ac3948a874c2 has this check because I added it to the submitted patch before commit, but that was entirely wrongheaded, as explained to me by Ashutosh Bapat, who also wrote this patch. Branch -- mas

[COMMITTERS] pgsql: Fix typo in comment.

2016-02-05 Thread Robert Haas
Fix typo in comment. Michael Paquier Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/e98fd7860773698eaaf6332decc364bb31bca677 Modified Files -- src/backend/replication/slot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Sent via pgsql-commi

[COMMITTERS] pgsql: Update time zone data files to tzdata release 2016a.

2016-02-05 Thread Tom Lane
Update time zone data files to tzdata release 2016a. DST law changes in Cayman Islands, Metlakatla, Trans-Baikal Territory (Zabaykalsky Krai). Historical corrections for Pakistan. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/a73311e5256b57a59677083e71b5bf93e583cc

[COMMITTERS] pgsql: Update time zone data files to tzdata release 2016a.

2016-02-05 Thread Tom Lane
Update time zone data files to tzdata release 2016a. DST law changes in Cayman Islands, Metlakatla, Trans-Baikal Territory (Zabaykalsky Krai). Historical corrections for Pakistan. Branch -- REL9_1_STABLE Details --- http://git.postgresql.org/pg/commitdiff/6887d72d06a2f36508d5be9cca31608

[COMMITTERS] pgsql: Update time zone data files to tzdata release 2016a.

2016-02-05 Thread Tom Lane
Update time zone data files to tzdata release 2016a. DST law changes in Cayman Islands, Metlakatla, Trans-Baikal Territory (Zabaykalsky Krai). Historical corrections for Pakistan. Branch -- REL9_3_STABLE Details --- http://git.postgresql.org/pg/commitdiff/9a3475b84ea9606ce9c3159384caa06

[COMMITTERS] pgsql: Update time zone data files to tzdata release 2016a.

2016-02-05 Thread Tom Lane
Update time zone data files to tzdata release 2016a. DST law changes in Cayman Islands, Metlakatla, Trans-Baikal Territory (Zabaykalsky Krai). Historical corrections for Pakistan. Branch -- REL9_2_STABLE Details --- http://git.postgresql.org/pg/commitdiff/32f17a2e7d16904b94dcbebb06f5001

[COMMITTERS] pgsql: Update time zone data files to tzdata release 2016a.

2016-02-05 Thread Tom Lane
Update time zone data files to tzdata release 2016a. DST law changes in Cayman Islands, Metlakatla, Trans-Baikal Territory (Zabaykalsky Krai). Historical corrections for Pakistan. Branch -- REL9_5_STABLE Details --- http://git.postgresql.org/pg/commitdiff/37e6946329005b143d2b2f924e39e59

[COMMITTERS] pgsql: Update time zone data files to tzdata release 2016a.

2016-02-05 Thread Tom Lane
Update time zone data files to tzdata release 2016a. DST law changes in Cayman Islands, Metlakatla, Trans-Baikal Territory (Zabaykalsky Krai). Historical corrections for Pakistan. Branch -- REL9_4_STABLE Details --- http://git.postgresql.org/pg/commitdiff/31b792f61448c862bd32dbb4fa9dfd5

[COMMITTERS] pgsql: First-draft release notes for 9.4.6.

2016-02-05 Thread Tom Lane
First-draft release notes for 9.4.6. As usual, the release notes for other branches will be made by cutting these down, but put them up for community review first. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/7008e70d105b572821406744ce080771b74c06ab Modified File

[COMMITTERS] pgsql: Force certain "pljava" custom GUCs to be PGC_SUSET.

2016-02-05 Thread Noah Misch
Force certain "pljava" custom GUCs to be PGC_SUSET. Future PL/Java versions will close CVE-2016-0766 by making these GUCs PGC_SUSET. This PostgreSQL change independently mitigates that PL/Java vulnerability, helping sites that update PostgreSQL more frequently than PL/Java. Back-patch to 9.1 (al

[COMMITTERS] pgsql: Comment on dead code in AtAbort_Portals() and AtSubAbort_Portals

2016-02-05 Thread Noah Misch
Comment on dead code in AtAbort_Portals() and AtSubAbort_Portals(). Reviewed by Tom Lane and Robert Haas. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/41baee7a9312eefb315b6b2973ac058c9efaa9cf Modified Files -- src/backend/utils/mmgr/portalmem.c | 20 +

[COMMITTERS] pgsql: Force certain "pljava" custom GUCs to be PGC_SUSET.

2016-02-05 Thread Noah Misch
Force certain "pljava" custom GUCs to be PGC_SUSET. Future PL/Java versions will close CVE-2016-0766 by making these GUCs PGC_SUSET. This PostgreSQL change independently mitigates that PL/Java vulnerability, helping sites that update PostgreSQL more frequently than PL/Java. Back-patch to 9.1 (al

[COMMITTERS] pgsql: Force certain "pljava" custom GUCs to be PGC_SUSET.

2016-02-05 Thread Noah Misch
Force certain "pljava" custom GUCs to be PGC_SUSET. Future PL/Java versions will close CVE-2016-0766 by making these GUCs PGC_SUSET. This PostgreSQL change independently mitigates that PL/Java vulnerability, helping sites that update PostgreSQL more frequently than PL/Java. Back-patch to 9.1 (al

[COMMITTERS] pgsql: Force certain "pljava" custom GUCs to be PGC_SUSET.

2016-02-05 Thread Noah Misch
Force certain "pljava" custom GUCs to be PGC_SUSET. Future PL/Java versions will close CVE-2016-0766 by making these GUCs PGC_SUSET. This PostgreSQL change independently mitigates that PL/Java vulnerability, helping sites that update PostgreSQL more frequently than PL/Java. Back-patch to 9.1 (al

[COMMITTERS] pgsql: Force certain "pljava" custom GUCs to be PGC_SUSET.

2016-02-05 Thread Noah Misch
Force certain "pljava" custom GUCs to be PGC_SUSET. Future PL/Java versions will close CVE-2016-0766 by making these GUCs PGC_SUSET. This PostgreSQL change independently mitigates that PL/Java vulnerability, helping sites that update PostgreSQL more frequently than PL/Java. Back-patch to 9.1 (al

[COMMITTERS] pgsql: Force certain "pljava" custom GUCs to be PGC_SUSET.

2016-02-05 Thread Noah Misch
Force certain "pljava" custom GUCs to be PGC_SUSET. Future PL/Java versions will close CVE-2016-0766 by making these GUCs PGC_SUSET. This PostgreSQL change independently mitigates that PL/Java vulnerability, helping sites that update PostgreSQL more frequently than PL/Java. Back-patch to 9.1 (al

Re: [COMMITTERS] pgsql: Add gin_clean_pending_list function to clean up GIN pending list

2016-02-05 Thread Tom Lane
Fujii Masao writes: > Add gin_clean_pending_list function to clean up GIN pending list The regression test case added by this commit is unstable, as per http://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=spoonbill&dt=2016-02-06%2000%3A00%3A06 I imagine what happened there is that autovacuum