[COMMITTERS] libpqwce - libpqwce: add sslmode of sample application.

2007-04-24 Thread User H-saito
Log Message: --- add sslmode of sample application. and fixed vcp bug. Modified Files: -- libpqwce/samples/psqlce: login.cpp (r1.1.1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqwce/libpqwce/samples/psqlce/login.cpp.diff?r1=1.1.1.1&r2=1.2)

[COMMITTERS] pgsql: Set maximum semaphore count to 32767 instead of 1.

2007-04-24 Thread Magnus Hagander
Log Message: --- Set maximum semaphore count to 32767 instead of 1. Fixes errorcode 298 when unlocking a semaphore more than once. Per report from Marcin Waldowski. Modified Files: -- pgsql/src/backend/port: win32_sema.c (r1.4 -> r1.5) (http://developer.po

[COMMITTERS] pgsql: Set maximum semaphore count to 32767 instead of 1.

2007-04-24 Thread Magnus Hagander
Log Message: --- Set maximum semaphore count to 32767 instead of 1. Fixes errorcode 298 when unlocking a semaphore more than once. Per report from Marcin Waldowski. Tags: REL8_2_STABLE Modified Files: -- pgsql/src/backend/port: win32_sema.c (r1.3 -> r1.3.2.1)

[COMMITTERS] python - lo: Typo.

2007-04-24 Thread James William Pye
Log Message: --- Typo. Modified Files: -- lo/postgresql/meta: __init__.py (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/lo/postgresql/meta/__init__.py.diff?r1=1.4&r2=1.5) ---(end of broadcast)---

[COMMITTERS] python - pkg: Don't explicitly state HEAD.

2007-04-24 Thread James William Pye
Log Message: --- Don't explicitly state HEAD. This caused checkouts to be tagged as HEAD, which is apparently undesired. Modified Files: -- pkg: configure (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/pkg/configure.diff?r1=1.2&r2=1.3)

[COMMITTERS] python - fe: New greentrunk location.

2007-04-24 Thread James William Pye
Log Message: --- New greentrunk location. Also, get AbortTransaction from greentrunk and not maiden. Modified Files: -- fe/src: abstract.py (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/fe/src/abstract.py.diff?r1=1.4&r2=1.5) tr

[COMMITTERS] pginstaller - pginst: Run the stackbuilder when installation completes.

2007-04-24 Thread User Dpage
Log Message: --- Run the stackbuilder when installation completes. Add a checkbox to the exit dialog to allow the user the chance to disable it. Modified Files: -- pginst/ca: pginstca.c (r1.107 -> r1.108) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginst

[COMMITTERS] psqlodbc - psqlodbc: pgenlist.h was lost.

2007-04-24 Thread User H-saito
Log Message: --- pgenlist.h was lost. report from Tom lane. Modified Files: -- psqlodbc: Makefile.am (r1.42 -> r1.43) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/Makefile.am.diff?r1=1.42&r2=1.43) ---(end of broadc

[COMMITTERS] pgsql: Update FAQ item: 3.6) What is the upgrade

