[COMMITTERS] psqlodbc - psqlodbc: Prep Version 08.02.0500 The document addition which

2007-09-20 Thread User H-saito
Log Message: --- Prep Version 08.02.0500 The document addition which I have forgotten. Modified Files: -- psqlodbc/installer: README.txt (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/installer/README.txt.diff?r1=1.2&r2=1.3)

[COMMITTERS] pgsql: If we're gonna provide an --enable-profiling configure option,

2007-09-20 Thread Tom Lane
Log Message: --- If we're gonna provide an --enable-profiling configure option, surely it ought to know that you need -DLINUX_PROFILE on Linux. Modified Files: -- pgsql: configure (r1.560 -> r1.561) (http://developer.postgresql.org/cvsweb.cgi/pgsql/configur

[COMMITTERS] npgsql - Npgsql2: Fixed SSL authentication by setting an static field

2007-09-20 Thread User Fxjr
Log Message: --- Fixed SSL authentication by setting an static field to true: RSACryptoServiceProvider.UseMachineKeyStore = true. See https://bugzilla.novell.com/show_bug.cgi?id=MONO77559 and http://pgfoundry.org/forum/message.php?msg_id=1002377 for more info about that. Thanks

[COMMITTERS] pgsql: Insert a hack in pl/tcl to disable Tcl's built-in Notifier

2007-09-20 Thread Tom Lane
Log Message: --- Insert a hack in pl/tcl to disable Tcl's built-in Notifier subsystem, which has a bad habit of launching multiple threads within the backend and thereby causing all kinds of havoc. Fortunately, we don't need it, and recent Tcl versions provide an easy way to disable it. D

[COMMITTERS] jdbccache - jdbccache: added check for pool size -1

2007-09-20 Thread User Davecramer
Log Message: --- added check for pool size -1 Modified Files: -- jdbccache/wrapper-jdbc2a/src/main/java/org/postgresql/wrapper/jdbc2a: AbstractWrapperConnection.java (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/jdbccache/jdbccache/wrapper-jdb

[COMMITTERS] pgsql: Solaris portability fix that was previously made in

2007-09-20 Thread Tom Lane
Log Message: --- Solaris portability fix that was previously made in contrib/tsearch2 but got lost from the version committed to main tree. Per Greg Stark. Modified Files: -- pgsql/src/backend/utils/adt: tsquery_cleanup.c (r1.4 -> r1.5) (http://developer.p

[COMMITTERS] pgsql: Revert ill-fated patch to release exclusive lock early after

2007-09-20 Thread Tom Lane
Log Message: --- Revert ill-fated patch to release exclusive lock early after vacuum truncates a table. Introduces race condition, as shown by buildfarm failures. Modified Files: -- pgsql/src/backend/commands: vacuumlazy.c (r1.97 -> r1.98) (http://develope

[COMMITTERS] pgsql: Done: > * -Consider shrinking expired tuples to just their

2007-09-20 Thread Bruce Momjian
Log Message: --- Done: > * -Consider shrinking expired tuples to just their headers > * -Allow heap reuse of UPDATEd rows if no indexed columns are changed, > and old and new versions are on the same heap page Not needed anymore: < * Reuse index tuples that point to heap tuples that ar

[COMMITTERS] pgsql: Cleanup items from csvlog changes, per ITAGAKI Takahiro.

2007-09-20 Thread Andrew Dunstan
Log Message: --- Cleanup items from csvlog changes, per ITAGAKI Takahiro. Modified Files: -- pgsql/src/backend/postmaster: syslogger.c (r1.38 -> r1.39) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/syslogger.c?r1=1.38&r2=1.39)

[COMMITTERS] pgsql: Fix msvc warnings, patch by Hannes Eder <[EMAIL PROTECTED]>

2007-09-20 Thread Teodor Sigaev
Log Message: --- Fix msvc warnings, patch by Hannes Eder <[EMAIL PROTECTED]> Modified Files: -- pgsql/src/backend/utils/adt: tsrank.c (r1.7 -> r1.8) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/tsrank.c?r1=1.7&r2=1.8) ---

[COMMITTERS] pgsql: HOT updates.

2007-09-20 Thread Tom Lane
Log Message: --- HOT updates. When we update a tuple without changing any of its indexed columns, and the new version can be stored on the same heap page, we no longer generate extra index entries for the new version. Instead, index searches follow the HOT-chain links to ensure they find

[COMMITTERS] npgsql - Npgsql2: Fix for bug: [#1007697] Parameter name is not

2007-09-20 Thread User Fxjr
Log Message: --- Fix for bug: [#1007697] Parameter name is not trimmed NpgsqlParameter constructor. Thanks Joren Six for patch. Modified Files: -- Npgsql2/src/Npgsql: NpgsqlParameter.cs (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/n

[COMMITTERS] npgsql - Npgsql2: Improved connection string parsing.

2007-09-20 Thread User Fxjr
Log Message: --- Improved connection string parsing. Thanks Ben Sagal for patch. Modified Files: -- Npgsql2/src/Npgsql: NpgsqlConnectionString.cs (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/NpgsqlConnectio