[COMMITTERS] pgsql: Fix MSVC build (I think) for recent pg_proc.h column addition.

2007-09-02 Thread Tom Lane
Log Message: --- Fix MSVC build (I think) for recent pg_proc.h column addition. This business with two independent build systems does kinda suck. Modified Files: -- pgsql/src/tools/msvc: Solution.pm (r1.31 -> r1.32) (http://developer.postgresql.org/cvsweb.c

[COMMITTERS] pgsql: Improve stylistic consistency of descriptions of built-in objects

2007-09-02 Thread Tom Lane
Log Message: --- Improve stylistic consistency of descriptions of built-in objects by avoiding initcap style --- the vast majority of the existing descriptions do not use an initial cap. I didn't change places where the first word was all-cap. initdb not forced because this doesn't change

[COMMITTERS] pgsql: Add an ORDER BY to nail down the expected row order from a query

2007-09-02 Thread Tom Lane
Log Message: --- Add an ORDER BY to nail down the expected row order from a query that's been shown to be sensitive to concurrent autovacuum. Per Alvaro. Modified Files: -- pgsql/src/test/regress/sql: cluster.sql (r1.11 -> r1.12) (http://developer.postgres

[COMMITTERS] pgsql: Fix breakage of GIN support for varchar[] and cidr[] that I

2007-09-02 Thread Tom Lane
Log Message: --- Fix breakage of GIN support for varchar[] and cidr[] that I introduced in the operator-family rewrite. I had mistakenly supposed that these could use the pg_amproc entries for text[] and inet[] respectively. However, binary compatibility of the underlying types does not m

[COMMITTERS] pgsql: Implement function-local GUC parameter settings, as per recent

2007-09-02 Thread Tom Lane
Log Message: --- Implement function-local GUC parameter settings, as per recent discussion. There are still some loose ends: I didn't do anything about the SET FROM CURRENT idea yet, and it's not real clear whether we are happy with the interaction of SET LOCAL with function-local settings.

[COMMITTERS] docbot - docbot: Fixed typo spotted by mastermind

2007-09-02 Thread User Pjmodos
Log Message: --- Fixed typo spotted by mastermind Modified Files: -- docbot: docbot.pl (r1.64 -> r1.65) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/docbot/docbot/docbot.pl.diff?r1=1.64&r2=1.65) ---(end of broadcast)