[COMMITTERS] pgsql: Fix a comment for MergeAttributes.

2011-02-06 Thread Itagaki Takahiro
Fix a comment for MergeAttributes. We forgot to adjust it when we changed relistemp to relpersistence. Branch -- master Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=c18f51da17d8cf01d62218e0404e18ba246bde54 Modified Files -- src/backend/commands

Re: [COMMITTERS] pgsql: remove tags.

2011-02-06 Thread Robert Haas
On Sun, Feb 6, 2011 at 11:12 PM, Tom Lane wrote: > Bruce Momjian writes: >> Bruce Momjian wrote: >>> remove tags. > >> Sorry, vague commit message (I forgot squash). > >> Can I will use git ammend to improve this message? Absolutely not. > How about git revert, instead?  It's not apparent to me

Re: [COMMITTERS] pgsql: remove tags.

2011-02-06 Thread Tom Lane
Bruce Momjian writes: > Bruce Momjian wrote: >> remove tags. > Sorry, vague commit message (I forgot squash). > Can I will use git ammend to improve this message? How about git revert, instead? It's not apparent to me that these changes were improvements. regards, tom

[COMMITTERS] pgsql: Supply now required HeUTF8 macro for plperl where it's missing,

2011-02-06 Thread Andrew Dunstan
Supply now required HeUTF8 macro for plperl where it's missing, per buildfarm results. Branch -- master Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=c852e95b0bcbe708ba64b9499e50b9cc98bd7b71 Modified Files -- src/pl/plperl/plperl.h |7 +

[COMMITTERS] pgsql: Fix error messages for FreeFile in COPY command.

2011-02-06 Thread Itagaki Takahiro
Fix error messages for FreeFile in COPY command. They are extracted from COPY API patch. suggested by Noah Misch Branch -- master Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=fb7355e0cedfadd437c30c73cfb71af7ff8933b1 Modified Files -- src/backe

Re: [COMMITTERS] pgsql: remove tags.

2011-02-06 Thread Bruce Momjian
Bruce Momjian wrote: > remove tags. Sorry, vague commit message (I forgot squash). Can I will use git ammend to improve this message? --- > > Branch > -- > master > > Details > --- > http://git.postgresql.org/git

[COMMITTERS] pgsql: remove tags.

2011-02-06 Thread Bruce Momjian
remove tags. Branch -- master Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=ad762426333aac5bd8e1ceac753bebe4a6411c28 Modified Files -- doc/src/sgml/advanced.sgml |2 +- doc/src/sgml/array.sgml |2 +- doc/src/sgml/backu

[COMMITTERS] pgsql: Force strings passed to and from plperl to be in UTF8 encoding.

2011-02-06 Thread Andrew Dunstan
Force strings passed to and from plperl to be in UTF8 encoding. String are converted to UTF8 on the way into perl and to the database encoding on the way back. This avoids a number of observed anomalies, and ensures Perl a consistent view of the world. Some minor code cleanups are also accomplish

[COMMITTERS] npgsql - Npgsql2: Forget to add mail reference for last commit:

2011-02-06 Thread User Fxjr
Log Message: --- Forget to add mail reference for last commit: http://lists.pgfoundry.org/pipermail/npgsql-devel/2011-February/001117.html Modified Files: -- Npgsql2/src/Npgsql: NpgsqlConnectionStringBuilder.cs (r1.12 -> r1.13) (http://cvs.pgfoundry.org/cg

[COMMITTERS] npgsql - Npgsql2: Added performance patch to GetKeyName method.

2011-02-06 Thread User Fxjr
Log Message: --- Added performance patch to GetKeyName method. Thanks Dan Smith for patch. Modified Files: -- Npgsql2/src/Npgsql: NpgsqlConnectionStringBuilder.cs (r1.11 -> r1.12) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/Npgsq

[COMMITTERS] pgsql: Adjust libpq docs to be clearer about 'hostaddr' usage by reword

2011-02-06 Thread Bruce Momjian
Adjust libpq docs to be clearer about 'hostaddr' usage by rewording and using an itemized list. Branch -- master Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=5ed45ac09c604555740e7365a722b641f3bce498 Modified Files -- doc/src/sgml/libpq.sgml |

[COMMITTERS] pgsql: Rename macro DECIMAL to DECIMAL_T to help pgindent; this is alr

2011-02-06 Thread Bruce Momjian
Rename macro DECIMAL to DECIMAL_T to help pgindent; this is already done for a few other macros in that file, for other reasons. I also remove pgindent/README mention of the file. Branch -- master Details --- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=97116ca4170b9

Re: [COMMITTERS] pgsql: Mention why one C file fails pgindent.

2011-02-06 Thread Bruce Momjian
Andrew Dunstan wrote: > > > Bruce Momjian wrote: > > Log Message: > > --- > > Mention why one C file fails pgindent. > > > > Modified Files: > > -- > > pgsql/src/tools/pgindent: > > README (r1.41 -> r1.42) > > > > (http://anoncvs.postgresql.org/cvsweb.cgi/