Tag refs/tags/REL9_2_BETA3 was created.
--
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers
On Mon, Aug 6, 2012 at 2:34 PM, Thom Brown wrote:
> On 6 August 2012 19:27, Robert Haas wrote:
>> Warn more vigorously about the non-transactional behavior of sequences.
>>
>> Craig Ringer, edited fairly heavily by me
>>
>> Branch
>> --
>> master
>>
>> Details
>> ---
>> http://git.postgre
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(-)
--
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 deletions(-)
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 deletions(-)
On 6 August 2012 19:27, Robert Haas wrote:
> 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
>
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 | 14
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
--
doc/src/sgml/datatype.sgml
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
--
doc/src/sgml/datatype.sgml
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 pgsql-c
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 pgsql-committe
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
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 properly
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 properly
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 p
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 p
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 p
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 p
18 matches
Mail list logo