[COMMITTERS] pgsql: Fix typo noticed by Alvaro Herrera

2006-05-03 Thread Teodor Sigaev
Log Message: --- Fix typo noticed by Alvaro Herrera Modified Files: -- pgsql/src/backend/access/gin: ginxlog.c (r1.1 -> r1.2) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/gin/ginxlog.c.diff?r1=1.1&r2=1.2) ---

[COMMITTERS] oledb - oledb: Force a thought out order on DBTYPE->PSQL types

2006-05-03 Thread User Shachar
Log Message: --- Force a thought out order on DBTYPE->PSQL types conversion. Problem reported by Victor Snezhko Modified Files: -- oledb: PgSess.cpp (r1.38 -> r1.39) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/oledb/oledb/PgSess.cpp.diff?r1=1.38&r2=1.39)

Re: [COMMITTERS] pgsql: GIN: Generalized Inverted iNdex.

2006-05-03 Thread Oleg Bartunov
On Tue, 2 May 2006, Tom Lane wrote: [EMAIL PROTECTED] (Teodor Sigaev) writes: Log Message: --- GIN: Generalized Inverted iNdex. text[], int4[], Tsearch2 support for GIN. So ... where's the documentation? Will submit soon. Christopher Kings-Lynne kindly agreed to help us with SGML an

[COMMITTERS] pgsql: Make GIN opclass worked with intarray extensions

2006-05-03 Thread Teodor Sigaev
Log Message: --- Make GIN opclass worked with intarray extensions Modified Files: -- pgsql/contrib/intarray: Makefile (r1.13 -> r1.14) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/intarray/Makefile.diff?r1=1.13&r2=1.14) _int.h (r1.8 ->

[COMMITTERS] bizgres - bizgres: Oracle Metadata

2006-05-03 Thread User Nwakefield
Log Message: --- Oracle Metadata Added Files: --- bizgres/KETL/setup: KETL_MD_Schema_Oracle.ddl (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/KETL/setup/KETL_MD_Schema_Oracle.ddl?rev=1.1&content-type=text/x-cvsweb-markup)

[COMMITTERS] bizgres - bizgres: Fixes 1.

2006-05-03 Thread User Nwakefield
Log Message: --- Fixes 1. Resolved bug that causes LOADID parameter to be set to 0 2. Default value was missing from NIOFileReader Enhancements: 1. Added support to override the load id when running in command line mode. Modified Files: -- bizgres/KETL/src/com/kni/etl:

[COMMITTERS] pgsql: Create a syscache for pg_database-indexed-by-oid, and make use of

2006-05-03 Thread Tom Lane
Log Message: --- Create a syscache for pg_database-indexed-by-oid, and make use of it in various places that were previously doing ad hoc pg_database searches. This may speed up database-related privilege checks a little bit, but the main motivation is to eliminate the performance reason fo

Re: [COMMITTERS] pgsql: GIN: Generalized Inverted iNdex.

2006-05-03 Thread Christopher Kings-Lynne
[EMAIL PROTECTED] (Teodor Sigaev) writes: Log Message: --- GIN: Generalized Inverted iNdex. text[], int4[], Tsearch2 support for GIN. So ... where's the documentation? Will submit soon. Christopher Kings-Lynne kindly agreed to help us with SGML and wording. Just gimme some time :)