Log Message:
---
Update Japanese FAQ.
Jun Kuwamura
Modified Files:
--
pgsql/doc:
FAQ_japanese (r1.39 -> r1.40)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ_japanese.diff?r1=1.39&r2=1.40)
pgsql/doc/src/FAQ:
FAQ_japanese.html (r1.39
Log Message:
---
dont try to force C locale
Modified Files:
--
pagila:
pagila-fulltext.sql (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/dbsamples/pagila/pagila-fulltext.sql.diff?r1=1.1&r2=1.2)
---(end of broadcast)---
Log Message:
---
Update SSL description for when SSL root.crt/server.crt is required;
add link to libpq SSL does from server docs.
Backpatch to 8.2.X.
Tags:
REL8_2_STABLE
Modified Files:
--
pgsql/doc/src/sgml:
libpq.sgml (r1.220.2.6 -> r1.220.2.7)
(
Log Message:
---
Update SSL description for when SSL root.crt/server.crt is required;
add link to libpq SSL does from server docs.
Backpatch to 8.2.X.
Modified Files:
--
pgsql/doc/src/sgml:
libpq.sgml (r1.234 -> r1.235)
(http://developer.postgresql.org/cv
Log Message:
---
Fix oversight in coding of _bt_start_vacuum: we can't assume that the LWLock
will be released by transaction abort before _bt_end_vacuum gets called.
If either of these "can't happen" errors actually happened, we'd freeze up
trying to acquire an already-held lock. Latest w
Log Message:
---
Fix oversight in coding of _bt_start_vacuum: we can't assume that the LWLock
will be released by transaction abort before _bt_end_vacuum gets called.
If either of these "can't happen" errors actually happened, we'd freeze up
trying to acquire an already-held lock. Latest w
Log Message:
---
pg_char_to_encoding() was redundant in initdb because
pg_valid_server_encoding() returns the same result if the encoding is
valid.
ITAGAKI Takahiro
Modified Files:
--
pgsql/src/bin/initdb:
initdb.c (r1.135 -> r1.136)
(http://developer.post
Log Message:
---
Add to:
* Reduce storage space for small NUMERICs
> http://archives.postgresql.org/pgsql-patches/2007-02/msg00505.php
Modified Files:
--
pgsql/doc:
TODO (r1.2138 -> r1.2139)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff
Log Message:
---
Add:
> * Reduce storage space for small NUMERICs
>
> http://archives.postgresql.org/pgsql-hackers/2007-02/msg01331.php
>
Modified Files:
--
pgsql/doc:
TODO (r1.2137 -> r1.2138)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.
Log Message:
---
Install include files
Modified Files:
--
pgsql/src/tools/msvc:
Install.pm (r1.5 -> r1.6)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/Install.pm.diff?r1=1.5&r2=1.6)
---(end of broadcast)-
Log Message:
---
Update:
< o Add more logical syntax CLUSTER table USING index;
> o Add more logical syntax CLUSTER table USING index;
Modified Files:
--
pgsql/doc:
TODO (r1.2136 -> r1.2137)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/do
Log Message:
---
Update item:
o Add more logical syntax CLUSTER table USING index;
< o Add more logical syntax CLUSTER table ORDER BY index;
> o Add more logical syntax CLUSTER table USING index;
Modified Files:
--
pgsql/doc:
TODO (r1.2135 -> r
Log Message:
---
exec_parse_message neglected to copy parameter type array into the
required memory context when handling client-specified parameter types
for an unnamed statement. Per report from Kris Jurka.
Modified Files:
--
pgsql/src/backend/tcop:
postgres.c (r
Log Message:
---
sequences are now decoupled. update readme with info on constraint_exclusion
Modified Files:
--
pagila:
pagila-data.sql (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/dbsamples/pagila/pagila-data.sql.diff?r1=1.3&r2=1.4)
Log Message:
---
Option of the link generation was necessary.
It was remarkable in MAC-OSX or FreeBSD.
And, it was confirmed that there was no problem
in other platforms.
Thanks.! Report From: "Sean Davis"
Modified Files:
--
psqlodbc:
configure.ac (r1.60 -> r1.61)
Log Message:
---
Umm, Correct the 0d0a of Dos to 0a.
Modified Files:
--
Npgsql2/src/Npgsql/Web:
NpgsqlMembershipProvider.cs (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/Web/NpgsqlMembershipProvider.cs.diff?r1=1.1&r2=
Log Message:
---
Fixed table definition guide.
Modified Files:
--
Npgsql2/src/Npgsql/Web:
NpgsqlRoleProvider.cs (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/Web/NpgsqlRoleProvider.cs.diff?r1=1.1&r2=1.2)
Log Message:
---
Make ECPG regression tests use native threading instead of pthreads, now that
ecpglib supports it.
Change configure (patch from Bruce) and msvc build system to no longer require
pthreads on win32, since all parts of postgresql can be thread-safe using the
native platform
Log Message:
---
Add a final completion page to the wizard.
Modified Files:
--
wizard:
App.cpp (r1.8 -> r1.9)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/stackbuilder/wizard/App.cpp.diff?r1=1.8&r2=1.9)
InstallationPage.cpp (r1.4 -> r1.5)
(
Log Message:
---
- Added patch by Magnus Hagander <[EMAIL PROTECTED]> to use native
win32 threads.
- Fixed regression tests to run threading tests.
Modified Files:
--
pgsql/src/interfaces/ecpg:
ChangeLog (r1.341 -> r1.342)
(http://developer.postgresql.org
Log Message:
---
Install applications.
Make the database version distinguish between PostgreSQL and EnterpriseDB so we
can use the wizard for server upgrades.
Modified Files:
--
wizard:
App.cpp (r1.7 -> r1.8)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/st
21 matches
Mail list logo