[COMMITTERS] pgsql: Change the "N.

2010-05-20 Thread Magnus Hagander
Log Message: --- Change the "N. Central Asia Standard Time" timezone to map to Asia/Novosibirsk on Windows. Microsoft changed the behaviour of this zone in the timezone update from KB976098. The zones differ in handling of DST, and the old zone was just removed. Noted by Dmitry Funk Modi

[COMMITTERS] pgsql: Change the "N.

2010-05-20 Thread Magnus Hagander
Log Message: --- Change the "N. Central Asia Standard Time" timezone to map to Asia/Novosibirsk on Windows. Microsoft changed the behaviour of this zone in the timezone update from KB976098. The zones differ in handling of DST, and the old zone was just removed. Noted by Dmitry Funk Tags

[COMMITTERS] pgsql: Change the "N.

2010-05-20 Thread Magnus Hagander
Log Message: --- Change the "N. Central Asia Standard Time" timezone to map to Asia/Novosibirsk on Windows. Microsoft changed the behaviour of this zone in the timezone update from KB976098. The zones differ in handling of DST, and the old zone was just removed. Noted by Dmitry Funk Tags

[COMMITTERS] pgsql: Change the "N.

2010-05-20 Thread Magnus Hagander
Log Message: --- Change the "N. Central Asia Standard Time" timezone to map to Asia/Novosibirsk on Windows. Microsoft changed the behaviour of this zone in the timezone update from KB976098. The zones differ in handling of DST, and the old zone was just removed. Noted by Dmitry Funk Tags

[COMMITTERS] pgsql: Fix index entry for lo_compat_privileges, per bug #5467 from

2010-05-20 Thread Tom Lane
Log Message: --- Fix index entry for lo_compat_privileges, per bug #5467 from KOIZUMI Satoru. Modified Files: -- pgsql/doc/src/sgml: config.sgml (r1.277 -> r1.278) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/config.sgml?r1=1.277&r2=1.278)

[COMMITTERS] pgsql: Ecpg now accepts "long long" datatypes even if "long" is 64bit

2010-05-20 Thread Michael Meskes
Log Message: --- Ecpg now accepts "long long" datatypes even if "long" is 64bit wide. This used to cover the equally long "long long" type. This patch closes bug #5464. Modified Files: -- pgsql/src/interfaces/ecpg/ecpglib: data.c (r1.51 -> r1.52) (http://a