[COMMITTERS] bizgres - bizgres: Add the bitmap index access method.

2005-12-11 Thread User Jzhang
Log Message: --- Add the bitmap index access method. Modified Files: -- bizgres/postgresql/src/backend/access: Makefile (r1.1.1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/postgresql/src/backend/access/Makefile.diff?r1=1.1.1.1&r2

[COMMITTERS] mysqlcompat - mysqlcompat: Remove obsolete comments.

2005-12-11 Thread User Chriskl
Log Message: --- Remove obsolete comments. Ensure that || operator is schema qualified. Modified Files: -- mysqlcompat: misc.sql (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/mysqlcompat/mysqlcompat/misc.sql.diff?r1=1.3&r2=1.4) -

[COMMITTERS] mysqlcompat - mysqlcompat: Rework inet_aton() and inet_ntoa().

2005-12-11 Thread User Swm
Log Message: --- Rework inet_aton() and inet_ntoa(). 1. inet_aton() now accepts '127.1' as '127.0.0.1', like MySQL does. This means we need to change out input data type to text, as inet rejects it. 2. inet_ntoa() has been rewritten in SQL so that it can be inlined. This should have a sig

[COMMITTERS] npgsql - Npgsql: 2005-12-12 Francisco Figueiredo Jr.

2005-12-11 Thread User Fxjr
Log Message: --- 2005-12-12 Francisco Figueiredo Jr. <[EMAIL PROTECTED]> * NpgsqlClosedState.cs: Added a performance improvement fix. Npgsql now use a buffered stream for all server interactions. Modified Files: -- Npgsql/src/Npgsql: NpgsqlClosedState.

[COMMITTERS] mysqlcompat - mysqlcompat: comments tidy up

2005-12-11 Thread User Swm
Log Message: --- comments tidy up Modified Files: -- mysqlcompat: string.sql (r1.8 -> r1.9) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/mysqlcompat/mysqlcompat/string.sql.diff?r1=1.8&r2=1.9) ---(end of broadcast)---

[COMMITTERS] wikipedia - wikipgedia: Sanitizer CSS comment processing order fix

2005-12-11 Thread User Sven
Log Message: --- Sanitizer CSS comment processing order fix Modified Files: -- wikipgedia/includes: Sanitizer.php (r1.1.1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/wikipedia/wikipgedia/includes/Sanitizer.php.diff?r1=1.1.1.1&r2=1.2) --

[COMMITTERS] pgsql: Divide the lock manager's shared state into 'partitions', so as

2005-12-11 Thread Tom Lane
Log Message: --- Divide the lock manager's shared state into 'partitions', so as to reduce contention for the former single LockMgrLock. Per my recent proposal. I set it up for 16 partitions, but on a pgbench test this gives only a marginal further improvement over 4 partitions --- we nee

[COMMITTERS] pgsql: Implement IS NOT DISTINCT FROM, update the regression tests and

2005-12-11 Thread Neil Conway
Log Message: --- Implement IS NOT DISTINCT FROM, update the regression tests and docs. Patch from Pavel Stehule, minor fixups by myself. Modified Files: -- pgsql/doc/src/sgml: func.sgml (r1.297 -> r1.298) (http://developer.postgresql.org/cvsweb.cgi/pgsql/do