[COMMITTERS] npgsql - Npgsql2: Really fixed culture dependent representation of

2009-02-25 Thread User Fxjr
Log Message: --- Really fixed culture dependent representation of floating numbers. Now it uses a invariant culture representation. Thanks Antonio Leiva for heads up. Modified Files: -- Npgsql2/src/NpgsqlTypes: NpgsqlTypeConverters.cs (r1.15 -> r1.16) (ht

[COMMITTERS] pgsql: Fix an old problem in decompilation of CASE constructs: the

2009-02-25 Thread Tom Lane
Log Message: --- Fix an old problem in decompilation of CASE constructs: the ruleutils.c code looks for a CaseTestExpr to figure out what the parser did, but it failed to consider the possibility that an implicit coercion might be inserted above the CaseTestExpr. This could result in an As

[COMMITTERS] pgsql: Fix an old problem in decompilation of CASE constructs: the

2009-02-25 Thread Tom Lane
Log Message: --- Fix an old problem in decompilation of CASE constructs: the ruleutils.c code looks for a CaseTestExpr to figure out what the parser did, but it failed to consider the possibility that an implicit coercion might be inserted above the CaseTestExpr. This could result in an As

[COMMITTERS] pgsql: Fix an old problem in decompilation of CASE constructs: the

2009-02-25 Thread Tom Lane
Log Message: --- Fix an old problem in decompilation of CASE constructs: the ruleutils.c code looks for a CaseTestExpr to figure out what the parser did, but it failed to consider the possibility that an implicit coercion might be inserted above the CaseTestExpr. This could result in an As

[COMMITTERS] pgsql: Fix an old problem in decompilation of CASE constructs: the

2009-02-25 Thread Tom Lane
Log Message: --- Fix an old problem in decompilation of CASE constructs: the ruleutils.c code looks for a CaseTestExpr to figure out what the parser did, but it failed to consider the possibility that an implicit coercion might be inserted above the CaseTestExpr. This could result in an As

[COMMITTERS] pgsql: Remove references to foreign data wrapper libraries, since they

2009-02-25 Thread Magnus Hagander
Log Message: --- Remove references to foreign data wrapper libraries, since they have been removed. This should unbreak the msvc build again. Modified Files: -- pgsql/src/tools/msvc: Mkvcbuild.pm (r1.36 -> r1.37) (http://anoncvs.postgresql.org/cvsweb.cgi/pg

[COMMITTERS] npgsql - Npgsql2: Fix bug with new bytea conversion [#1010562]

2009-02-25 Thread User Talliesin
Log Message: --- Fix bug with new bytea conversion [#1010562] Modified Files: -- Npgsql2/src/NpgsqlTypes: NpgsqlTypeConverters.cs (r1.14 -> r1.15) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/NpgsqlTypes/NpgsqlTypeConverters.cs.diff?r1=1.

[COMMITTERS] pgsql: Use the same style in the help synopsis that other programs are

2009-02-25 Thread Peter Eisentraut
Log Message: --- Use the same style in the help synopsis that other programs are using. Modified Files: -- pgsql/src/bin/pg_config: pg_config.c (r1.30 -> r1.31) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_config/pg_config.c?r1=1.30&r2=1.31)

[COMMITTERS] pgsql: Clean up help (-?) output.

2009-02-25 Thread Peter Eisentraut
Log Message: --- Clean up help (-?) output. Modified Files: -- pgsql/contrib/vacuumlo: vacuumlo.c (r1.38 -> r1.39) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/vacuumlo/vacuumlo.c?r1=1.38&r2=1.39) -- Sent via pgsql-committers mailing list (pgsq

[COMMITTERS] pgsql: Remove feof(stdin) calls related to when to prompt for a

2009-02-25 Thread Peter Eisentraut
Log Message: --- Remove feof(stdin) calls related to when to prompt for a password, leftovers from when the password was read from stdin. Modified Files: -- pgsql/contrib/oid2name: oid2name.c (r1.33 -> r1.34) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/

[COMMITTERS] pgsql: Sort the output of --help mostly alphabetical, make it align

2009-02-25 Thread Peter Eisentraut
Log Message: --- Sort the output of --help mostly alphabetical, make it align better, make help of pg_dump and pg_dumpall more similar. Modified Files: -- pgsql/src/bin/initdb: initdb.c (r1.167 -> r1.168) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/

[COMMITTERS] pgsql: Put back a "continue" that went missing in the changes to start

2009-02-25 Thread Heikki Linnakangas
Log Message: --- Put back a "continue" that went missing in the changes to start background writer in WAL recovery. Modified Files: -- pgsql/src/backend/postmaster: postmaster.c (r1.573 -> r1.574) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/