[COMMITTERS] pgsql: Fix typo, ensable -> enable, per Steve Gieseking.

2007-03-26 Thread Tom Lane
Log Message: --- Fix typo, ensable -> enable, per Steve Gieseking. Tags: REL8_2_STABLE Modified Files: -- pgsql/src/interfaces/ecpg/preproc: preproc.y (r1.339 -> r1.339.2.1) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/preproc

[COMMITTERS] pgsql: Fix typo, ensable -> enable, per Steve Gieseking.

2007-03-26 Thread Tom Lane
Log Message: --- Fix typo, ensable -> enable, per Steve Gieseking. Modified Files: -- pgsql/src/interfaces/ecpg/preproc: preproc.y (r1.341 -> r1.342) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/preproc/preproc.y.diff?r1=1.341&r2=1.

[COMMITTERS] pgsql: Fix typo, ensable -> enable, per Steve Gieseking.

2007-03-26 Thread Tom Lane
Log Message: --- Fix typo, ensable -> enable, per Steve Gieseking. Tags: REL8_1_STABLE Modified Files: -- pgsql/src/interfaces/ecpg/preproc: preproc.y (r1.311.2.4 -> r1.311.2.5) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/pre

[COMMITTERS] psqlodbc - psqlodbc: The lib verification of OpenSSL was added.

2007-03-26 Thread User H-saito
Log Message: --- The lib verification of OpenSSL was added. It was confirmed in Linux. This might correspond to the problem report of Darwin. from Sean Davis. Thanks! Modified Files: -- psqlodbc: configure.ac (r1.57 -> r1.58) (http://cvs.pgfoundry.org/cgi

[COMMITTERS] pgsql: Add documentation for pulling the CVS repository using rsync, and

2007-03-26 Thread Bruce Momjian
Log Message: --- Add documentation for pulling the CVS repository using rsync, and mention cvsup last. Modified Files: -- pgsql/doc/src/sgml: cvs.sgml (r1.41 -> r1.42) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/cvs.sgml.diff?r1=1.41&r2=1

[COMMITTERS] bizgres - bizgres: Add the code to allow active resource queues to be

2007-03-26 Thread User Markir
Log Message: --- Add the code to allow active resource queues to be altered. This patch was ommitted in the previous commit! Modified Files: -- bizgres/postgresql/src/backend/commands: queue.c (r1.10 -> r1.11) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bi

[COMMITTERS] pgsql: Update: * Improve dead row detection during multi-statement

2007-03-26 Thread Bruce Momjian
Log Message: --- Update: * Improve dead row detection during multi-statement transactions usage Modified Files: -- pgsql/doc: TODO (r1.2131 -> r1.2132) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.2131&r2=1.2132) pgsql/doc/src/F

[COMMITTERS] pgsql: Add: > * Increase the number of rows recognized as dead during

2007-03-26 Thread Bruce Momjian
Log Message: --- Add: > * Increase the number of rows recognized as dead during multi-statement > transactions > > http://archives.postgresql.org/pgsql-patches/2007-03/msg00358.php > Modified Files: -- pgsql/doc: TODO (r1.2130 -> r1.2131) (http://deve

[COMMITTERS] pgsql: Remove Andrew Yu copyright, with permission from author.

2007-03-26 Thread Bruce Momjian
Log Message: --- Remove Andrew Yu copyright, with permission from author. Modified Files: -- pgsql/src/backend/port/dynloader: ultrix4.h (r1.17 -> r1.18) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/port/dynloader/ultrix4.h.diff?r1=1.17&r2=

[COMMITTERS] pgsql: Remove advertising clause from Berkeley BSD-licensed files, per

2007-03-26 Thread Bruce Momjian
Log Message: --- Remove advertising clause from Berkeley BSD-licensed files, per instructions from Berkeley. Modified Files: -- pgsql/src/backend/port/darwin: system.c (r1.5 -> r1.6) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/port/darwin/

[COMMITTERS] pgsql: Properly fix PORTNAME in configure.

