[COMMITTERS] pgsql: Stamp 9.6beta2.

2016-06-20 Thread Tom Lane
Stamp 9.6beta2. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/936b62ddf247c26e8cc4fca34bd8a4c2e65c09fd Modified Files -- configure | 18 +- configure.in | 2 +- doc/bug.template | 2 +- sr

[COMMITTERS] pgsql: Add missing check for malloc failure in plpgsql_extra_checks_che

2016-06-20 Thread Tom Lane
Add missing check for malloc failure in plpgsql_extra_checks_check_hook(). Per report from Andreas Seltenreich. Back-patch to affected versions. Report: <874m8nn0hv@elite.ansel.ydns.eu> Branch -- REL9_4_STABLE Details --- http://git.postgresql.org/pg/commitdiff/97567cf045fc4408b393

[COMMITTERS] pgsql: Add missing check for malloc failure in plpgsql_extra_checks_che

2016-06-20 Thread Tom Lane
Add missing check for malloc failure in plpgsql_extra_checks_check_hook(). Per report from Andreas Seltenreich. Back-patch to affected versions. Report: <874m8nn0hv@elite.ansel.ydns.eu> Branch -- REL9_5_STABLE Details --- http://git.postgresql.org/pg/commitdiff/1d07722f0174b563bbd3

[COMMITTERS] pgsql: Add missing check for malloc failure in plpgsql_extra_checks_che

2016-06-20 Thread Tom Lane
Add missing check for malloc failure in plpgsql_extra_checks_check_hook(). Per report from Andreas Seltenreich. Back-patch to affected versions. Report: <874m8nn0hv@elite.ansel.ydns.eu> Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/1fe1204e87c467221277d1789f1

[COMMITTERS] pgsql: pg_trgm's set_limit() function is parallel unsafe, not parallel

2016-06-20 Thread Tom Lane
pg_trgm's set_limit() function is parallel unsafe, not parallel restricted. Per buildfarm. Fortunately, it's not quite too late to squeeze this fix into the pg_trgm 1.3 update. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/e611515dd6b8edad56baa0f3ae31ff637ca54d52

[COMMITTERS] pgsql: docs: clarify use of pg_rewind arguments

2016-06-20 Thread Bruce Momjian
docs: clarify use of pg_rewind arguments Specifically, --source-pgdata and --source-server. Discussion: 20160617155108.gc19...@momjian.us Reviewed-by: Michael Paquier Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/3557b1791b715c6e44e1b7b4b342d1fae54e262e Modifie

[COMMITTERS] pgsql: Fix comparison of similarity to threshold in GIST trigram search

2016-06-20 Thread Tom Lane
Fix comparison of similarity to threshold in GIST trigram searches. There was some very strange code here, dating to commit b525bf77, that purported to work around an ancient gcc bug by forcing a float4 comparison to be done as int instead. Commit 5871b8848 broke that when it changed one side of

[COMMITTERS] pgsql: Translation updates

2016-06-20 Thread Peter Eisentraut
Translation updates Source-Git-URL: git://git.postgresql.org/git/pgtranslation/messages.git Source-Git-Hash: 0c374f8d25ed31833a10d24252bc928d41438838 Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/47981a4665dfc9c3808366dff9971daedba32e98 Modified Files

[COMMITTERS] pgsql: Add missing documentation of pg_roles.rolbypassrls

2016-06-20 Thread Magnus Hagander
Add missing documentation of pg_roles.rolbypassrls Noted by Lukas Fittl Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/4d48adc2b8c9724973334345e2ab8f3e6737ac34 Modified Files -- doc/src/sgml/catalogs.sgml | 10 ++ 1 file changed, 10 insertions(+)

[COMMITTERS] pgsql: Add missing documentation of pg_roles.rolbypassrls

2016-06-20 Thread Magnus Hagander
Add missing documentation of pg_roles.rolbypassrls Noted by Lukas Fittl Branch -- REL9_5_STABLE Details --- http://git.postgresql.org/pg/commitdiff/def0eae4f25589bac6c8d3f3734f8d8ba654c853 Modified Files -- doc/src/sgml/catalogs.sgml | 10 ++ 1 file changed, 10 insert