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)
---
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)
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
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 ->
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)
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:
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
[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 :)