Re: [COMMITTERS] pg-migrator - pg_migrator: Improve tsvector conversion script.

2009-05-31 Thread Michael Glaesemann
At one time I believe pgfoundry project commit emails included an X- PgFoundry flag. This was helpful for filtering. I notice that this email does not have one. Has something changed wrt the commit emails? Michael Glaesemann grzm seespotcode net On May 31, 2009, at 16:25 , User Bmomjian wro

[COMMITTERS] npgsql - Npgsql2: Force InvariantCulture for fractional seconds in

2009-05-31 Thread User Jbcooley
Log Message: --- Force InvariantCulture for fractional seconds in ToString (thanks to Otto H) Modified Files: -- Npgsql2/src/NpgsqlTypes: DateDatatypes.cs (r1.7 -> r1.8) (http%3A%2F%2Fcvs.pgfoundry.org%2Fcgi-bin%2Fcvsweb.cgi%2Fnpgsql%2FNpgsql2%2Fsrc%2FNpgsq

[COMMITTERS] npgsql - Npgsql2: Test ToString in other cultures (thanks to Otto H)

2009-05-31 Thread User Jbcooley
Log Message: --- Test ToString in other cultures (thanks to Otto H) Modified Files: -- Npgsql2/testsuite/noninteractive/NUnit20: TypesTests.cs (r1.5 -> r1.6) (http%3A%2F%2Fcvs.pgfoundry.org%2Fcgi-bin%2Fcvsweb.cgi%2Fnpgsql%2FNpgsql2%2Ftestsuite%2Fnoninteract

[COMMITTERS] pgsql: Update obsolete comment in index_drop().

2009-05-31 Thread Tom Lane
Log Message: --- Update obsolete comment in index_drop(). When the comment was written, queries frequently took no lock at all on individual indexes. That's not true any more, but we still need lock on the parent table to make it safe to use cached lists of index OIDs. Modified Files: --

[COMMITTERS] pg-migrator - pg_migrator: Improve tsvector conversion script.

2009-05-31 Thread User Bmomjian
Log Message: --- Improve tsvector conversion script. Modified Files: -- pg_migrator/src: version.c (r1.16 -> r1.17) (http%3A%2F%2Fcvs.pgfoundry.org%2Fcgi-bin%2Fcvsweb.cgi%2Fpg-migrator%2Fpg_migrator%2Fsrc%2Fversion.c%3Fr1%3D1.16%26r2%3D1.17) -- Sent via p

[COMMITTERS] npgsql - Npgsql2: NpgsqlDate tests.

2009-05-31 Thread User Jbcooley
Log Message: --- NpgsqlDate tests. Modified Files: -- Npgsql2/testsuite/noninteractive/NUnit20: TypesTests.cs (r1.4 -> r1.5) (http%3A%2F%2Fcvs.pgfoundry.org%2Fcgi-bin%2Fcvsweb.cgi%2Fnpgsql%2FNpgsql2%2Ftestsuite%2Fnoninteractive%2FNUnit20%2FTypesTests.cs%3Fr

[COMMITTERS] npgsql - Npgsql2: Changed mechanism used to calculate fractional seconds

2009-05-31 Thread User Jbcooley
Log Message: --- Changed mechanism used to calculate fractional seconds so they get represented correctly in string format. Modified Files: -- Npgsql2/src/NpgsqlTypes: DateDatatypes.cs (r1.6 -> r1.7) (http%3A%2F%2Fcvs.pgfoundry.org%2Fcgi-bin%2Fcvsweb.cgi%2

[COMMITTERS] npgsql - Npgsql2: New tests to represent precision in ToString().

2009-05-31 Thread User Jbcooley
Log Message: --- New tests to represent precision in ToString(). Modified Files: -- Npgsql2/testsuite/noninteractive/NUnit20: TypesTests.cs (r1.3 -> r1.4) (http%3A%2F%2Fcvs.pgfoundry.org%2Fcgi-bin%2Fcvsweb.cgi%2Fnpgsql%2FNpgsql2%2Ftestsuite%2Fnoninteractive

[COMMITTERS] pg-migrator - pg_migrator: Use simple text cast to migrate tsvector

2009-05-31 Thread User Bmomjian
Log Message: --- Use simple text cast to migrate tsvector columns. Group multi-column changes into a single ALTER TABLE statement. Ideas from Greg Stark. Modified Files: -- pg_migrator/func: pg_migrator.c (r1.8 -> r1.9) (http%3A%2F%2Fcvs.pgfoundry.org%2Fc