[COMMITTERS] pgsql: Perform conversion from Python unicode to string/bytes object vi

2012-08-06 Thread Heikki Linnakangas
Perform conversion from Python unicode to string/bytes object via UTF-8. We used to convert the unicode object directly to a string in the server encoding by calling Python's PyUnicode_AsEncodedString function. In other words, we used Python's routines to do the encoding. However, that has a few

[COMMITTERS] pgsql: Perform conversion from Python unicode to string/bytes object vi

2012-08-06 Thread Heikki Linnakangas
Perform conversion from Python unicode to string/bytes object via UTF-8. We used to convert the unicode object directly to a string in the server encoding by calling Python's PyUnicode_AsEncodedString function. In other words, we used Python's routines to do the encoding. However, that has a few

[COMMITTERS] pgsql: Perform conversion from Python unicode to string/bytes object vi

2012-08-06 Thread Heikki Linnakangas
Perform conversion from Python unicode to string/bytes object via UTF-8. We used to convert the unicode object directly to a string in the server encoding by calling Python's PyUnicode_AsEncodedString function. In other words, we used Python's routines to do the encoding. However, that has a few

[COMMITTERS] pgsql: Perform conversion from Python unicode to string/bytes object vi

2012-08-06 Thread Heikki Linnakangas
Perform conversion from Python unicode to string/bytes object via UTF-8. We used to convert the unicode object directly to a string in the server encoding by calling Python's PyUnicode_AsEncodedString function. In other words, we used Python's routines to do the encoding. However, that has a few

[COMMITTERS] pgsql: Complain with proper error message if streaming stops prematurel

2012-08-06 Thread Magnus Hagander
Complain with proper error message if streaming stops prematurely In particular, with a controlled shutdown of the master, pg_basebackup with streaming log could terminate without an error message, even though the backup is not consistent. In passing, fix a few cases where walfile wasn't

[COMMITTERS] pgsql: Complain with proper error message if streaming stops prematurel

2012-08-06 Thread Magnus Hagander
Complain with proper error message if streaming stops prematurely In particular, with a controlled shutdown of the master, pg_basebackup with streaming log could terminate without an error message, even though the backup is not consistent. In passing, fix a few cases where walfile wasn't

[COMMITTERS] pgsql: Put back plpython_unicode_2.out for SQL_ASCII case.

2012-08-06 Thread Heikki Linnakangas
Put back plpython_unicode_2.out for SQL_ASCII case. This alternative expected output file is required when using SQL_ASCII as the client and server encoding. The python encoding conversion used to throw an error on that, but it is now accepted and you get the UTF-8 representation of the string. I

[COMMITTERS] pgsql: Make strings identical

2012-08-06 Thread Alvaro Herrera
Make strings identical Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/f5f8e7169fca16ffa5d88c41402a408dde1cbdcc Modified Files -- src/backend/utils/adt/rangetypes.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) -- Sent via

[COMMITTERS] pgsql: Make strings identical

2012-08-06 Thread Alvaro Herrera
Make strings identical Branch -- REL9_2_STABLE Details --- http://git.postgresql.org/pg/commitdiff/da003a5ab1197a39c62d304bd0fc5b4e21ec6b0b Modified Files -- src/backend/utils/adt/rangetypes.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) -- Sent via

[COMMITTERS] pgsql: Warn more vigorously about the non-transactional behavior of seq

2012-08-06 Thread Robert Haas
Warn more vigorously about the non-transactional behavior of sequences. Craig Ringer, edited fairly heavily by me Branch -- REL9_1_STABLE Details --- http://git.postgresql.org/pg/commitdiff/16a69120eb4d2728bc7b988aee9fedf86d15be53 Modified Files --

[COMMITTERS] pgsql: Warn more vigorously about the non-transactional behavior of seq

2012-08-06 Thread Robert Haas
Warn more vigorously about the non-transactional behavior of sequences. Craig Ringer, edited fairly heavily by me Branch -- REL9_2_STABLE Details --- http://git.postgresql.org/pg/commitdiff/e022ed91d73cf1db1951f417b33a9a15a35bdd9e Modified Files --

[COMMITTERS] pgsql: Warn more vigorously about the non-transactional behavior of seq

2012-08-06 Thread Robert Haas
Warn more vigorously about the non-transactional behavior of sequences. Craig Ringer, edited fairly heavily by me Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/95282d3522f4a35fc0aa6b77110bae1e0d8d207f Modified Files -- doc/src/sgml/datatype.sgml |

Re: [COMMITTERS] pgsql: Warn more vigorously about the non-transactional behavior of seq

2012-08-06 Thread Thom Brown
On 6 August 2012 19:27, Robert Haas rh...@postgresql.org wrote: Warn more vigorously about the non-transactional behavior of sequences. Craig Ringer, edited fairly heavily by me Branch -- master Details ---

[COMMITTERS] pgsql: Typo fixes for previous commit.

2012-08-06 Thread Robert Haas
Typo fixes for previous commit. Noted by Thom Brown. Branch -- REL9_1_STABLE Details --- http://git.postgresql.org/pg/commitdiff/1c638c80747fa605c32193cdbd504a2cce6f0006 Modified Files -- doc/src/sgml/datatype.sgml |4 ++-- 1 files changed, 2 insertions(+), 2

[COMMITTERS] pgsql: Typo fixes for previous commit.

2012-08-06 Thread Robert Haas
Typo fixes for previous commit. Noted by Thom Brown. Branch -- REL9_2_STABLE Details --- http://git.postgresql.org/pg/commitdiff/73a7a6460ee47c13c5bea99c16b4e8756fb85dec Modified Files -- doc/src/sgml/datatype.sgml |4 ++-- 1 files changed, 2 insertions(+), 2

[COMMITTERS] pgsql: Typo fixes for previous commit.

2012-08-06 Thread Robert Haas
Typo fixes for previous commit. Noted by Thom Brown. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/b112df8421abce1c61bcfd385490050604a6d4e3 Modified Files -- doc/src/sgml/datatype.sgml |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) --

Re: [COMMITTERS] pgsql: Warn more vigorously about the non-transactional behavior of seq

2012-08-06 Thread Robert Haas
On Mon, Aug 6, 2012 at 2:34 PM, Thom Brown t...@linux.com wrote: On 6 August 2012 19:27, Robert Haas rh...@postgresql.org wrote: Warn more vigorously about the non-transactional behavior of sequences. Craig Ringer, edited fairly heavily by me Branch -- master Details ---

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

2012-08-06 Thread pgsql
Tag refs/tags/REL9_2_BETA3 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