[COMMITTERS] npgsql - Npgsql: 2008-09-03 Francisco Figueiredo Jr.

2007-09-03 Thread User Fxjr
Log Message: --- 2008-09-03 Francisco Figueiredo Jr. <[EMAIL PROTECTED]> NpgsqlCommandBuilder.cs: Removed Gridnine patch as the permission to relicense to BSD couldn't be obtained. Modified Files: -- Npgsql/src/Npgsql: NpgsqlCommandBuilder.cs (r1.15 ->

[COMMITTERS] npgsql - Npgsql: 2007-09-03 Francisco Figueiredo Jr.

2007-09-03 Thread User Fxjr
Log Message: --- 2007-09-03 Francisco Figueiredo Jr. <[EMAIL PROTECTED]> License.txt: Changed license from LGPL to BSD. Modified Files: -- Npgsql: LICENSE.txt (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql/LICENSE.txt.

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

2007-09-03 Thread Bruce Momjian
Are there any SGML changes related to this? --- Tom Lane wrote: > Log Message: > --- > Improve stylistic consistency of descriptions of built-in objects by avoiding > initcap style --- the vast majority of the existi

[COMMITTERS] pgsql: Support SET FROM CURRENT in CREATE/ALTER FUNCTION, ALTER

2007-09-03 Thread Tom Lane
Log Message: --- Support SET FROM CURRENT in CREATE/ALTER FUNCTION, ALTER DATABASE, ALTER ROLE. (Actually, it works as a plain statement too, but I didn't document that because it seems a bit useless.) Unify VariableResetStmt with VariableSetStmt, and clean up some ancient cruft in the rep

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

2007-09-03 Thread Tom Lane
Bruce Momjian <[EMAIL PROTECTED]> writes: > Are there any SGML changes related to this? Don't think so --- what sort of changes have you got in mind? regards, tom lane ---(end of broadcast)--- TIP 6: explain analyze is your

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

2007-09-03 Thread Bruce Momjian
Tom Lane wrote: > Bruce Momjian <[EMAIL PROTECTED]> writes: > > Are there any SGML changes related to this? > > Don't think so --- what sort of changes have you got in mind? >From textsearch.sgml: => \dFp+ Fulltext parser "pg_catalog.default" Method

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

2007-09-03 Thread Tom Lane
Bruce Momjian <[EMAIL PROTECTED]> writes: > My question is whether there are any psql output examples in the SGML > that will change. Oh, not sure. It wouldn't be a significant change, but I guess it would be good for the examples to match exactly. I'll look. regards, to

[COMMITTERS] pllolcode - tmp: Start killing off shift/reduce errors

2007-09-03 Thread User Eggyknap
Log Message: --- Start killing off shift/reduce errors Modified Files: -- tmp: gram.y (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllolcode/tmp/gram.y.diff?r1=1.2&r2=1.3) ---(end of broadcast)

[COMMITTERS] pllolcode - tmp: Getting closer -- now working on MEBBE

2007-09-03 Thread User Eggyknap
Log Message: --- Getting closer -- now working on MEBBE Modified Files: -- tmp: gram.y (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pllolcode/tmp/gram.y.diff?r1=1.3&r2=1.4) scan.l (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-

[COMMITTERS] pgsql: Restrict tsearch config file base names to contain a-z, 0-9, and

2007-09-03 Thread Tom Lane
Log Message: --- Restrict tsearch config file base names to contain a-z, 0-9, and underscore, instead of the initial policy of whatever isalpha() likes. Per discussion. Modified Files: -- pgsql/src/backend/tsearch: ts_utils.c (r1.3 -> r1.4) (http://develop

[COMMITTERS] pgsql: Sync examples of psql \dF output with current CVS HEAD behavior.

2007-09-03 Thread Tom Lane
Log Message: --- Sync examples of psql \dF output with current CVS HEAD behavior. Random other wordsmithing. Modified Files: -- pgsql/doc/src/sgml: textsearch.sgml (r1.15 -> r1.16) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/textsearch.sg