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)
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
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
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
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
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
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
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
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)
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)
---
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
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
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
13 matches
Mail list logo