[COMMITTERS] pgsql: Docs review for unaccent: fix grammar, markup, etc.

2010-08-24 Thread Tom Lane
Log Message: --- Docs review for unaccent: fix grammar, markup, etc. Tags: REL9_0_STABLE Modified Files: -- pgsql/doc/src/sgml: unaccent.sgml (r1.3.6.2 -> r1.3.6.3) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/unaccent.sgml?r1=1.3.6.2&

[COMMITTERS] pgsql: Docs review for unaccent: fix grammar, markup, etc.

2010-08-24 Thread Tom Lane
Log Message: --- Docs review for unaccent: fix grammar, markup, etc. Modified Files: -- pgsql/doc/src/sgml: unaccent.sgml (r1.5 -> r1.6) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/unaccent.sgml?r1=1.5&r2=1.6) -- Sent via pgsql-committers

[COMMITTERS] orafce - orafce: Adjusted to 9.1.

2010-08-24 Thread User Itagaki
Log Message: --- Adjusted to 9.1. It has concat() and reverse() in the core. Modified Files: -- orafce: aggregate.c (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/aggregate.c?r1=1.3&r2=1.4) orafunc-8.1.sql (r1.1 -> r1.2)

[COMMITTERS] pgsql: Avoid passing signed chars to functions ...

2010-08-24 Thread Tom Lane
Log Message: --- Avoid passing signed chars to functions ... same old portability mistake as always. Per buildfarm member pika. Modified Files: -- pgsql/src/bin/psql: command.c (r1.228 -> r1.229) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psq

[COMMITTERS] pgsql: Update 9.0 release notes for changes since beta4.

2010-08-24 Thread Tom Lane
Log Message: --- Update 9.0 release notes for changes since beta4. Note: as usual, bug fixes that were also applied in back branches are not considered material to include in a new major release's notes. Tags: REL9_0_STABLE Modified Files: -- pgsql/doc/src/sgml:

[COMMITTERS] pgsql: Update 9.0 release notes for changes since beta4.

2010-08-24 Thread Tom Lane
Log Message: --- Update 9.0 release notes for changes since beta4. Note: as usual, bug fixes that were also applied in back branches are not considered material to include in a new major release's notes. Modified Files: -- pgsql/doc/src/sgml: release-9.0.sgml (r2.5

[COMMITTERS] pgsql: Further editing of release notes.

2010-08-24 Thread Tom Lane
Log Message: --- Further editing of release notes. Tags: REL9_0_STABLE Modified Files: -- pgsql/doc/src/sgml: release-9.0.sgml (r2.39.2.8 -> r2.39.2.9) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release-9.0.sgml?r1=2.39.2.8&r2=2.39.2

[COMMITTERS] pgsql: Further editing of release notes.

2010-08-24 Thread Tom Lane
Log Message: --- Further editing of release notes. Modified Files: -- pgsql/doc/src/sgml: release-9.0.sgml (r2.51 -> r2.52) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release-9.0.sgml?r1=2.51&r2=2.52) -- Sent via pgsql-committers mailing

[COMMITTERS] pgsql: Make EXPLAIN show the function call expression of a FunctionScan

2010-08-24 Thread Tom Lane
Log Message: --- Make EXPLAIN show the function call expression of a FunctionScan plan node, but only in VERBOSE mode. Per discussion. Modified Files: -- pgsql/src/backend/commands: explain.c (r1.207 -> r1.208) (http://anoncvs.postgresql.org/cvsweb.cgi/pgs

[COMMITTERS] pgsql: When in automatic dependency mode, never delete any intermediate

2010-08-24 Thread Peter Eisentraut
Log Message: --- When in automatic dependency mode, never delete any intermediate files automatically. Otherwise, the following could happen: When starting from a clean source tree, the first build would delete the intermediate file, but also create the dependency file, which mentions the

[COMMITTERS] pgsql: Fix awkward wording in Incrementally Updated Backups docs.

2010-08-24 Thread Bruce Momjian
Log Message: --- Fix awkward wording in Incrementally Updated Backups docs. Backpatch to 9.0.X. Tags: REL9_0_STABLE Modified Files: -- pgsql/doc/src/sgml: high-availability.sgml (r1.77.2.2 -> r1.77.2.3) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql

[COMMITTERS] pgsql: Fix awkward wording in Incrementally Updated Backups docs.

2010-08-24 Thread Bruce Momjian
Log Message: --- Fix awkward wording in Incrementally Updated Backups docs. Backpatch to 9.0.X. Modified Files: -- pgsql/doc/src/sgml: high-availability.sgml (r1.79 -> r1.80) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/high-availability.sg

[COMMITTERS] pgsql: Clarifications for 9.0 release notes Josh Berkus

2010-08-24 Thread Bruce Momjian
Log Message: --- Clarifications for 9.0 release notes Josh Berkus Tags: REL9_0_STABLE Modified Files: -- pgsql/doc/src/sgml: release-9.0.sgml (r2.39.2.7 -> r2.39.2.8) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release-9.0.sgml?r1=2.

[COMMITTERS] pgsql: Clarifications for 9.0 release notes Josh Berkus

2010-08-24 Thread Bruce Momjian
Log Message: --- Clarifications for 9.0 release notes Josh Berkus Modified Files: -- pgsql/doc/src/sgml: release-9.0.sgml (r2.50 -> r2.51) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release-9.0.sgml?r1=2.50&r2=2.51) -- Sent via pgsql-co

[COMMITTERS] pgsql: Update autovacuum_freeze_max_age documentation to mention that

2010-08-24 Thread Bruce Momjian
Log Message: --- Update autovacuum_freeze_max_age documentation to mention that the default is low because of pg_clog file removal. Backpatch to 9.0.X. Tags: REL9_0_STABLE Modified Files: -- pgsql/doc/src/sgml: config.sgml (r1.294.2.7 -> r1.294.2.8)

[COMMITTERS] pgsql: Update autovacuum_freeze_max_age documentation to mention that

2010-08-24 Thread Bruce Momjian
Log Message: --- Update autovacuum_freeze_max_age documentation to mention that the default is low because of pg_clog file removal. Backpatch to 9.0.X. Modified Files: -- pgsql/doc/src/sgml: config.sgml (r1.307 -> r1.308) (http://anoncvs.postgresql.org/cvs

Re: [COMMITTERS] pgsql: Add string functions: concat(), concat_ws(), left(), right(), and

2010-08-24 Thread Thom Brown
On 24 August 2010 08:30, Pavel Stehule wrote: > Hello > > documentation for left / right (negative parameters) maybe missing a > word "without (without first/last n chars). Maybe not - I am not > native speaker. You mean "Return without first n characters in the string."? No, that wouldn't make

Re: [COMMITTERS] pgsql: Add string functions: concat(), concat_ws(), left(), right(), and

2010-08-24 Thread Pavel Stehule
Hello documentation for left / right (negative parameters) maybe missing a word "without (without first/last n chars). Maybe not - I am not native speaker. Regards Pavel 2010/8/24 Takahiro Itagaki : > Log Message: > --- > Add string functions: concat(), concat_ws(), left(), right(), and