[COMMITTERS] pgsql: Fix typo

2016-08-09 Thread Peter Eisentraut
Fix typo Branch -- REL9_5_STABLE Details --- http://git.postgresql.org/pg/commitdiff/57f2abd176075fcb6a5d94d2c33adbf489765b10 Modified Files -- contrib/pgcrypto/px.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Sent via pgsql-committers mailing list (pgsql-commi

[COMMITTERS] pgsql: Fix typo

2016-08-09 Thread Peter Eisentraut
Fix typo Branch -- REL9_4_STABLE Details --- http://git.postgresql.org/pg/commitdiff/55a3a6e3c179c22ec09f2ae43869ebca32e5a278 Modified Files -- contrib/pgcrypto/px.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Sent via pgsql-committers mailing list (pgsql-commi

[COMMITTERS] pgsql: Fix typo

2016-08-09 Thread Peter Eisentraut
Fix typo Branch -- REL9_1_STABLE Details --- http://git.postgresql.org/pg/commitdiff/aa8c64ab854fdfddfb4010b19cf1a437eb500710 Modified Files -- contrib/pgcrypto/px.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Sent via pgsql-committers mailing list (pgsql-commi

[COMMITTERS] pgsql: Fix typo

2016-08-09 Thread Peter Eisentraut
Fix typo Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/ab0a23c7c9a4b6dfba7fbffe798452299a6444b9 Modified Files -- contrib/pgcrypto/px.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Sent via pgsql-committers mailing list (pgsql-committers@p

[COMMITTERS] pgsql: Fix typo

2016-08-09 Thread Peter Eisentraut
Fix typo Branch -- REL9_2_STABLE Details --- http://git.postgresql.org/pg/commitdiff/cbae4ab8e6cf4d5c283fcceab980dd281e4714f8 Modified Files -- contrib/pgcrypto/px.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Sent via pgsql-committers mailing list (pgsql-commi

[COMMITTERS] pgsql: Fix typo

2016-08-09 Thread Peter Eisentraut
Fix typo Branch -- REL9_3_STABLE Details --- http://git.postgresql.org/pg/commitdiff/d292af0ac0d447bfd6621bb25678064bb1f4beff Modified Files -- contrib/pgcrypto/px.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Sent via pgsql-committers mailing list (pgsql-commi

[COMMITTERS] pgsql: docs: my first pass over the 9.6 release notes

2016-08-09 Thread Bruce Momjian
docs: my first pass over the 9.6 release notes Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/2abf92bc698558699c199ff14261b00ee92e98dd Modified Files -- doc/src/sgml/release-9.6.sgml | 1932 + 1 file changed, 1007

[COMMITTERS] pgsql: Tag refs/tags/REL9_1_23 was created

2016-08-09 Thread pgsql
Tag refs/tags/REL9_1_23 was created. -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers

[COMMITTERS] pgsql: Tag refs/tags/REL9_5_4 was created

2016-08-09 Thread pgsql
Tag refs/tags/REL9_5_4 was created. -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers

[COMMITTERS] pgsql: Tag refs/tags/REL9_6_BETA4 was created

2016-08-09 Thread pgsql
Tag refs/tags/REL9_6_BETA4 was created. -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers

[COMMITTERS] pgsql: Tag refs/tags/REL9_2_18 was created

2016-08-09 Thread pgsql
Tag refs/tags/REL9_2_18 was created. -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers

[COMMITTERS] pgsql: Tag refs/tags/REL9_3_14 was created

2016-08-09 Thread pgsql
Tag refs/tags/REL9_3_14 was created. -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers

[COMMITTERS] pgsql: Tag refs/tags/REL9_4_9 was created

2016-08-09 Thread pgsql
Tag refs/tags/REL9_4_9 was created. -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers

[COMMITTERS] pgsql: Doc: clarify description of CREATE/ALTER FUNCTION ... SET FROM C

2016-08-09 Thread Tom Lane
Doc: clarify description of CREATE/ALTER FUNCTION ... SET FROM CURRENT. Per discussion with David Johnston. Branch -- REL9_4_STABLE Details --- http://git.postgresql.org/pg/commitdiff/86c40464b9cfe8de6135fdfd2b5b7b9bd6f6cb2b Modified Files -- doc/src/sgml/ref/alter_function.

[COMMITTERS] pgsql: Doc: clarify description of CREATE/ALTER FUNCTION ... SET FROM C

2016-08-09 Thread Tom Lane
Doc: clarify description of CREATE/ALTER FUNCTION ... SET FROM CURRENT. Per discussion with David Johnston. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/e775d35317590793863327fedcf3737c3ab838d4 Modified Files -- doc/src/sgml/ref/alter_function.sgml |

[COMMITTERS] pgsql: Doc: clarify description of CREATE/ALTER FUNCTION ... SET FROM C

2016-08-09 Thread Tom Lane
Doc: clarify description of CREATE/ALTER FUNCTION ... SET FROM CURRENT. Per discussion with David Johnston. Branch -- REL9_1_STABLE Details --- http://git.postgresql.org/pg/commitdiff/99453178a5fb21c79b94dc99f0075b01e10d647a Modified Files -- doc/src/sgml/ref/alter_function.

[COMMITTERS] pgsql: Doc: clarify description of CREATE/ALTER FUNCTION ... SET FROM C

2016-08-09 Thread Tom Lane
Doc: clarify description of CREATE/ALTER FUNCTION ... SET FROM CURRENT. Per discussion with David Johnston. Branch -- REL9_3_STABLE Details --- http://git.postgresql.org/pg/commitdiff/e4b4a469441d7028ae73279481b28375b74ee3dc Modified Files -- doc/src/sgml/ref/alter_function.

[COMMITTERS] pgsql: Doc: clarify description of CREATE/ALTER FUNCTION ... SET FROM C

2016-08-09 Thread Tom Lane
Doc: clarify description of CREATE/ALTER FUNCTION ... SET FROM CURRENT. Per discussion with David Johnston. Branch -- REL9_5_STABLE Details --- http://git.postgresql.org/pg/commitdiff/930675867b932efe02a4aba8b639402a2f3d5b9d Modified Files -- doc/src/sgml/ref/alter_function.

[COMMITTERS] pgsql: Doc: clarify description of CREATE/ALTER FUNCTION ... SET FROM C

2016-08-09 Thread Tom Lane
Doc: clarify description of CREATE/ALTER FUNCTION ... SET FROM CURRENT. Per discussion with David Johnston. Branch -- REL9_2_STABLE Details --- http://git.postgresql.org/pg/commitdiff/be1d75ea23ee020d0c5e27195a01d7678aa1b5ef Modified Files -- doc/src/sgml/ref/alter_function.

Re: [COMMITTERS] pgsql: Fix several one-byte buffer over-reads in to_number

2016-08-09 Thread Tom Lane
Piotr Stefaniak writes: > I've been meaning to update my patch like this, but didn't want to > bother you before trying to find more issues with formatting.c (still > haven't found the time for that, sadly): > - if (*Np->inout_p == ' ') > + while (!OVERLOAD_TEST && isspace((unsigned