[COMMITTERS] pgsql: pg_upgrade: properly detect file copy failure on Windows

2015-11-14 Thread Bruce Momjian
pg_upgrade: properly detect file copy failure on Windows Previously, file copy failures were ignored on Windows due to an incorrect return value check. Report by Manu Joye Backpatch through 9.1 Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/025106e314627f5aacdf72

[COMMITTERS] pgsql: pg_upgrade: properly detect file copy failure on Windows

2015-11-14 Thread Bruce Momjian
pg_upgrade: properly detect file copy failure on Windows Previously, file copy failures were ignored on Windows due to an incorrect return value check. Report by Manu Joye Backpatch through 9.1 Branch -- REL9_1_STABLE Details --- http://git.postgresql.org/pg/commitdiff/bdcbc2b47141cb8

[COMMITTERS] pgsql: pg_upgrade: properly detect file copy failure on Windows

2015-11-14 Thread Bruce Momjian
pg_upgrade: properly detect file copy failure on Windows Previously, file copy failures were ignored on Windows due to an incorrect return value check. Report by Manu Joye Backpatch through 9.1 Branch -- REL9_4_STABLE Details --- http://git.postgresql.org/pg/commitdiff/87cdfeb18ae0fe2

[COMMITTERS] pgsql: pg_upgrade: properly detect file copy failure on Windows

2015-11-14 Thread Bruce Momjian
pg_upgrade: properly detect file copy failure on Windows Previously, file copy failures were ignored on Windows due to an incorrect return value check. Report by Manu Joye Backpatch through 9.1 Branch -- REL9_2_STABLE Details --- http://git.postgresql.org/pg/commitdiff/b4c4220ede30486

[COMMITTERS] pgsql: pg_upgrade: properly detect file copy failure on Windows

2015-11-14 Thread Bruce Momjian
pg_upgrade: properly detect file copy failure on Windows Previously, file copy failures were ignored on Windows due to an incorrect return value check. Report by Manu Joye Backpatch through 9.1 Branch -- REL9_5_STABLE Details --- http://git.postgresql.org/pg/commitdiff/fae58d5bede8b5b

[COMMITTERS] pgsql: pg_upgrade: properly detect file copy failure on Windows

2015-11-14 Thread Bruce Momjian
pg_upgrade: properly detect file copy failure on Windows Previously, file copy failures were ignored on Windows due to an incorrect return value check. Report by Manu Joye Backpatch through 9.1 Branch -- REL9_3_STABLE Details --- http://git.postgresql.org/pg/commitdiff/a75efb483649a19

[COMMITTERS] pgsql: PL/Python: Make tests pass with Python 3.5

2015-11-14 Thread Peter Eisentraut
PL/Python: Make tests pass with Python 3.5 The error message wording for AttributeError has changed in Python 3.5. For the plpython_error test, add a new expected file. In the plpython_subtransaction test, we didn't really care what the exception is, only that it is something coming from Python.

[COMMITTERS] pgsql: PL/Python: Make tests pass with Python 3.5

2015-11-14 Thread Peter Eisentraut
PL/Python: Make tests pass with Python 3.5 The error message wording for AttributeError has changed in Python 3.5. For the plpython_error test, add a new expected file. In the plpython_subtransaction test, we didn't really care what the exception is, only that it is something coming from Python.

[COMMITTERS] pgsql: PL/Python: Make tests pass with Python 3.5

2015-11-14 Thread Peter Eisentraut
PL/Python: Make tests pass with Python 3.5 The error message wording for AttributeError has changed in Python 3.5. For the plpython_error test, add a new expected file. In the plpython_subtransaction test, we didn't really care what the exception is, only that it is something coming from Python.

[COMMITTERS] pgsql: Fix spelling error in postgresql.conf

2015-11-14 Thread Bruce Momjian
Fix spelling error in postgresql.conf Report by Greg Clough Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/e57646e96284d4bad79f87a5c1dfbcd8f5434020 Modified Files -- src/backend/utils/misc/postgresql.conf.sample |2 +- 1 file changed, 1 insertion(+),

[COMMITTERS] pgsql: Improve type numeric's calculations for ln(), log(), exp(), pow(

2015-11-14 Thread Tom Lane
Improve type numeric's calculations for ln(), log(), exp(), pow(). Set the "rscales" for intermediate-result calculations to ensure that suitable numbers of significant digits are maintained throughout. The previous coding hadn't thought this through in any detail, and as a result could deliver r