[COMMITTERS] pgsql: Fix the general case of quantified regex back-references.

2012-02-23 Thread Tom Lane
Fix the general case of quantified regex back-references. Cases where a back-reference is part of a larger subexpression that is quantified have never worked in Spencer's regex engine, because he used a compile-time transformation that neglected the need to check the back-reference match in iterat

[COMMITTERS] pgsql: Correctly handle NULLs in JSON output.

2012-02-23 Thread Andrew Dunstan
Correctly handle NULLs in JSON output. Error reported by David Wheeler. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/0c9e5d5e0d407013bf66af01942a7b2dd3342546 Modified Files -- src/backend/utils/adt/json.c | 26 ++ 1 files chan

[COMMITTERS] pgsql: Stamp 9.0.7.

2012-02-23 Thread Tom Lane
Stamp 9.0.7. Branch -- REL9_0_STABLE Details --- http://git.postgresql.org/pg/commitdiff/f054f631a087fed80e7d570e89bed395859f2dc3 Modified Files -- configure| 18 +- configure.in |2 +- doc/bug.template

[COMMITTERS] pgsql: Stamp 8.3.18.

2012-02-23 Thread Tom Lane
Stamp 8.3.18. Branch -- REL8_3_STABLE Details --- http://git.postgresql.org/pg/commitdiff/82345d87c7814efc0b5fa79a0bc49db129bfa209 Modified Files -- configure| 18 +- configure.in |2 +- doc/bug.template

[COMMITTERS] pgsql: Stamp 8.4.11.

2012-02-23 Thread Tom Lane
Stamp 8.4.11. Branch -- REL8_4_STABLE Details --- http://git.postgresql.org/pg/commitdiff/0209a10bf8e53809529bbe916b6ff2185fd61b96 Modified Files -- configure| 18 +- configure.in |2 +- doc/bug.template

[COMMITTERS] pgsql: Stamp 9.1.3.

2012-02-23 Thread Tom Lane
Stamp 9.1.3. Branch -- REL9_1_STABLE Details --- http://git.postgresql.org/pg/commitdiff/64c47e4542910ebbfb494bec3f8abf8733113394 Modified Files -- configure| 18 +- configure.in |2 +- doc/bug.template

[COMMITTERS] pgsql: Allow MinGW builds to use standardly-named OpenSSL libraries.

2012-02-23 Thread Tom Lane
Allow MinGW builds to use standardly-named OpenSSL libraries. In the Fedora variant of MinGW, the openssl libraries have their normal names, not libeay32 and libssleay32. Adjust configure probes to allow that, per bug #6486. Tomasz Ostrowski Branch -- REL9_1_STABLE Details --- http://g

[COMMITTERS] pgsql: Allow MinGW builds to use standardly-named OpenSSL libraries.

2012-02-23 Thread Tom Lane
Allow MinGW builds to use standardly-named OpenSSL libraries. In the Fedora variant of MinGW, the openssl libraries have their normal names, not libeay32 and libssleay32. Adjust configure probes to allow that, per bug #6486. Tomasz Ostrowski Branch -- master Details --- http://git.post

[COMMITTERS] pgsql: Translation updates

2012-02-23 Thread Peter Eisentraut
Translation updates Branch -- REL9_1_STABLE Details --- http://git.postgresql.org/pg/commitdiff/602dd1eeaad14a4bef92045956de7e7249f8b38e Modified Files -- src/backend/nls.mk |2 +- src/backend/po/de.po |27294 --

[COMMITTERS] pgsql: Translation updates

2012-02-23 Thread Peter Eisentraut
Translation updates Branch -- REL9_0_STABLE Details --- http://git.postgresql.org/pg/commitdiff/144fcf754fc2615d1a4643adfce41b89ccf6ba68 Modified Files -- src/backend/nls.mk |2 +- src/backend/po/de.po |25311 --

[COMMITTERS] pgsql: Translation updates

2012-02-23 Thread Peter Eisentraut
Translation updates Branch -- REL8_3_STABLE Details --- http://git.postgresql.org/pg/commitdiff/a930226c61afe07634e0d153120e46baa188cd44 Modified Files -- src/backend/po/es.po|21788 +++ src/bin/initdb/po/es.po |2 +-

[COMMITTERS] pgsql: Translation updates

2012-02-23 Thread Peter Eisentraut
Translation updates Branch -- REL8_4_STABLE Details --- http://git.postgresql.org/pg/commitdiff/94e2495ded9771e439326d07f6f2d590438b005b Modified Files -- src/backend/po/es.po |23702 +- src/bin/initdb/po/es.po |

Re: [COMMITTERS] pgsql: Don't install hstore--1.0.sql any more.

2012-02-23 Thread Peter Geoghegan
On 23 February 2012 16:25, Tom Lane wrote: > Robert Haas writes: >> Don't install hstore--1.0.sql any more. >> Since the current version is 1.1, the 1.0 file isn't really needed.  We do >> need the 1.0--1.1 upgrade file, so people on 1.0 can upgrade. > > Shouldn't this commit have removed the 1.0

Re: [COMMITTERS] pgsql: Don't install hstore--1.0.sql any more.

2012-02-23 Thread Tom Lane
Robert Haas writes: > Don't install hstore--1.0.sql any more. > Since the current version is 1.1, the 1.0 file isn't really needed. We do > need the 1.0--1.1 upgrade file, so people on 1.0 can upgrade. Shouldn't this commit have removed the 1.0 file from git altogether? It's quite useless if it'

[COMMITTERS] pgsql: Remove inappropriate quotes

2012-02-23 Thread Peter Eisentraut
Remove inappropriate quotes And adjust wording for consistency. Branch -- REL9_1_STABLE Details --- http://git.postgresql.org/pg/commitdiff/09c00af94ea684be55a5790474c8bff11639bf17 Modified Files -- src/backend/commands/foreigncmds.c |4 ++-- 1 files changed, 2 insertions

[COMMITTERS] pgsql: Remove inappropriate quotes

2012-02-23 Thread Peter Eisentraut
Remove inappropriate quotes And adjust wording for consistency. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/c9d700444007046d799cdfea2038194e56bec1f7 Modified Files -- src/backend/commands/foreigncmds.c |4 ++-- 1 files changed, 2 insertions(+), 2

[COMMITTERS] pgsql: Remove inappropriate quotes

2012-02-23 Thread Peter Eisentraut
Remove inappropriate quotes And adjust wording for consistency. Branch -- REL9_0_STABLE Details --- http://git.postgresql.org/pg/commitdiff/31f26140b3be4b9c59d6095012602dbf42b3a505 Modified Files -- src/backend/commands/foreigncmds.c |4 ++-- 1 files changed, 2 insertions

[COMMITTERS] pgsql: Fix build without OpenSSL

2012-02-23 Thread Peter Eisentraut
Fix build without OpenSSL This is a fixup for commit a445cb92ef5b3a31313ebce30e18cc1d6e0bdecb. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/8251670cb30c4e9c76a9cb8382a88109502ba583 Modified Files -- src/backend/libpq/be-secure.c | 10 +- 1 fi