[COMMITTERS] npgsql - Npgsql2: Applied patch #1011157.

2012-02-02 Thread User Fxjr
Log Message: --- Applied patch #1011157. Fixes bug #1011102 - DateTimeOffset/TimeSpan mapping problem on EF 4.1, .NET 4, using code first. Thanks Mirko Geffken for patch. Modified Files: -- Npgsql2/src/Npgsql: NpgsqlProviderManifest.cs (r1.9 -> r1.10) (ht

[COMMITTERS] pgsql: Allow spgist's text_ops to handle pattern-matching operators.

2012-02-02 Thread Robert Haas
Allow spgist's text_ops to handle pattern-matching operators. This was presumably intended to work this way all along, but a few key bits of indxpath.c didn't get the memo. Robert Haas and Tom Lane Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/0ed7445d7317318ffed0

[COMMITTERS] pgsql: ecpg: Improve test building

2012-02-02 Thread Peter Eisentraut
ecpg: Improve test building Further improve on commit c75e1436467f32a06b5ab9d594d2a390e7f4594d. Instead of building both .o files and binaries in the same make rule, just rely on the normal .c -> .o rule. This will ensure that dependency tracking is used when enabled. To do this, disable the imp