[COMMITTERS] pgbouncer - pgbouncer: return correct value

2008-01-07 Thread User Mkz
Log Message: --- return correct value Modified Files: -- pgbouncer/test: test.sh (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/test/test.sh.diff?r1=1.2&r2=1.3) ---(end of broadcast)-

[COMMITTERS] pgsql: informix.c was violating the coding rule about not including any

2008-01-07 Thread Tom Lane
Log Message: --- informix.c was violating the coding rule about not including any system headers before c.h. Per report from J6M. Modified Files: -- pgsql/src/interfaces/ecpg/compatlib: informix.c (r1.53 -> r1.54) (http://developer.postgresql.org/cvsweb.cg

[COMMITTERS] pgsql: Remove unnecessary comma in enum definition ...

2008-01-07 Thread Tom Lane
Log Message: --- Remove unnecessary comma in enum definition ... some C compilers don't like that. Per report from J6M. Modified Files: -- pgsql/src/backend/utils/adt: tsquery.c (r1.14 -> r1.15) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend

[COMMITTERS] pgsql: Mention use of src/tools/major_release_split for creating

2008-01-07 Thread Bruce Momjian
Log Message: --- Mention use of src/tools/major_release_split for creating back-branch release notes. Modified Files: -- pgsql/src/tools: RELEASE_CHANGES (r1.80 -> r1.81) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/RELEASE_CHANGES?r1=1.80&r2

[COMMITTERS] pgsql: Fix a minor bug in outfuncs support for SetOp: dupOperators is an

2008-01-07 Thread Neil Conway
Log Message: --- Fix a minor bug in outfuncs support for SetOp: dupOperators is an array of Oid, and therefore should use the "%u" escape sequence rather than "%d". Modified Files: -- pgsql/src/backend/nodes: outfuncs.c (r1.320 -> r1.321) (http://developer.

[COMMITTERS] pgbouncer - pgbouncer: draft throttling implementation

2008-01-07 Thread User Mkz
Log Message: --- draft throttling implementation Modified Files: -- pgbouncer/test: asynctest.c (r1.6 -> r1.7) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/test/asynctest.c.diff?r1=1.6&r2=1.7) ---(end of broadcas

[COMMITTERS] pgsql: Update release notes for security releases.

2008-01-07 Thread Tom Lane
Log Message: --- Update release notes for security releases. Security: CVE-2007-4769, CVE-2007-4772, CVE-2007-6067, CVE-2007-6600, CVE-2007-6601 Tags: REL8_2_STABLE Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.488.2.15 -> r1.488.2.16) (ht

[COMMITTERS] pgsql: The original patch to disallow non-passworded connections to

2008-01-07 Thread Tom Lane
Log Message: --- The original patch to disallow non-passworded connections to non-superusers failed to cover all the ways in which a connection can be initiated in dblink. Plug the remaining holes. Also, disallow transient connections in functions for which that feature makes no sense (bec

[COMMITTERS] pgsql: Update release notes for security releases.

2008-01-07 Thread Tom Lane
Log Message: --- Update release notes for security releases. Security: CVE-2007-4769, CVE-2007-4772, CVE-2007-6067, CVE-2007-6600, CVE-2007-6601 Tags: REL8_0_STABLE Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.321.4.40 -> r1.321.4.41) (ht

[COMMITTERS] pgsql: Update release notes for security releases.

2008-01-07 Thread Tom Lane
Log Message: --- Update release notes for security releases. Security: CVE-2007-4769, CVE-2007-4772, CVE-2007-6067, CVE-2007-6600, CVE-2007-6601 Tags: REL8_1_STABLE Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.400.2.47 -> r1.400.2.48) (ht

[COMMITTERS] pgsql: Update release notes for security releases.

2008-01-07 Thread Tom Lane
Log Message: --- Update release notes for security releases. Security: CVE-2007-4769, CVE-2007-4772, CVE-2007-6067, CVE-2007-6600, CVE-2007-6601 Tags: REL7_3_STABLE Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.163.2.47 -> r1.163.2.48) (ht

[COMMITTERS] pgsql: Update release notes for security releases.

2008-01-07 Thread Tom Lane
Log Message: --- Update release notes for security releases. Security: CVE-2007-4769, CVE-2007-4772, CVE-2007-6067, CVE-2007-6600, CVE-2007-6601 Tags: REL7_4_STABLE Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.235.2.58 -> r1.235.2.59) (ht

[COMMITTERS] pgsql: The original patch to disallow non-passworded connections to

2008-01-07 Thread Tom Lane
Log Message: --- The original patch to disallow non-passworded connections to non-superusers failed to cover all the ways in which a connection can be initiated in dblink. Plug the remaining holes. Also, disallow transient connections in functions for which that feature makes no sense (bec

[COMMITTERS] pgsql: Make standard maintenance operations (including VACUUM, ANALYZE,

2008-01-07 Thread Tom Lane
Log Message: --- Make standard maintenance operations (including VACUUM, ANALYZE, REINDEX, and CLUSTER) execute as the table owner rather than the calling user, using the same privilege-switching mechanism already used for SECURITY DEFINER functions. The purpose of this change is to ensure

[COMMITTERS] pgsql: The original patch to disallow non-passworded connections to

2008-01-07 Thread Tom Lane
Log Message: --- The original patch to disallow non-passworded connections to non-superusers failed to cover all the ways in which a connection can be initiated in dblink. Plug the remaining holes. Also, disallow transient connections in functions for which that feature makes no sense (bec

[COMMITTERS] pgsql: Stamp release 7.4.19.

2008-01-07 Thread Tom Lane
Log Message: --- Stamp release 7.4.19. Security: CVE-2007-4769, CVE-2007-4772, CVE-2007-6067, CVE-2007-6600, CVE-2007-6601 Tags: REL7_4_STABLE Modified Files: -- pgsql: configure (r1.310.2.29 -> r1.310.2.30) (http://developer.postgresql.org/cvsweb.c

[COMMITTERS] pgsql: The original patch to disallow non-passworded connections to

2008-01-07 Thread Tom Lane
Log Message: --- The original patch to disallow non-passworded connections to non-superusers failed to cover all the ways in which a connection can be initiated in dblink. Plug the remaining holes. Also, disallow transient connections in functions for which that feature makes no sense (bec

[COMMITTERS] pgsql: Stamp release 7.3.21.

2008-01-07 Thread Tom Lane
Log Message: --- Stamp release 7.3.21. Security: CVE-2007-4769, CVE-2007-4772, CVE-2007-6067, CVE-2007-6600, CVE-2007-6601 Tags: REL7_3_STABLE Modified Files: -- pgsql: configure (r1.226.2.31 -> r1.226.2.32) (http://developer.postgresql.org/cvsweb.c

[COMMITTERS] pgsql: Make standard maintenance operations (including VACUUM, ANALYZE,

2008-01-07 Thread Tom Lane
Log Message: --- Make standard maintenance operations (including VACUUM, ANALYZE, REINDEX, and CLUSTER) execute as the table owner rather than the calling user, using the same privilege-switching mechanism already used for SECURITY DEFINER functions. The purpose of this change is to ensure

[COMMITTERS] pgsql: Stamp release 8.2.6.

2008-01-07 Thread Tom Lane
Log Message: --- Stamp release 8.2.6. Security: CVE-2007-4769, CVE-2007-4772, CVE-2007-6067, CVE-2007-6600, CVE-2007-6601 Tags: REL8_2_STABLE Modified Files: -- pgsql: configure (r1.523.2.11 -> r1.523.2.12) (http://developer.postgresql.org/cvsweb.cg

[COMMITTERS] pgsql: Make standard maintenance operations (including VACUUM, ANALYZE,

2008-01-07 Thread Tom Lane
Log Message: --- Make standard maintenance operations (including VACUUM, ANALYZE, REINDEX, and CLUSTER) execute as the table owner rather than the calling user, using the same privilege-switching mechanism already used for SECURITY DEFINER functions. The purpose of this change is to ensure

[COMMITTERS] pgsql: Stamp release 8.0.15.

2008-01-07 Thread Tom Lane
Log Message: --- Stamp release 8.0.15. Security: CVE-2007-4769, CVE-2007-4772, CVE-2007-6067, CVE-2007-6600, CVE-2007-6601 Tags: REL8_0_STABLE Modified Files: -- pgsql: configure (r1.424.4.20 -> r1.424.4.21) (http://developer.postgresql.org/cvsweb.c

[COMMITTERS] pgsql: The original patch to disallow non-passworded connections to

2008-01-07 Thread Tom Lane
Log Message: --- The original patch to disallow non-passworded connections to non-superusers failed to cover all the ways in which a connection can be initiated in dblink. Plug the remaining holes. Also, disallow transient connections in functions for which that feature makes no sense (bec

[COMMITTERS] pgsql: Make standard maintenance operations (including VACUUM, ANALYZE,

2008-01-07 Thread Tom Lane
Log Message: --- Make standard maintenance operations (including VACUUM, ANALYZE, REINDEX, and CLUSTER) execute as the table owner rather than the calling user, using the same privilege-switching mechanism already used for SECURITY DEFINER functions. The purpose of this change is to ensure

[COMMITTERS] pgsql: Fix assorted security-grade bugs in the regex engine.

2008-01-07 Thread Tom Lane
Log Message: --- Fix assorted security-grade bugs in the regex engine. All of these problems are shared with Tcl, since it's their code to begin with, and the patches have been copied from Tcl 8.5.0. Problems: CVE-2007-4769: Inadequate check on the range of backref numbers allows crash d

[COMMITTERS] pgsql: Fix assorted security-grade bugs in the regex engine.

2008-01-07 Thread Tom Lane
Log Message: --- Fix assorted security-grade bugs in the regex engine. All of these problems are shared with Tcl, since it's their code to begin with, and the patches have been copied from Tcl 8.5.0. Problems: CVE-2007-4769: Inadequate check on the range of backref numbers allows crash d

[COMMITTERS] pgsql: Fix assorted security-grade bugs in the regex engine.

2008-01-07 Thread Tom Lane
Log Message: --- Fix assorted security-grade bugs in the regex engine. All of these problems are shared with Tcl, since it's their code to begin with, and the patches have been copied from Tcl 8.5.0. Problems: CVE-2007-4769: Inadequate check on the range of backref numbers allows crash d

[COMMITTERS] pgsql: Stamp release 8.3RC1.

2008-01-07 Thread Tom Lane
Log Message: --- Stamp release 8.3RC1. Security: CVE-2007-4769, CVE-2007-4772, CVE-2007-6067, CVE-2007-6600, CVE-2007-6601 Modified Files: -- pgsql: configure (r1.574 -> r1.575) (http://developer.postgresql.org/cvsweb.cgi/pgsql/configure?r1=1.574&r2=1.575

[COMMITTERS] pgsql: Stamp release 8.1.11.

2008-01-07 Thread Tom Lane
Log Message: --- Stamp release 8.1.11. Security: CVE-2007-4769, CVE-2007-4772, CVE-2007-6067, CVE-2007-6600, CVE-2007-6601 Tags: REL8_1_STABLE Modified Files: -- pgsql: configure (r1.461.2.20 -> r1.461.2.21) (http://developer.postgresql.org/cvsweb.c

[COMMITTERS] pgsql: Update release notes for security releases.

2008-01-07 Thread Tom Lane
Log Message: --- Update release notes for security releases. Security: CVE-2007-4769, CVE-2007-4772, CVE-2007-6067, CVE-2007-6600, CVE-2007-6601 Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.574 -> r1.575) (http://developer.postgresql.org/cvsweb

[COMMITTERS] pgsql: The original patch to disallow non-passworded connections to

2008-01-07 Thread Tom Lane
Log Message: --- The original patch to disallow non-passworded connections to non-superusers failed to cover all the ways in which a connection can be initiated in dblink. Plug the remaining holes. Also, disallow transient connections in functions for which that feature makes no sense (bec

[COMMITTERS] pgsql: Fix assorted security-grade bugs in the regex engine.

2008-01-07 Thread Tom Lane
Log Message: --- Fix assorted security-grade bugs in the regex engine. All of these problems are shared with Tcl, since it's their code to begin with, and the patches have been copied from Tcl 8.5.0. Problems: CVE-2007-4769: Inadequate check on the range of backref numbers allows crash d

[COMMITTERS] pgsql: Make standard maintenance operations (including VACUUM, ANALYZE,

2008-01-07 Thread Tom Lane
Log Message: --- Make standard maintenance operations (including VACUUM, ANALYZE, REINDEX, and CLUSTER) execute as the table owner rather than the calling user, using the same privilege-switching mechanism already used for SECURITY DEFINER functions. The purpose of this change is to ensure

[COMMITTERS] pgsql: Fix assorted security-grade bugs in the regex engine.

2008-01-07 Thread Tom Lane
Log Message: --- Fix assorted security-grade bugs in the regex engine. All of these problems are shared with Tcl, since it's their code to begin with, and the patches have been copied from Tcl 8.5.0. Problems: CVE-2007-4769: Inadequate check on the range of backref numbers allows crash d

[COMMITTERS] pgsql: Make standard maintenance operations (including VACUUM, ANALYZE,

2008-01-07 Thread Tom Lane
Log Message: --- Make standard maintenance operations (including VACUUM, ANALYZE, REINDEX, and CLUSTER) execute as the table owner rather than the calling user, using the same privilege-switching mechanism already used for SECURITY DEFINER functions. The purpose of this change is to ensure

[COMMITTERS] dbf2pg - dbf2pg: support for float (F) dbase type; trim spaces from

2008-01-07 Thread User Jpulles
Log Message: --- support for float (F) dbase type; trim spaces from numeric values Modified Files: -- dbf2pg: dbf2pg.c (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/dbf2pg/dbf2pg/dbf2pg.c.diff?r1=1.2&r2=1.3) ---(end of

[COMMITTERS] pgbouncer - pgbouncer: more debugging for asynctest

2008-01-07 Thread User Mkz
Log Message: --- more debugging for asynctest Modified Files: -- pgbouncer/test: asynctest.c (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/test/asynctest.c.diff?r1=1.5&r2=1.6) ---(end of broadcast)-

[COMMITTERS] edb-debugger - server: Disabling plugin_profiler in Makefile - you can

2008-01-07 Thread User Korryd
Log Message: --- Disabling plugin_profiler in Makefile - you can still use it, but you have to explicitly enable support in the Makefile Modified Files: -- server: Makefile (r1.8 -> r1.9) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/edb-debugger/server/Mak

[COMMITTERS] pgbouncer - pgbouncer: use autoconfed settings for test code

2008-01-07 Thread User Mkz
Log Message: --- use autoconfed settings for test code Modified Files: -- pgbouncer/test: Makefile (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/test/Makefile.diff?r1=1.3&r2=1.4) ---(end of broadcas

[COMMITTERS] pgbouncer - pgbouncer: todo update

2008-01-07 Thread User Mkz
Log Message: --- todo update Modified Files: -- pgbouncer/doc: todo.txt (r1.22 -> r1.23) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/doc/todo.txt.diff?r1=1.22&r2=1.23) ---(end of broadcast)--

[COMMITTERS] pgbouncer - pgbouncer: safe_accept, safe_connect, safe_evtimer_add

2008-01-07 Thread User Mkz
Log Message: --- safe_accept, safe_connect, safe_evtimer_add Modified Files: -- pgbouncer/include: util.h (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/include/util.h.diff?r1=1.3&r2=1.4) pgbouncer/src: janitor.c

[COMMITTERS] pgbouncer - pgbouncer: fix some printf casts

2008-01-07 Thread User Mkz
Log Message: --- fix some printf casts Modified Files: -- pgbouncer/include: system.h (r1.6 -> r1.7) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/include/system.h.diff?r1=1.6&r2=1.7) pgbouncer/src: admin.c (r1.24 -> r1.25)

[COMMITTERS] pgbouncer - pgbouncer: more universal asynctest

2008-01-07 Thread User Mkz
Log Message: --- more universal asynctest Modified Files: -- pgbouncer/test: asynctest.c (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/test/asynctest.c.diff?r1=1.4&r2=1.5) Makefile (r1.2 -> r1.3) (http://cv