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