[COMMITTERS] bizgres - bizgres: Initial checkin of documentation for resource

2006-10-06 Thread User Markir
Log Message: --- Initial checkin of documentation for resource scheduling. Modified Files: -- bizgres/postgresql/doc/src/sgml: catalogs.sgml (r1.1.1.2.2.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/postgresql/doc/src/sgml/catalogs

[COMMITTERS] pgsql: Remove tabs added accidentally.

2006-10-06 Thread Bruce Momjian
Log Message: --- Remove tabs added accidentally. Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.463 -> r1.464) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml.diff?r1=1.463&r2=1.464) ---(end of b

Re: [COMMITTERS] pgsql: Add main documentation link tags to

2006-10-06 Thread Bruce Momjian
Neil Conway wrote: > On Fri, 2006-10-06 at 23:18 -0300, Bruce Momjian wrote: > > Add main documentation link tags to the release notes. > > This commit introduces a bunch of hard tabs into release.sgml. This > needlessly bloats the CVS history, and is inconsistent with the > indentation in the res

Re: [COMMITTERS] pgsql: Add main documentation link tags to the

2006-10-06 Thread Neil Conway
On Fri, 2006-10-06 at 23:18 -0300, Bruce Momjian wrote: > Add main documentation link tags to the release notes. This commit introduces a bunch of hard tabs into release.sgml. This needlessly bloats the CVS history, and is inconsistent with the indentation in the rest of the file and in the SGML d

[COMMITTERS] pgsql: Fix a typo.

2006-10-06 Thread Neil Conway
Log Message: --- Fix a typo. Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.462 -> r1.463) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml.diff?r1=1.462&r2=1.463) ---(end of broadcast)---

[COMMITTERS] pgsql: Add main documentation link tags to the release notes.

2006-10-06 Thread Bruce Momjian
Log Message: --- Add main documentation link tags to the release notes. Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.461 -> r1.462) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml.diff?r1=1.461&r2=1.462) -

[COMMITTERS] webtranslator - l10n: Some changes added - tags replacement was

2006-10-06 Thread User Mario__
Log Message: --- Some changes added - tags replacement was done with a filter from django api '|escape' - some changes in template_show_file.html - a few in the views.py file (Search the TODO) Modified Files: -- l10n/es: template_show_file.html (r1.8 ->

[COMMITTERS] pgsql: Fix string_to_array() to correctly handle the case where there

2006-10-06 Thread Tom Lane
Log Message: --- Fix string_to_array() to correctly handle the case where there are overlapping possible matches for the separator string, such as string_to_array('123xx456xxx789', 'xx'). Also, revise the logic of replace(), split_part(), and string_to_array() to avoid O(N^2) work from redu

[COMMITTERS] pgsql: Fix string_to_array() to correctly handle the case where there

2006-10-06 Thread Tom Lane
Log Message: --- Fix string_to_array() to correctly handle the case where there are overlapping possible matches for the separator string, such as string_to_array('123xx456xxx789', 'xx'). Also, revise the logic of replace(), split_part(), and string_to_array() to avoid O(N^2) work from redu

[COMMITTERS] pgsql: Fix string_to_array() to correctly handle the case where there

2006-10-06 Thread Tom Lane
Log Message: --- Fix string_to_array() to correctly handle the case where there are overlapping possible matches for the separator string, such as string_to_array('123xx456xxx789', 'xx'). Also, revise the logic of replace(), split_part(), and string_to_array() to avoid O(N^2) work from redu

[COMMITTERS] pgsql: Fix string_to_array() to correctly handle the case where there

2006-10-06 Thread Tom Lane
Log Message: --- Fix string_to_array() to correctly handle the case where there are overlapping possible matches for the separator string, such as string_to_array('123xx456xxx789', 'xx'). Also, revise the logic of replace(), split_part(), and string_to_array() to avoid O(N^2) work from redu

[COMMITTERS] pgsql: Fix bcc32.mak to create and remove pg_config_os.h properly.

2006-10-06 Thread Tom Lane
Log Message: --- Fix bcc32.mak to create and remove pg_config_os.h properly. Apparently win32.mak got patched for this, but not bcc32.mak. Modified Files: -- pgsql/src: bcc32.mak (r1.3 -> r1.4) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bcc32.ma

[COMMITTERS] pgsql: Fix SysCacheGetAttr() to handle the case where the specified

2006-10-06 Thread Tom Lane
Log Message: --- Fix SysCacheGetAttr() to handle the case where the specified syscache has not been initialized yet. This can happen because there are code paths that call SysCacheGetAttr() on a tuple originally fetched from a different syscache (hopefully on the same catalog) than the one

[COMMITTERS] pgsql: Fix SysCacheGetAttr() to handle the case where the specified

2006-10-06 Thread Tom Lane
Log Message: --- Fix SysCacheGetAttr() to handle the case where the specified syscache has not been initialized yet. This can happen because there are code paths that call SysCacheGetAttr() on a tuple originally fetched from a different syscache (hopefully on the same catalog) than the one

[COMMITTERS] pgsql: Fix SysCacheGetAttr() to handle the case where the specified

2006-10-06 Thread Tom Lane
Log Message: --- Fix SysCacheGetAttr() to handle the case where the specified syscache has not been initialized yet. This can happen because there are code paths that call SysCacheGetAttr() on a tuple originally fetched from a different syscache (hopefully on the same catalog) than the one

[COMMITTERS] pgsql: Message style improvements

2006-10-06 Thread Peter Eisentraut
Log Message: --- Message style improvements Modified Files: -- pgsql/src/backend/access/gin: ginarrayproc.c (r1.6 -> r1.7) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/gin/ginarrayproc.c.diff?r1=1.6&r2=1.7) ginscan.c (r1.6 ->

[COMMITTERS] bizgres - bizgres: Also remove the extra whitespace that had crept in.

2006-10-06 Thread User Markir
Log Message: --- Also remove the extra whitespace that had crept in. Modified Files: -- bizgres/postgresql/src/include: pg_config_manual.h (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/postgresql/src/include/pg_config_manual.h.

[COMMITTERS] bizgres - bizgres: unset LOCK_DEBUG symbol that had (ahem) somehow got

2006-10-06 Thread User Markir
Log Message: --- unset LOCK_DEBUG symbol that had (ahem) somehow got defined... Modified Files: -- bizgres/postgresql/src/include: pg_config_manual.h (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/postgresql/src/include/pg_confi