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
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)
-
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
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.
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)---
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)
--
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
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