[COMMITTERS] pgsql: doc: Tweak synopsis indentation for consistency

2015-09-21 Thread Peter Eisentraut
doc: Tweak synopsis indentation for consistency Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/84ae1af8f48fc910bbdacee4fc26a2145dc09657 Modified Files -- doc/src/sgml/ref/create_event_trigger.sgml |6 +++---

[COMMITTERS] pgsql: doc: Tweak synopsis indentation for consistency

2015-09-21 Thread Peter Eisentraut
doc: Tweak synopsis indentation for consistency Branch -- REL9_5_STABLE Details --- http://git.postgresql.org/pg/commitdiff/265728e1b60858f9db8a3e7fb538477a28fc74a3 Modified Files -- doc/src/sgml/ref/create_event_trigger.sgml |6 +++---

Re: [COMMITTERS] pgsql: Use gender-neutral language in documentation

2015-09-21 Thread Erik Rijkers
On 2015-09-22 04:59, Peter Eisentraut wrote: Use gender-neutral language in documentation Based on patch by Thomas Munro , although I rephrased most of the initial work. Branch -- master Details ---

[COMMITTERS] pgsql: Use gender-neutral language in documentation

2015-09-21 Thread Peter Eisentraut
Use gender-neutral language in documentation Based on patch by Thomas Munro , although I rephrased most of the initial work. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/741ccd5015f82e31f80cdc5d2ae81263ea92d794 Modified Files

Re: [COMMITTERS] pgsql: Use gender-neutral language in documentation

2015-09-21 Thread Peter Geoghegan
On Mon, Sep 21, 2015 at 9:32 PM, Erik Rijkers wrote: > I think this compulsive 'he'-avoiding is making the text worse. > > > - environment variable); any user can make such a change for his > session. > + environment variable); any user can make such a change for their >

[COMMITTERS] pgsql: Fix possible internal overflow in numeric multiplication.

2015-09-21 Thread Tom Lane
Fix possible internal overflow in numeric multiplication. mul_var() postpones propagating carries until it risks overflow in its internal digit array. However, the logic failed to account for the possibility of overflow in the carry propagation step, allowing wrong results to be generated in

[COMMITTERS] pgsql: Fix possible internal overflow in numeric multiplication.

2015-09-21 Thread Tom Lane
Fix possible internal overflow in numeric multiplication. mul_var() postpones propagating carries until it risks overflow in its internal digit array. However, the logic failed to account for the possibility of overflow in the carry propagation step, allowing wrong results to be generated in

[COMMITTERS] pgsql: Fix possible internal overflow in numeric multiplication.

2015-09-21 Thread Tom Lane
Fix possible internal overflow in numeric multiplication. mul_var() postpones propagating carries until it risks overflow in its internal digit array. However, the logic failed to account for the possibility of overflow in the carry propagation step, allowing wrong results to be generated in

[COMMITTERS] pgsql: Fix possible internal overflow in numeric multiplication.

2015-09-21 Thread Tom Lane
Fix possible internal overflow in numeric multiplication. mul_var() postpones propagating carries until it risks overflow in its internal digit array. However, the logic failed to account for the possibility of overflow in the carry propagation step, allowing wrong results to be generated in

[COMMITTERS] pgsql: Fix whitespace

2015-09-21 Thread Peter Eisentraut
Fix whitespace Branch -- REL9_4_STABLE Details --- http://git.postgresql.org/pg/commitdiff/32b68ed1ba8202249e283689ccbbd8a040e67942 Modified Files -- src/interfaces/ecpg/ecpglib/execute.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) -- Sent via

[COMMITTERS] pgsql: Fix whitespace

2015-09-21 Thread Peter Eisentraut
Fix whitespace Branch -- REL9_5_STABLE Details --- http://git.postgresql.org/pg/commitdiff/a8bb248141c14911b5748bad6130e7de0cbba92e Modified Files -- src/interfaces/ecpg/ecpglib/execute.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) -- Sent via

[COMMITTERS] pgsql: Fix whitespace

2015-09-21 Thread Peter Eisentraut
Fix whitespace Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/13200777e7ab678d7f3535147852113ec67e6c32 Modified Files -- src/interfaces/ecpg/ecpglib/execute.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) -- Sent via pgsql-committers

[COMMITTERS] pgsql: Fix possible internal overflow in numeric multiplication.

2015-09-21 Thread Tom Lane
Fix possible internal overflow in numeric multiplication. mul_var() postpones propagating carries until it risks overflow in its internal digit array. However, the logic failed to account for the possibility of overflow in the carry propagation step, allowing wrong results to be generated in

[COMMITTERS] pgsql: Fix possible internal overflow in numeric multiplication.

2015-09-21 Thread Tom Lane
Fix possible internal overflow in numeric multiplication. mul_var() postpones propagating carries until it risks overflow in its internal digit array. However, the logic failed to account for the possibility of overflow in the carry propagation step, allowing wrong results to be generated in

[COMMITTERS] pgsql: Fix possible internal overflow in numeric multiplication.

2015-09-21 Thread Tom Lane
Fix possible internal overflow in numeric multiplication. mul_var() postpones propagating carries until it risks overflow in its internal digit array. However, the logic failed to account for the possibility of overflow in the carry propagation step, allowing wrong results to be generated in

Re: [COMMITTERS] pgsql: Restrict file mode creation mask during tmpfile().

2015-09-21 Thread Noah Misch
On Mon, Sep 21, 2015 at 01:00:46AM +, Noah Misch wrote: > Restrict file mode creation mask during tmpfile(). > REL9_0_STABLE This broke buildfarm member frogmouth (Windows, gcc) on this branch only. I will look into it. -- Sent via pgsql-committers mailing list