[COMMITTERS] pgsql: Cancel running query if it is detected that the connection to th

2011-12-09 Thread Heikki Linnakangas
Cancel running query if it is detected that the connection to the client is lost. The only way we detect that at the moment is when write() fails when we try to write to the socket. Florian Pflug with small changes by me, reviewed by Greg Jaskiewicz. Branch -- master Details --- http://g

[COMMITTERS] pgsql: Don't set reachedMinRecoveryPoint during crash recovery. In cras

2011-12-09 Thread Heikki Linnakangas
Don't set reachedMinRecoveryPoint during crash recovery. In crash recovery, we don't reach consistency before replaying all of the WAL. Rename the variable to reachedConsistency, to make its intention clearer. In master, that was an active bug because of the recent patch to immediately PANIC if a

[COMMITTERS] pgsql: Don't set reachedMinRecoveryPoint during crash recovery. In cras

2011-12-09 Thread Heikki Linnakangas
Don't set reachedMinRecoveryPoint during crash recovery. In crash recovery, we don't reach consistency before replaying all of the WAL. Rename the variable to reachedConsistency, to make its intention clearer. In master, that was an active bug because of the recent patch to immediately PANIC if a

[COMMITTERS] pgsql: Don't set reachedMinRecoveryPoint during crash recovery. In cras

2011-12-09 Thread Heikki Linnakangas
Don't set reachedMinRecoveryPoint during crash recovery. In crash recovery, we don't reach consistency before replaying all of the WAL. Rename the variable to reachedConsistency, to make its intention clearer. In master, that was an active bug because of the recent patch to immediately PANIC if a

[COMMITTERS] pgsql: Add ALTER FOREIGN DATA WRAPPER / RENAME and ALTER SERVER / RENAM

2011-12-09 Thread Peter Eisentraut
Add ALTER FOREIGN DATA WRAPPER / RENAME and ALTER SERVER / RENAME Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/5bcf8ede45c780e4ac394397bd0413118f3a162f Modified Files -- doc/src/sgml/ref/alter_foreign_data_wrapper.sgml | 22 ++- doc/src/sgml/ref/a

[COMMITTERS] pgsql: If pg_test_fsync is interrupted, clean up the temp file.

2011-12-09 Thread Robert Haas
If pg_test_fsync is interrupted, clean up the temp file. Marti Raudsepp, with additional paranoia by me. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/ab7d4213f93f0ef0e45b9b9343725974f196b091 Modified Files -- contrib/pg_test_fsync/pg_test_fsync.c |

[COMMITTERS] npgsql - Npgsql2: Removed NpgsqlConnector finalizer call.

2011-12-09 Thread User Fxjr
Log Message: --- Removed NpgsqlConnector finalizer call. Now connection close handling in the worst case is done by the NpgsqlNetworkStream which takes care of sending the proper Postgresql message when disposing the underlying socket. Modified Files: -- Npgsql2/src/Npgs

[COMMITTERS] npgsql - Npgsql2: Fixed line endings.

2011-12-09 Thread User Fxjr
Log Message: --- Fixed line endings. Modified Files: -- Npgsql2/src/Npgsql: NpgsqlConnectorPool.cs (r1.18 -> r1.19) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/NpgsqlConnectorPool.cs?r1=1.18&r2=1.19) -- Sent via pgsql-committer

[COMMITTERS] npgsql - Npgsql2: Fix [#1011100] NpgsqlParameter and DBNull Value.

2011-12-09 Thread User Fxjr
Log Message: --- Fix [#1011100] NpgsqlParameter and DBNull Value. Now NpgsqlParameter changes the dbtype accordingly to the value assigned to it unless the dbtype has been assigned explicitly. Modified Files: -- Npgsql2/src/Npgsql: NpgsqlParameter.cs (r1.27 -> r1