[COMMITTERS] webtranslator - l10n: - Find the TODOs in views.py file if you please

2006-08-15 Thread User Mario__
Log Message: --- - Find the TODOs in views.py file if you please Another good change, now a translator have to save changes by every string instead a file. When a file is picked, the file is locked for a while; after some minutes, it is unlocked. (by Cron only??). A hard work is

[COMMITTERS] pgsql: Seems some C compilers think 'restrict' is a fully reserved word.

2006-08-15 Thread Tom Lane
Log Message: --- Seems some C compilers think 'restrict' is a fully reserved word. Per buildfarm results from warthog. Modified Files: -- pgsql/src/backend/utils/fmgr: dfmgr.c (r1.88 -> r1.89) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/ut

[COMMITTERS] psqlodbc - psqlodbc: Fix a bug in SQLSetPos under UseDeclare/Fetch mode.

2006-08-15 Thread User Hinoue
Log Message: --- Fix a bug in SQLSetPos under UseDeclare/Fetch mode. Modified Files: -- psqlodbc: convert.c (r1.143 -> r1.144) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/convert.c.diff?r1=1.143&r2=1.144) version.h (r1.70 -> r1.71

[COMMITTERS] pgsql: Add a hack so that get_type_io_data() can work from bootstrap.c's

2006-08-15 Thread Tom Lane
Log Message: --- Add a hack so that get_type_io_data() can work from bootstrap.c's internal TypInfo table in bootstrap mode. This allows array_in and array_out to be used during early bootstrap, which eliminates the former obstacle to giving OUT parameters to built-in functions. Modified

[COMMITTERS] pgsql: Add hooks to allow debugging and performance measurement plugins

2006-08-15 Thread Tom Lane
Log Message: --- Add hooks to allow debugging and performance measurement plugins to instrument PL/pgSQL. Korry Douglas Modified Files: -- pgsql/src/pl/plpgsql/src: pl_exec.c (r1.175 -> r1.176) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpgs

[COMMITTERS] pgsql: Add server support for "plugin" libraries that can be used for

2006-08-15 Thread Tom Lane
Log Message: --- Add server support for "plugin" libraries that can be used for add-on tasks such as debugging and performance measurement. This consists of two features: a table of "rendezvous variables" that allows separately-loaded shared libraries to communicate, and a new GUC setting

[COMMITTERS] pgsql: Fix pgbench to handle empty lines in script files as documented.

2006-08-15 Thread Tatsuo Ishii
Log Message: --- Fix pgbench to handle empty lines in script files as documented. patches contributed by Itagaki Takahiro. Modified Files: -- pgsql/contrib/pgbench: pgbench.c (r1.52 -> r1.53) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pgbench

[COMMITTERS] pgsql: Fixed a typo and made two mallocs Coverity friendly.

2006-08-15 Thread Michael Meskes
Log Message: --- Fixed a typo and made two mallocs Coverity friendly. Modified Files: -- pgsql/src/interfaces/ecpg/test/compat_informix: dec_test.pgc (r1.1 -> r1.2) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/test/compat_informix/d

[COMMITTERS] plscheme - plscheme: Fixed empty argument list handling and garbage

2006-08-15 Thread User Knt
Log Message: --- Fixed empty argument list handling and garbage collection bug for soft-port redirections. (Thanks Andreas Seltenreich for spotting the bug.) Previously, we were protecting created soft-port from Guile GC and releasing it just before exit or in case of a failure by first un