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
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
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
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:
--
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
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
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
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
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