Log Message:
---
I've attached patch to solve problem with multiple calling SQLPrepare
or SQLExecDirect with Server side prepare. The patch is based on patch
posted by Reiner. I thank you for patch and testing.
[Ludek Finstrle]
Modified Files:
--
psqlodbc:
execute
Log Message:
---
2005-12-06 Francisco Figueiredo Jr. <[EMAIL PROTECTED]>
* Fixed last time error in CommandTests. There were two tests which
were using old connection string.
Modified Files:
--
Npgsql/src/testsuite/noninteractive/NUnit20:
CommandTests.c
Log Message:
---
2005-12-06 Francisco Figueiredo Jr. <[EMAIL PROTECTED]>
* Fixed last time problem. Incorrect reference to debugging information
file name for MS.Net platform.
Modified Files:
--
Npgsql/src/Npgsql:
Npgsql.build (r1.21 -> r1.22)
Log Message:
---
Add the misc functions: inet_ntoa, inet_aton and sleep
Modified Files:
--
mysqlcompat:
all.sql (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/mysqlcompat/mysqlcompat/all.sql.diff?r1=1.2&r2=1.3)
uninstall.sql (r1.2 -> r1
Log Message:
---
2005-12-06 Francisco Figueiredo Jr. <[EMAIL PROTECTED]>
* Added last minute assembly version information.
Modified Files:
--
Npgsql/src/Npgsql:
RELEASENOTES.txt (r1.16 -> r1.17)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsq
Log Message:
---
In a nestloop inner indexscan, it's OK to use pushed-down baserestrictinfo
clauses even if it's an outer join. This is a corner case since such
clauses could only arise from weird OUTER JOIN ON conditions, but worth
fixing. Per example from Ron at cheapcomplexdevices.com.
Log Message:
---
In a nestloop inner indexscan, it's OK to use pushed-down baserestrictinfo
clauses even if it's an outer join. This is a corner case since such
clauses could only arise from weird OUTER JOIN ON conditions, but worth
fixing. Per example from Ron at cheapcomplexdevices.com.
Log Message:
---
In a nestloop inner indexscan, it's OK to use pushed-down baserestrictinfo
clauses even if it's an outer join. This is a corner case since such
clauses could only arise from weird OUTER JOIN ON conditions, but worth
fixing. Per example from Ron at cheapcomplexdevices.com.
Log Message:
---
In a nestloop inner indexscan, it's OK to use pushed-down baserestrictinfo
clauses even if it's an outer join. This is a corner case since such
clauses could only arise from weird OUTER JOIN ON conditions, but worth
fixing. Per example from Ron at cheapcomplexdevices.com.
Log Message:
---
Arrange for read-only accesses to SLRU page buffers to take only a shared
lock, not exclusive, if the desired page is already in memory. This can
be demonstrated to be a significant win on the pg_subtrans cache when there
is a large window of open transactions. It should
Log Message:
---
Add documentation on the use of *printf() macros and libintl.
Backpatch to 8.1.X.
Modified Files:
--
pgsql:
configure (r1.465 -> r1.466)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.diff?r1=1.465&r2=1.466)
configure.
Log Message:
---
Add documentation on the use of *printf() macros and libintl.
Backpatch to 8.1.X.
Tags:
REL8_1_STABLE
Modified Files:
--
pgsql:
configure (r1.461.2.2 -> r1.461.2.3)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.diff?r1=
Log Message:
---
Since my name has a non-ascii-letter in it, it's often spelled wrong. In
the latest release notes there is a latin1 character that shouldn't be
there so I made a patch to fix that. This patch also fixes some old
entries that uses o instead of ö (which is also wrong but not
Log Message:
---
Since my name has a non-ascii-letter in it, it's often spelled wrong. In
the latest release notes there is a latin1 character that shouldn't be
there so I made a patch to fix that. This patch also fixes some old
entries that uses o instead of ö (which is also wrong but not
Log Message:
---
Documentation cleanup mention:
non-ascii convert to & escapes
Modified Files:
--
pgsql/doc/src/sgml:
release.sgml (r1.402 -> r1.403)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml.diff?r1=
Log Message:
---
Document method of removing invalid UTF8 escape sequences from dump
file. Backpatch to 8.1.X.
Paul Lindner
Modified Files:
--
pgsql/doc/src/sgml:
release.sgml (r1.403 -> r1.404)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sg
Log Message:
---
Document method of removing invalid UTF8 escape sequences from dump
file. Backpatch to 8.1.X.
Paul Lindner
Tags:
REL8_1_STABLE
Modified Files:
--
pgsql/doc/src/sgml:
release.sgml (r1.400.2.1 -> r1.400.2.2)
(http://developer.postgres
Log Message:
---
iconv uses UTF-8, not UTF8.
Modified Files:
--
pgsql/doc/src/sgml:
release.sgml (r1.404 -> r1.405)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml.diff?r1=1.404&r2=1.405)
---(end of broad
Log Message:
---
iconv uses UTF-8, not UTF8.
Tags:
REL8_1_STABLE
Modified Files:
--
pgsql/doc/src/sgml:
release.sgml (r1.400.2.2 -> r1.400.2.3)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml.diff?r1=1.400.2.2&r2=1.400.2.3)
Log Message:
---
Highlight diff idea for iconv.
Modified Files:
--
pgsql/doc/src/sgml:
release.sgml (r1.405 -> r1.406)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml.diff?r1=1.405&r2=1.406)
---(end of br
Log Message:
---
Highlight diff idea for iconv.
Tags:
REL8_1_STABLE
Modified Files:
--
pgsql/doc/src/sgml:
release.sgml (r1.400.2.3 -> r1.400.2.4)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml.diff?r1=1.400.2.3&r2=1.400.2
Log Message:
---
Add:
> * Add GUC variable to run a command on database panic or
> smart/fast/immediate shutdown
Modified Files:
--
pgsql/doc:
TODO (r1.1716 -> r1.1717)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1716&r2=1.1717)
Log Message:
---
Update iconv wording, per Peter.
Modified Files:
--
pgsql/doc/src/sgml:
release.sgml (r1.406 -> r1.407)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml.diff?r1=1.406&r2=1.407)
---(end of
Log Message:
---
Update iconv wording, per Peter.
Tags:
REL8_1_STABLE
Modified Files:
--
pgsql/doc/src/sgml:
release.sgml (r1.400.2.4 -> r1.400.2.5)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml.diff?r1=1.400.2.4&r2=1.400
Log Message:
---
Get rid of slru.c's hardwired insistence on a fixed number of slots per
SLRU area. The number of slots is still a compile-time constant (someday
we might want to change that), but at least it's a different constant for
each SLRU area. Increase number of subtrans buffers t
Log Message:
---
Two fixes from Tom Lan. See the posting "[PATCHES] A couple of
proposed pgbench changes" on 2005/11/29 for more details.
The change at line 490 updates doCustom's local variable "commands"
after selecting a new file (command sequence). I think that the
existing coding wil
Log Message:
---
Improve word parser.
- improve file and path recognition
- fix misspeling
- improve tag recognition
Modified Files:
--
pgsql/contrib/tsearch2/wordparser:
parser.c (r1.4 -> r1.5)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/t
Log Message:
---
Fix stupid bug with sizeof
Tags:
REL7_3_STABLE
Modified Files:
--
pgsql/contrib/ltree:
_ltree_gist.c (r1.4 -> r1.4.2.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/ltree/_ltree_gist.c.diff?r1=1.4&r2=1.4.2.1)
---
Log Message:
---
Fix stupid bug with sizeof
Tags:
REL7_4_STABLE
Modified Files:
--
pgsql/contrib/ltree:
_ltree_gist.c (r1.7 -> r1.7.4.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/ltree/_ltree_gist.c.diff?r1=1.7&r2=1.7.4.1)
---
Log Message:
---
Fix stupid bug with sizeof
Tags:
REL8_1_STABLE
Modified Files:
--
pgsql/contrib/ltree:
_ltree_gist.c (r1.11 -> r1.11.2.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/ltree/_ltree_gist.c.diff?r1=1.11&r2=1.11.2.1)
---
Log Message:
---
Fix stupid bug with sizeof
Tags:
REL8_0_STABLE
Modified Files:
--
pgsql/contrib/ltree:
_ltree_gist.c (r1.10 -> r1.10.4.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/ltree/_ltree_gist.c.diff?r1=1.10&r2=1.10.4.1)
---
Log Message:
---
Fix stupid bug with sizeof
Modified Files:
--
pgsql/contrib/ltree:
_ltree_gist.c (r1.13 -> r1.14)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/ltree/_ltree_gist.c.diff?r1=1.13&r2=1.14)
---(end of broadc
Log Message:
---
Clarify vacuum lazy can shrink a file under certain circumstances.
Modified Files:
--
pgsql/doc/src/sgml:
maintenance.sgml (r1.51 -> r1.52)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/maintenance.sgml.diff?r1=1.51&r2=1.52
Log Message:
---
Clarify vacuum lazy can shrink a file under certain circumstances.
Tags:
REL8_1_STABLE
Modified Files:
--
pgsql/doc/src/sgml:
maintenance.sgml (r1.51 -> r1.51.2.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/mainten
Log Message:
---
Many more functions, casts, etc. done.
Modified Files:
--
mysqlcompat:
README (r1.5 -> r1.6)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/mysqlcompat/mysqlcompat/README.diff?r1=1.5&r2=1.6)
casts.sql (r1.1 -> r1.2)
(http://c
35 matches
Mail list logo