[COMMITTERS] pgsql: Fix uninitialized-memory bug in plpython proargnames patch.

2007-08-09 Thread Tom Lane
Log Message: --- Fix uninitialized-memory bug in plpython proargnames patch. Per bug #3523 Tags: REL8_2_STABLE Modified Files: -- pgsql/src/pl/plpython: plpython.c (r1.90 -> r1.90.2.1) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpython

[COMMITTERS] pgsql: Fix uninitialized-memory bug in plpython proargnames patch.

2007-08-09 Thread Tom Lane
Log Message: --- Fix uninitialized-memory bug in plpython proargnames patch. Per bug #3523 Modified Files: -- pgsql/src/pl/plpython: plpython.c (r1.102 -> r1.103) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpython/plpython.c.diff?r1=1.102&r2

[COMMITTERS] pgcheck - pokus: First version of a "pgcheck_page" c-function which

2007-08-09 Thread User Machr2
Log Message: --- First version of a "pgcheck_page" c-function which should validate integrity of a pages in relations Added Files: --- pokus/pgcheck_page: pgcheck_page.c (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgcheck/pokus/pgcheck_page/pgcheck_pag

[COMMITTERS] pgcheck - pokus: New Directory

2007-08-09 Thread User Machr2
Update of /cvsroot/pgcheck/pokus/pgcheck_page In directory pgfoundry.org:/tmp/cvs-serv56237/pgcheck_page Log Message: Directory /cvsroot/pgcheck/pokus/pgcheck_page added to the repository ---(end of broadcast)--- TIP 6: explain analyze is your frie

[COMMITTERS] pgsql: Fix unintended change of output format for createlang/droplang

2007-08-09 Thread Tom Lane
Log Message: --- Fix unintended change of output format for createlang/droplang -l. Missed these uses of printQuery() in FETCH_COUNT patch a year ago :-(. Per report from Tomoaki Sato. Tags: REL8_2_STABLE Modified Files: -- pgsql/src/bin/scripts: createlang.

[COMMITTERS] pgsql: Fix unintended change of output format for createlang/droplang

2007-08-09 Thread Tom Lane
Log Message: --- Fix unintended change of output format for createlang/droplang -l. Missed these uses of printQuery() in FETCH_COUNT patch a year ago :-(. Per report from Tomoaki Sato. Modified Files: -- pgsql/src/bin/scripts: createlang.c (r1.25 -> r1.26)

[COMMITTERS] edb-debugger - server: Adding (really poorly written) README file for

2007-08-09 Thread User Korryd
Log Message: --- Adding (really poorly written) README file for the PL/pgSQL profiler Added Files: --- server: README.plprofiler (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/edb-debugger/server/README.plprofiler?rev=1.1&content-type=text/x-cvsweb-markup)

[COMMITTERS] edb-debugger - server: Adding PL/pgSQL performance profiler

2007-08-09 Thread User Korryd
Log Message: --- Adding PL/pgSQL performance profiler Modified Files: -- server: Makefile (r1.6 -> r1.7) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/edb-debugger/server/Makefile.diff?r1=1.6&r2=1.7) Added Files: --- server: plugin_profi

[COMMITTERS] snapshot - src: FIX BUG #1008315: Foreign Key of

2007-08-09 Thread User Cunha17
Log Message: --- FIX BUG #1008315: Foreign Key of pg_mlog_refcols(snaplogid) is of type numeric instead of bigint Modified Files: -- src/sql: pgsnapshots_tables.sql (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/snapshot/src/sql/pgsnapshots_ta

[COMMITTERS] edb-debugger - server: Creating /share/contrib during install, if

2007-08-09 Thread User Korryd
Log Message: --- Creating /share/contrib during install, if required Modified Files: -- server: Makefile (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/edb-debugger/server/Makefile.diff?r1=1.5&r2=1.6) ---(end of broadca

[COMMITTERS] pginstaller - pginst: Pass the system32 path to the wix code.

2007-08-09 Thread User Dpage
Log Message: --- Pass the system32 path to the wix code. Modified Files: -- pginst: pginst.proj (r1.10 -> r1.11) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/pginst.proj.diff?r1=1.10&r2=1.11) pginst/wxs: pginst.wxs (r1.205 ->

[COMMITTERS] pginstaller - pginst: Kerberos and OpenSSL distributions for Windows are

2007-08-09 Thread User Dpage
Log Message: --- Kerberos and OpenSSL distributions for Windows are linked against msvcr71.dll. Whilst OpenSSL can be easily recompiled against msvcr80.dll, Kerberos is impractically difficult, so bite the bullet and just ship the extra runtime. Modified Files: -- pginst/