[COMMITTERS] pgsql: Renovate display of non-ASCII messages on Windows.

2013-06-26 Thread Noah Misch
Renovate display of non-ASCII messages on Windows. GNU gettext selects a default encoding for the messages it emits in a platform-specific manner; it uses the Windows ANSI code page on Windows and follows LC_CTYPE on other platforms. This is inconvenient for PostgreSQL server processes, so realiz

[COMMITTERS] pgsql: Document effect of constant folding on CASE.

2013-06-26 Thread Noah Misch
Document effect of constant folding on CASE. Back-patch to all supported versions. Laurenz Albe Branch -- REL8_4_STABLE Details --- http://git.postgresql.org/pg/commitdiff/d5ce39365f8b014e76277af6f6d9b0cd80691e1d Modified Files -- doc/src/sgml/func.sgml | 10 ++ 1

[COMMITTERS] pgsql: Document effect of constant folding on CASE.

2013-06-26 Thread Noah Misch
Document effect of constant folding on CASE. Back-patch to all supported versions. Laurenz Albe Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/d53f7cf11658a3252a6fddf308b992b751379f09 Modified Files -- doc/src/sgml/func.sgml | 10 ++ 1 file ch

[COMMITTERS] pgsql: Document effect of constant folding on CASE.

2013-06-26 Thread Noah Misch
Document effect of constant folding on CASE. Back-patch to all supported versions. Laurenz Albe Branch -- REL9_1_STABLE Details --- http://git.postgresql.org/pg/commitdiff/8356d9498860cd377eb1edd8b64a840b6b411081 Modified Files -- doc/src/sgml/func.sgml | 10 ++ 1

[COMMITTERS] pgsql: Document effect of constant folding on CASE.

2013-06-26 Thread Noah Misch
Document effect of constant folding on CASE. Back-patch to all supported versions. Laurenz Albe Branch -- REL9_2_STABLE Details --- http://git.postgresql.org/pg/commitdiff/1f3fbced6502dbe0427331dfa47fed0f3c50b955 Modified Files -- doc/src/sgml/func.sgml | 10 ++ 1

[COMMITTERS] pgsql: Document effect of constant folding on CASE.

2013-06-26 Thread Noah Misch
Document effect of constant folding on CASE. Back-patch to all supported versions. Laurenz Albe Branch -- REL9_0_STABLE Details --- http://git.postgresql.org/pg/commitdiff/ca1700130be70d6b2c5dfcabbf0717036bf6bded Modified Files -- doc/src/sgml/func.sgml | 10 ++ 1

[COMMITTERS] pgsql: Initialize pad bytes in GinFormTuple().

2013-06-26 Thread Noah Misch
Initialize pad bytes in GinFormTuple(). Every other core buffer page consumer initializes the bytes it furnishes to PageAddItem(). For consistency, do the same here. No back-patch; regardless, we couldn't count on the fix so long as binary upgrade can carry forward affected index builds. Branch

[COMMITTERS] pgsql: Cooperate with the Valgrind instrumentation framework.

2013-06-26 Thread Noah Misch
Cooperate with the Valgrind instrumentation framework. Valgrind "client requests" in aset.c and mcxt.c teach Valgrind and its Memcheck tool about the PostgreSQL allocator. This makes Valgrind roughly as sensitive to memory errors involving palloc chunks as it is to memory errors involving malloc

[COMMITTERS] pgsql: Refactor aset.c and mcxt.c in preparation for Valgrind cooperati

2013-06-26 Thread Noah Misch
Refactor aset.c and mcxt.c in preparation for Valgrind cooperation. Move some repeated debugging code into functions and store intermediates in variables where not presently necessary. No code-generation changes in a production build, and no functional changes. This simplifies and focuses the ma

[COMMITTERS] pgsql: Document effect of constant folding on CASE.

2013-06-26 Thread Noah Misch
Document effect of constant folding on CASE. Back-patch to all supported versions. Laurenz Albe Branch -- REL9_3_STABLE Details --- http://git.postgresql.org/pg/commitdiff/40265e3446b0c037510bb05dfe80e4131e77b754 Modified Files -- doc/src/sgml/func.sgml | 10 ++ 1

[COMMITTERS] pgsql: Tweak wording in sequence-function docs to avoid PDF build failu

2013-06-26 Thread Tom Lane
Tweak wording in sequence-function docs to avoid PDF build failures. Adjust the wording in the first para of "Sequence Manipulation Functions" so that neither of the link phrases in it break across line boundaries, in either A4- or US-page-size PDF output. This fixes a reported build failure for

[COMMITTERS] pgsql: Tweak wording in sequence-function docs to avoid PDF build failu

2013-06-26 Thread Tom Lane
Tweak wording in sequence-function docs to avoid PDF build failures. Adjust the wording in the first para of "Sequence Manipulation Functions" so that neither of the link phrases in it break across line boundaries, in either A4- or US-page-size PDF output. This fixes a reported build failure for

[COMMITTERS] pgsql: Tweak wording in sequence-function docs to avoid PDF build failu

2013-06-26 Thread Tom Lane
Tweak wording in sequence-function docs to avoid PDF build failures. Adjust the wording in the first para of "Sequence Manipulation Functions" so that neither of the link phrases in it break across line boundaries, in either A4- or US-page-size PDF output. This fixes a reported build failure for

[COMMITTERS] pgsql: Tweak wording in sequence-function docs to avoid PDF build failu

2013-06-26 Thread Tom Lane
Tweak wording in sequence-function docs to avoid PDF build failures. Adjust the wording in the first para of "Sequence Manipulation Functions" so that neither of the link phrases in it break across line boundaries, in either A4- or US-page-size PDF output. This fixes a reported build failure for

[COMMITTERS] pgsql: Tweak wording in sequence-function docs to avoid PDF build failu

2013-06-26 Thread Tom Lane
Tweak wording in sequence-function docs to avoid PDF build failures. Adjust the wording in the first para of "Sequence Manipulation Functions" so that neither of the link phrases in it break across line boundaries, in either A4- or US-page-size PDF output. This fixes a reported build failure for

[COMMITTERS] pgsql: Tweak wording in sequence-function docs to avoid PDF build failu

2013-06-26 Thread Tom Lane
Tweak wording in sequence-function docs to avoid PDF build failures. Adjust the wording in the first para of "Sequence Manipulation Functions" so that neither of the link phrases in it break across line boundaries, in either A4- or US-page-size PDF output. This fixes a reported build failure for

Re: [COMMITTERS] pgsql: Tweak wording in sequence-function docs to avoid PDF build failu

2013-06-26 Thread Erik Rijkers
On Thu, June 27, 2013 06:28, Tom Lane wrote: > Tweak wording in sequence-function docs to avoid PDF build failures. > This does indeed fix the .PDF building I reported a few weeks ago. Thank you very much! Erik Rijkers -- Sent via pgsql-committers mailing list ([email protected]