2007-04-24 Thread Bruce Momjian
Log Message: --- Update FAQ item: 3.6) What is the upgrade process for PostgreSQL? to reference both versioning and specific upgrade instructions. Modified Files: -- pgsql/doc: FAQ (r1.425 -> r1.426) (http://developer.postgresql.org/cvsweb.cgi/pgsql

[COMMITTERS] pgsql: Fix typo.

2007-04-24 Thread Bruce Momjian
Log Message: --- Fix typo. Modified Files: -- pgsql/doc: FAQ (r1.426 -> r1.427) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ.diff?r1=1.426&r2=1.427) pgsql/doc/src/FAQ: FAQ.html (r1.382 -> r1.383) (http://developer.postgresq

[COMMITTERS] pgsql: Support explicit placement of the temporary-table schema within

2007-04-24 Thread Tom Lane
Log Message: --- Support explicit placement of the temporary-table schema within search_path. This is needed to allow a security-definer function to set a truly secure value of search_path. Without it, a malicious user can use temporary objects to execute code with the privileges of the se

[COMMITTERS] pgsql: Support explicit placement of the temporary-table schema within

2007-04-24 Thread Tom Lane
Log Message: --- Support explicit placement of the temporary-table schema within search_path. This is needed to allow a security-definer function to set a truly secure value of search_path. Without it, a malicious user can use temporary objects to execute code with the privileges of the se

[COMMITTERS] pgsql: Support explicit placement of the temporary-table schema within

2007-04-24 Thread Tom Lane
Log Message: --- Support explicit placement of the temporary-table schema within search_path. This is needed to allow a security-definer function to set a truly secure value of search_path. Without it, a malicious user can use temporary objects to execute code with the privileges of the se

[COMMITTERS] pgsql: Update configure.in for release Security: hold for release

2007-04-24 Thread PostgreSQL Daemon
Log Message: --- Update configure.in for release Security: hold for release Tags: REL8_1_STABLE Modified Files: -- pgsql: configure (r1.461.2.18 -> r1.461.2.19) (http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.diff?r1=1.461.2.18&r2=1.461.

[COMMITTERS] pgsql: Fix markup.

2007-04-24 Thread Tom Lane
Log Message: --- Fix markup. Security: CVE-2007-2138 Tags: REL7_3_STABLE Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.163.2.42 -> r1.163.2.43) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml.diff?r1=1.163.2.42&r

[COMMITTERS] pgsql: Update configure in for new release Security: hold for release

2007-04-24 Thread PostgreSQL Daemon
Log Message: --- Update configure in for new release Security: hold for release Tags: REL7_4_STABLE Modified Files: -- pgsql: configure (r1.310.2.27 -> r1.310.2.28) (http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.diff?r1=1.310.2.27&r2=1.

[COMMITTERS] pgsql: Support explicit placement of the temporary-table schema within

2007-04-24 Thread Tom Lane
Log Message: --- Support explicit placement of the temporary-table schema within search_path. This is needed to allow a security-definer function to set a truly secure value of search_path. Without it, a malicious user can use temporary objects to execute code with the privileges of the se

[COMMITTERS] pgsql: Update configure for release Security: hold for release

2007-04-24 Thread PostgreSQL Daemon
Log Message: --- Update configure for release Security: hold for release Tags: REL8_0_STABLE Modified Files: -- pgsql: configure (r1.424.4.18 -> r1.424.4.19) (http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.diff?r1=1.424.4.18&r2=1.424.4.1

[COMMITTERS] pgsql: Fix markup.

2007-04-24 Thread Tom Lane
Log Message: --- Fix markup. Security: CVE-2007-2138 Tags: REL7_4_STABLE Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.235.2.53 -> r1.235.2.54) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml.diff?r1=1.235.2.53&r

[COMMITTERS] pgsql: Update configure.in for release Security: hold for release

2007-04-24 Thread PostgreSQL Daemon
Log Message: --- Update configure.in for release Security: hold for release Tags: REL7_3_STABLE Modified Files: -- pgsql: configure (r1.226.2.29 -> r1.226.2.30) (http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.diff?r1=1.226.2.29&r2=1.226.

[COMMITTERS] pgsql: Update configure.in version number Security: tag for release

2007-04-24 Thread PostgreSQL Daemon
Log Message: --- Update configure.in version number Security: tag for release Tags: REL8_2_STABLE Modified Files: -- pgsql: configure (r1.523.2.5 -> r1.523.2.6) (http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.diff?r1=1.523.2.5&r2=1.523.2

[COMMITTERS] pgsql: Fix markup.

2007-04-24 Thread Tom Lane
Log Message: --- Fix markup. Security: CVE-2007-2138 Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.501 -> r1.502) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml.diff?r1=1.501&r2=1.502) ---(end

[COMMITTERS] pgsql: Fix markup.

2007-04-24 Thread Tom Lane
Log Message: --- Fix markup. Security: CVE-2007-2138 Tags: REL8_1_STABLE Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.400.2.42 -> r1.400.2.43) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml.diff?r1=1.400.2.42&r

[COMMITTERS] pgsql: Fix markup.

2007-04-24 Thread Tom Lane
Log Message: --- Fix markup. Security: CVE-2007-2138 Tags: REL7_3_STABLE Modified Files: -- pgsql/doc/src/sgml/ref: create_function.sgml (r1.43.2.1 -> r1.43.2.2) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/create_function.sgml.

[COMMITTERS] pgsql: Support explicit placement of the temporary-table schema within

2007-04-24 Thread Tom Lane
Log Message: --- Support explicit placement of the temporary-table schema within search_path. This is needed to allow a security-definer function to set a truly secure value of search_path. Without it, a malicious user can use temporary objects to execute code with the privileges of the se

[COMMITTERS] pgsql: Support explicit placement of the temporary-table schema within

2007-04-24 Thread Tom Lane
Log Message: --- Support explicit placement of the temporary-table schema within search_path. This is needed to allow a security-definer function to set a truly secure value of search_path. Without it, a malicious user can use temporary objects to execute code with the privileges of the se

[COMMITTERS] pgsql: Fix markup.

2007-04-24 Thread Tom Lane
Log Message: --- Fix markup. Security: CVE-2007-2138 Tags: REL8_2_STABLE Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.488.2.9 -> r1.488.2.10) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml.diff?r1=1.488.2.9&r2=

[COMMITTERS] pgsql: Fix markup.

2007-04-24 Thread Tom Lane
Log Message: --- Fix markup. Security: CVE-2007-2138 Tags: REL8_0_STABLE Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.321.4.35 -> r1.321.4.36) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml.diff?r1=1.321.4.35&r

[COMMITTERS] pgsql: Fix markup.

2007-04-24 Thread Tom Lane
Log Message: --- Fix markup. Security: CVE-2007-2138 Tags: REL7_4_STABLE Modified Files: -- pgsql/doc/src/sgml/ref: create_function.sgml (r1.53.2.2 -> r1.53.2.3) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/create_function.sgml.

[COMMITTERS] psqlodbc - psqlodbc: Fixed control binding of SetField problem.

2007-04-24 Thread User H-saito
Log Message: --- Fixed control binding of SetField problem. Modified Files: -- psqlodbc: pgapi30.c (r1.42 -> r1.43) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/pgapi30.c.diff?r1=1.42&r2=1.43) ---(end of broadcast)

[COMMITTERS] pgsql: Update Japanese FAQs.

2007-04-24 Thread Bruce Momjian
Log Message: --- Update Japanese FAQs. Jun Kuwamura Modified Files: -- pgsql/doc: FAQ_japanese (r1.40 -> r1.41) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ_japanese.diff?r1=1.40&r2=1.41) pgsql/doc/src/FAQ: FAQ_japanese.html (r1.40

[COMMITTERS] psqlodbc - psqlodbc: Snapshot mark(08.02.0XXX)

2007-04-24 Thread User H-saito
Log Message: --- Snapshot mark(08.02.0XXX) Modified Files: -- psqlodbc: configure.ac (r1.63 -> r1.64) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/configure.ac.diff?r1=1.63&r2=1.64) version.h (r1.96 -> r1.97) (http://cvs.p