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