[COMMITTERS] pgsql: Update Japanese FAQ.

2007-03-29 Thread Bruce Momjian
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

[COMMITTERS] dbsamples - pagila: dont try to force C locale

2007-03-29 Thread User Xzilla
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)---

[COMMITTERS] pgsql: Update SSL description for when SSL root.crt/server.crt is

2007-03-29 Thread Bruce Momjian
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) (

[COMMITTERS] pgsql: Update SSL description for when SSL root.crt/server.crt is

2007-03-29 Thread Bruce Momjian
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

[COMMITTERS] pgsql: Fix oversight in coding of _bt_start_vacuum: we can't assume that

2007-03-29 Thread Tom Lane
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

[COMMITTERS] pgsql: Fix oversight in coding of _bt_start_vacuum: we can't assume that

2007-03-29 Thread Tom Lane
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

[COMMITTERS] pgsql: pg_char_to_encoding() was redundant in initdb because

2007-03-29 Thread Bruce Momjian
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

[COMMITTERS] pgsql: Add to: * Reduce storage space for small NUMERICs >

2007-03-29 Thread Bruce Momjian
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

[COMMITTERS] pgsql: Add: > * Reduce storage space for small NUMERICs > >

2007-03-29 Thread Bruce Momjian
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.

[COMMITTERS] pgsql: Install include files

2007-03-29 Thread Magnus Hagander
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)-

[COMMITTERS] pgsql: Update: < o Add more logical syntax CLUSTER table USING index;

2007-03-29 Thread Bruce Momjian
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

[COMMITTERS] pgsql: Update item: o Add more logical syntax CLUSTER table

2007-03-29 Thread Bruce Momjian
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

[COMMITTERS] pgsql: exec_parse_message neglected to copy parameter type array into

2007-03-29 Thread Tom Lane
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

[COMMITTERS] dbsamples - pagila: sequences are now decoupled.

2007-03-29 Thread User Xzilla
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)

[COMMITTERS] psqlodbc - psqlodbc: Option of the link generation was necessary.

2007-03-29 Thread User H-saito
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)

[COMMITTERS] npgsql - Npgsql2: Umm, Correct the 0d0a of Dos to 0a.

2007-03-29 Thread User H-saito
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=

[COMMITTERS] npgsql - Npgsql2: Fixed table definition guide.

2007-03-29 Thread User H-saito
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)

[COMMITTERS] pgsql: Make ECPG regression tests use native threading instead of

2007-03-29 Thread Magnus Hagander
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

[COMMITTERS] stackbuilder - wizard: Add a final completion page to the wizard.

2007-03-29 Thread User Dpage
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) (

[COMMITTERS] pgsql: - Added patch by Magnus Hagander <[EMAIL PROTECTED]> to use

2007-03-29 Thread Michael Meskes
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

[COMMITTERS] stackbuilder - wizard: Install applications.

2007-03-29 Thread User Dpage
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