[COMMITTERS] pgsql: Reverting previous commit, pending investigation

2013-06-24 Thread Simon Riggs
Reverting previous commit, pending investigation of sporadic seg faults from various build farm members. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/4f14c86d7434376b95477aeeb07fcc7272f4c47d Modified Files -- doc/src/sgml/ref/alter_table.sgml |

[COMMITTERS] pgsql: ALTER TABLE ... ALTER CONSTRAINT for FKs

2013-06-24 Thread Simon Riggs
ALTER TABLE ... ALTER CONSTRAINT for FKs Allow constraint attributes to be altered, so the default setting of NOT DEFERRABLE can be altered to DEFERRABLE and back. Review by Abhijit Menon-Sen Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/b577a57d4113bcbd1a7900b78b

[COMMITTERS] pgsql: Stamp 9.3beta2.

2013-06-24 Thread Peter Eisentraut
Stamp 9.3beta2. Branch -- REL9_3_STABLE Details --- http://git.postgresql.org/pg/commitdiff/09bd2acbe5ac866ce93d7c0e6ed90b426a576f1b Modified Files -- configure | 18 +- configure.in |2 +- doc/bug.template

[COMMITTERS] pgsql: Translation updates

2013-06-24 Thread Peter Eisentraut
Translation updates Branch -- REL9_3_STABLE Details --- http://git.postgresql.org/pg/commitdiff/060ffab6b9f3e684c3a36b74af7bff4c1cfc4bc2 Modified Files -- src/backend/po/de.po| 3081 --- src/backend/po/es.po|5 +-

[COMMITTERS] pgsql: Translation updates

2013-06-24 Thread Peter Eisentraut
Translation updates Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/ce18b011596389cbff1589494411643f995b0421 Modified Files -- src/backend/po/de.po| 3081 --- src/backend/po/es.po|5 +- src/bac

Re: [COMMITTERS] pgsql: Handle Unicode surrogate pairs correctly when processing JSON.

2013-06-24 Thread Andrew Dunstan
On 06/24/2013 11:50 AM, Bruce Momjian wrote: On Sat, Jun 8, 2013 at 01:21:20PM +, Andrew Dunstan wrote: Handle Unicode surrogate pairs correctly when processing JSON. In 9.2, Unicode escape sequences are not analysed at all other than to make sure that they are in the form \u. But in

Re: [COMMITTERS] pgsql: Handle Unicode surrogate pairs correctly when processing JSON.

2013-06-24 Thread Bruce Momjian
On Sat, Jun 8, 2013 at 01:21:20PM +, Andrew Dunstan wrote: > Handle Unicode surrogate pairs correctly when processing JSON. > > In 9.2, Unicode escape sequences are not analysed at all other than > to make sure that they are in the form \u. But in 9.3 many of the > new operators and funct