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
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
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
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
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'
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
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 |
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 +-
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 --
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 --
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
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
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
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
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
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
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
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
18 matches
Mail list logo