2007-03-26 Thread Bruce Momjian
Log Message: --- Properly fix PORTNAME in configure. Modified Files: -- pgsql: configure (r1.538 -> r1.539) (http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.diff?r1=1.538&r2=1.539) configure.in (r1.505 -> r1.506) (http://develope

[COMMITTERS] pgsql: User PORTNAME for win32 tests, rather than $template, for

2007-03-26 Thread Bruce Momjian
Log Message: --- User PORTNAME for win32 tests, rather than $template, for consistency. Modified Files: -- pgsql: configure (r1.537 -> r1.538) (http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.diff?r1=1.537&r2=1.538) configure.in (r1.504 -

[COMMITTERS] sparsegraph - sparsegraph: Adding PG_MODULE_MAGIC block for PostgreSQL

2007-03-26 Thread User Afn
Log Message: --- Adding PG_MODULE_MAGIC block for PostgreSQL 8.2 compatibility Modified Files: -- sparsegraph: sparsegraph.c (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/sparsegraph/sparsegraph/sparsegraph.c.diff?r1=1.3&r2=1.4) -

[COMMITTERS] bizgres - bizgres: Update documentation for lastest resource queuing

2007-03-26 Thread User Markir
Log Message: --- Update documentation for lastest resource queuing additions: - new views pg_resqueue_status, pg_stat_resqueues. - ALTER RESOURCE QUEUE possible for active queues. Modified Files: -- bizgres/postgresql/doc/src/sgml: catalogs.sgml (r1.5 -> r1.6)

[COMMITTERS] pgsql: Fix seriously broken markup for libpq-envars cross-references.

2007-03-26 Thread Tom Lane
Log Message: --- Fix seriously broken markup for libpq-envars cross-references. Modified Files: -- pgsql/doc/src/sgml/ref: clusterdb.sgml (r1.20 -> r1.21) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/clusterdb.sgml.diff?r1=1.20&r2=1.21

[COMMITTERS] pgsql: Fix seriously broken markup for libpq-envars cross-references.

2007-03-26 Thread Tom Lane
Log Message: --- Fix seriously broken markup for libpq-envars cross-references. Tags: REL8_2_STABLE Modified Files: -- pgsql/doc/src/sgml/ref: clusterdb.sgml (r1.18.2.1 -> r1.18.2.2) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/c

[COMMITTERS] pgsql: Allow non-superuser database owners to create procedural

2007-03-26 Thread Tom Lane
Log Message: --- Allow non-superuser database owners to create procedural languages. A DBA is allowed to create a language in his database if it's marked "tmpldbacreate" in pg_pltemplate. The factory default is that this is set for all standard trusted languages, but of course a superuser

[COMMITTERS] pgsql: Add checking of end of line in parsing stopword list.

2007-03-26 Thread Teodor Sigaev
Log Message: --- Add checking of end of line in parsing stopword list. Thanks to sharp eyes of Tom lane Modified Files: -- pgsql/contrib/tsearch2: stopword.c (r1.12 -> r1.13) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/tsearch2/stopword.c.dif

[COMMITTERS] pgsql: Fix stopword and synonym files parsing bug in MSVC build, per

2007-03-26 Thread Teodor Sigaev
Log Message: --- Fix stopword and synonym files parsing bug in MSVC build, per report from Magnus Hagander. Also, now it ignores space symbol after stopwords. Modified Files: -- pgsql/contrib/tsearch2: dict_syn.c (r1.12 -> r1.13) (http://developer.postgres

[COMMITTERS] pgsql: Fix pg_wchar_table's maxmblen field of EUC_CN, EUC_TW,

2007-03-26 Thread Tatsuo Ishii
Log Message: --- Fix pg_wchar_table's maxmblen field of EUC_CN, EUC_TW, MULE_INTERNAL and GB18030. patches from ITAGAKI Takahiro. Tags: REL7_3_STABLE Modified Files: -- pgsql/src/backend/utils/mb: wchar.c (r1.30.2.4 -> r1.30.2.5) (http://developer.pos

[COMMITTERS] pgsql: Fix pg_wchar_table's maxmblen field of EUC_CN, EUC_TW,

2007-03-26 Thread Tatsuo Ishii
Log Message: --- Fix pg_wchar_table's maxmblen field of EUC_CN, EUC_TW, MULE_INTERNAL and GB18030. patches from ITAGAKI Takahiro. Tags: REL7_4_STABLE Modified Files: -- pgsql/src/backend/utils/mb: wchar.c (r1.34.2.3 -> r1.34.2.4) (http://developer.pos

[COMMITTERS] pgsql: Fix pg_wchar_table's maxmblen field of EUC_CN, EUC_TW,

2007-03-26 Thread Tatsuo Ishii
Log Message: --- Fix pg_wchar_table's maxmblen field of EUC_CN, EUC_TW, MULE_INTERNAL and GB18030. patches from ITAGAKI Takahiro. Tags: REL8_0_STABLE Modified Files: -- pgsql/src/backend/utils/mb: wchar.c (r1.40.4.3 -> r1.40.4.4) (http://developer.pos

[COMMITTERS] pgsql: Fix pg_wchar_table's maxmblen field of EUC_CN, EUC_TW,

2007-03-26 Thread Tatsuo Ishii
Log Message: --- Fix pg_wchar_table's maxmblen field of EUC_CN, EUC_TW, MULE_INTERNAL and GB18030. patches from ITAGAKI Takahiro. Tags: REL8_1_STABLE Modified Files: -- pgsql/src/backend/utils/mb: wchar.c (r1.47.2.5 -> r1.47.2.6) (http://developer.pos

[COMMITTERS] pgsql: Fix pg_wchar_table's maxmblen field of EUC_CN, EUC_TW,

2007-03-26 Thread Tatsuo Ishii
Log Message: --- Fix pg_wchar_table's maxmblen field of EUC_CN, EUC_TW, MULE_INTERNAL and GB18030. patches from ITAGAKI Takahiro. Tags: REL8_2_STABLE Modified Files: -- pgsql/src/backend/utils/mb: wchar.c (r1.58.2.1 -> r1.58.2.2) (http://developer.pos

[COMMITTERS] pgsql: Fix pg_wchar_table's maxmblen field of EUC_CN, EUC_TW,

2007-03-26 Thread Tatsuo Ishii
Log Message: --- Fix pg_wchar_table's maxmblen field of EUC_CN, EUC_TW, MULE_INTERNAL and GB18030. patches from ITAGAKI Takahiro. Modified Files: -- pgsql/src/backend/utils/mb: wchar.c (r1.60 -> r1.61) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/b

[COMMITTERS] pginstaller - pginst: Fixed definition of EUC_jp codepage.

2007-03-26 Thread User H-saito
Log Message: --- Fixed definition of EUC_jp codepage. This was helped by ITAGAKI Takahiro-san's report. 20932 should be used here instead of 51932. (MSDN might be wrong!) #The locale was not chiefly used in Japan #Therefore, it did not notice easily.:-( Thanks! back-patch to 8.0. Tag

[COMMITTERS] pginstaller - pginst: Fixed definition of EUC_jp codepage.

2007-03-26 Thread User H-saito
Log Message: --- Fixed definition of EUC_jp codepage. This was helped by ITAGAKI Takahiro-san's report. 20932 should be used here instead of 51932. (MSDN might be wrong!) #The locale was not chiefly used in Japan #Therefore, it did not notice easily.:-( Thanks! back-patch to 8.1. Tag

[COMMITTERS] pginstaller - pginst: Fixed definition of EUC_jp codepage.

2007-03-26 Thread User H-saito
Log Message: --- Fixed definition of EUC_jp codepage. This was helped by ITAGAKI Takahiro-san's report. 20932 should be used here instead of 51932. (MSDN might be wrong!) #The locale was not chiefly used in Japan #Therefore, it did not notice easily.:-( Thanks! back-patch to 8.2. Ta

[COMMITTERS] psqlodbc - psqlodbc: RegistryValue has a slightly different meaning in

2007-03-26 Thread User Dpage
Log Message: --- RegistryValue has a slightly different meaning in Wix 2 - use Registry instead. Modified Files: -- psqlodbc/installer: psqlodbc.wxs (r1.13 -> r1.14) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/installer/psqlodbc.wxs.diff?

[COMMITTERS] psqlodbc - psqlodbc: Use PostgreSQL 8.2 libs & headers by default.

2007-03-26 Thread User Dpage
Log Message: --- Use PostgreSQL 8.2 libs & headers by default. Write the version number to the registry when installing on Windows. Don't use deprecated compiler flags when building with > VC++ 6.0 Modified Files: -- psqlodbc/installer: psqlodbc.wxs (r1.12 -> r1.13)

[COMMITTERS] stackbuilder - installers: Set envvars correctly for the command prompt.

2007-03-26 Thread User Dpage
Log Message: --- Set envvars correctly for the command prompt. Modified Files: -- installers/pgRails: shortcuts.conf (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/stackbuilder/installers/pgRails/shortcuts.conf.diff?r1=1.1&r2=1.2)

[COMMITTERS] stackbuilder - installers: Cache update

2007-03-26 Thread User Dpage
Log Message: --- Cache update Modified Files: -- installers/pgRails: guid.cache (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/stackbuilder/installers/pgRails/guid.cache.diff?r1=1.1&r2=1.2) ---(end of broadcast)

[COMMITTERS] stackbuilder - installers: Update the README

2007-03-26 Thread User Dpage
Log Message: --- Update the README Modified Files: -- installers/pgRails: README.txt (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/stackbuilder/installers/pgRails/README.txt.diff?r1=1.1&r2=1.2) ---(end of broadcast)---

[COMMITTERS] stackbuilder - installers: Update version number registry key location

2007-03-26 Thread User Dpage
Log Message: --- Update version number registry key location Modified Files: -- installers/pgRails: installer.wxs (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/stackbuilder/installers/pgRails/installer.wxs.diff?r1=1.1&r2=1.2)

[COMMITTERS] stackbuilder - setupkit: Update version number registry key location

2007-03-26 Thread User Dpage
Log Message: --- Update version number registry key location Modified Files: -- setupkit/template: installer.wxs (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/stackbuilder/setupkit/template/installer.wxs.diff?r1=1.2&r2=1.3) --

[COMMITTERS] stackbuilder - wizard: Use a timer to update the download progress

2007-03-26 Thread User Dpage
Log Message: --- Use a timer to update the download progress dialogue, rather than doing it every N bytes. Also, display the download speed. Modified Files: -- wizard: App.cpp (r1.6 -> r1.7) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/stackbuilder/wizard/

[COMMITTERS] stackbuilder - wizard: Specify the application version in

2007-03-26 Thread User Dpage
Log Message: --- Specify the application version in applications.xml so that apps can store their version number whereever they like. Modified Files: -- wizard: App.cpp (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/stackbuilder/wizard/App.cpp