[COMMITTERS] bizgres - bizgres: Remove build generated files.

2006-09-07 Thread User Markir
Log Message: --- Remove build generated files. Removed Files: - bizgres/postgresql/src/backend/bootstrap: bootparse.c (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/postgresql/src/backend/bootstrap/bootparse.c) bootscanner.c (

[COMMITTERS] bizgres - bizgres: Amend self deadlock algorithm for resource

2006-09-07 Thread User Markir
Log Message: --- Amend self deadlock algorithm for resource scheduling, it was being brain dead and continuing to scan the lock list after finding a holder that wasn't me, changed to stop the scan when this happens. Modified Files: -- bizgres/postgresql/src/backend/storag

[COMMITTERS] bizgres - bizgres: Document the catalog changes for Resource Scheduling.

2006-09-07 Thread User Markir
Log Message: --- Document the catalog changes for Resource Scheduling. Modified Files: -- bizgres/postgresql/src/backend/utils/resscheduler: README (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/postgresql/src/backend/utils/ress

[COMMITTERS] pgsql: Clean up logging for extended-query-protocol operations, as per

2006-09-07 Thread Tom Lane
Log Message: --- Clean up logging for extended-query-protocol operations, as per my recent proposal. Parameter logging works even for binary-format parameters, and logging overhead is avoided when disabled. log_statement = all output for the src/test/examples/testlibpq3.c example now look

[COMMITTERS] pgfouine - pgfouine: implemented -keepformatting option to close

2006-09-07 Thread User Gsmet
Log Message: --- implemented -keepformatting option to close [#1000724] Do not strip \n's from SQL queries Modified Files: -- pgfouine/include/postgresql/lines: PostgreSQLQueryStartLine.class.php (r1.12 -> r1.13) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cg

[COMMITTERS] pgfouine - pgfouine: cleanup

2006-09-07 Thread User Gsmet
Log Message: --- cleanup Modified Files: -- pgfouine/include/postgresql: PostgreSQLRegexps.lib.php (r1.10 -> r1.11) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/PostgreSQLRegexps.lib.php.diff?r1=1.10&r2=1.11) --

[COMMITTERS] pgfouine - pgfouine: fixed [#1000723] Normalization: negative and

2006-09-07 Thread User Gsmet
Log Message: --- fixed [#1000723] Normalization: negative and positive numbers produces separate groups Tags: BRANCH_0_7 Modified Files: -- pgfouine/include: LogObject.class.php (r1.9 -> r1.9.2.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine

[COMMITTERS] pgsql: Update pgcvslog comments.

2006-09-07 Thread Bruce Momjian
Log Message: --- Update pgcvslog comments. Modified Files: -- pgsql/src/tools: pgcvslog (r1.30 -> r1.31) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/pgcvslog.diff?r1=1.30&r2=1.31) ---(end of broadcast)---

[COMMITTERS] edb-debugger - workstation: Correction of a format.

2006-09-07 Thread User H-saito
Log Message: --- Correction of a format. Modified Files: -- workstation/workstation/i18n/ja_JP: wxstd.mo (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/edb-debugger/workstation/workstation/i18n/ja_JP/wxstd.mo.diff?r1=1.1&r2=1.2) wxstd.p

[COMMITTERS] npgsql - Npgsql: Add the DesignDialog.

2006-09-07 Thread User H-saito
Log Message: --- Add the DesignDialog. (Include test of localise) Added Files: --- Npgsql/src/testsuite/DesignDialog: App.ico (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql/src/testsuite/DesignDialog/App.ico?rev=1.1&content-type=text/x-cvsweb

[COMMITTERS] pgsql: Specify lo_write() to take a _const_ buffer, to match

2006-09-07 Thread Bruce Momjian
Log Message: --- Specify lo_write() to take a _const_ buffer, to match documentation. Modified Files: -- pgsql/src/backend/libpq: be-fsstubs.c (r1.82 -> r1.83) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/be-fsstubs.c.diff?r1=1.82&r2=

[COMMITTERS] npgsql - Npgsql: New Directory

2006-09-07 Thread User H-saito
Update of /cvsroot/npgsql/Npgsql/src/testsuite/DesignDialog In directory pgfoundry.org:/tmp/cvs-serv31495/DesignDialog Log Message: Directory /cvsroot/npgsql/Npgsql/src/testsuite/DesignDialog added to the repository ---(end of broadcast)--- TIP 6:

[COMMITTERS] plscheme - plscheme: Guile exception handling is written from scratch.

2006-09-07 Thread User Knt
Log Message: --- Guile exception handling is written from scratch. We were just able to handle exceptions raised at procedure execution, from now we'll be able to catch any exception will be raised by Guile -- except it's raised from scm_init_guile(), which is fortunately handled by PG_TRY(

[COMMITTERS] pgsql: Changing a test case also changes the output that is expected.

2006-09-07 Thread Michael Meskes
Log Message: --- Changing a test case also changes the output that is expected. Float/Long aliasing doesn't work on all architecures. Modified Files: -- pgsql/src/interfaces/ecpg/test/complex: test2.pgc (r1.1 -> r1.2) (http://developer.postgresql.org/cvsweb

[COMMITTERS] pgsql: Removed one output because integer/double usage differ

2006-09-07 Thread Michael Meskes
Log Message: --- Removed one output because integer/double usage differ Modified Files: -- pgsql/src/interfaces/ecpg/test/pgtypeslib: dt_test2.pgc (r1.2 -> r1.3) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/test/pgtypeslib/dt_test2.

[COMMITTERS] plscheme - htdocs: Basic SPI functionality looks like get formed.

2006-09-07 Thread User Knt
Log Message: --- Basic SPI functionality looks like get formed. (Fix related entry in the features listing.) Modified Files: -- htdocs: index.html (r1.6 -> r1.7) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plscheme/htdocs/index.html.diff?r1=1.6&r2=1.7) --

[COMMITTERS] plscheme - htdocs: Example for spi-prepare and spi-execute-prepared

2006-09-07 Thread User Knt
Log Message: --- Example for spi-prepare and spi-execute-prepared functions. Modified Files: -- htdocs: index.html (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plscheme/htdocs/index.html.diff?r1=1.5&r2=1.6) ---(end of

[COMMITTERS] plscheme - plscheme: spi-prepare and spi-execute-prepared functions are

2006-09-07 Thread User Knt
Log Message: --- spi-prepare and spi-execute-prepared functions are added. (SPI free() function family doesn't get ported to user side. They'll be handled by the garbage colletor internally.) Modified Files: -- plscheme: plscheme.c (r1.3 -> r1.4) (http://cv